event
onNpcActionFinished (server-side)
Available since version: 0.3.0
This event is triggered when NPC action was finished.
Parameters
int npc_id, int action_type, int action_id, bool result
int
npc_id: the npc identifier.int
action_type: the action type.int
action_id: the unique action identifier.bool
result: the result of finished action.