Wiki

Clone wiki

EFLC-MP LUA / onNpcFinishTasks

Description

This event is triggered when a NPC finishes its tasks

Parameters

Int npcId, Bool willRepeat
Int npcId

Return values


Example

#!lua
function onNpcTasks(npcId, willRepeat)

end
registerEvent("onNpcTasks", "onNpcFinishTasks")

Updated