OnNPCReachTarget

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
OnNPCReachTarget

Type: Event
Context: Server
Introduced: v1.0

Description

Event thats called when a NPC reaches the target. See the SetNPCTargetLocation function.

Syntax

OnNPCReachTarget(npcid)

Parameters

  • npcid
    The NPC identifier.

Example

__EDIT_ME__

See also