OnNPCReachTarget

From Onset Developer Wiki
OnNPCReachTarget

Type: Event
Context: Server
Introduced: v1.0

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__

See also