OnNPCReachTarget: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|Event thats called when a NPC reaches the target. Check the [[NPCFunctions]] for the follow functions.}} | {{FuncDescription|Event thats called when a NPC reaches the target. Check the [[NPCFunctions]] for the follow functions.}} | ||
{{FuncSyntax|OnNPCReachTarget}} | {{FuncSyntax|OnNPCReachTarget(npcid)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|npcid|The NPC identifier.}} | |||
== Example == | == Example == | ||
__EDIT_ME__ | __EDIT_ME__ |
Revision as of 21:06, 1 June 2020
Description
Event thats called when a NPC reaches the target. Check the NPCFunctions for the follow functions.
Syntax
OnNPCReachTarget(npcid)
Parameters
- npcid
The NPC identifier.
Example
__EDIT_ME__