event onNpcActionSent (server-side)
Available since version: 0.3.0
This event is triggered when server sends NPC action to streamed players.
Parameters
int npc_id, int action_type, int action_id
intnpc_id: the npc identifier.intaction_type: the action type.intaction_id: the unique action identifier.