OnNPCReachTarget

From Onset Developer Wiki
Revision as of 11:02, 2 September 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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