|
SetNpcJobPatrol (index) (x) (y) (z) |
|
Written by eaxs
|
|
Monday, 24 August 2009 21:39 |
Description Give an entity with type of NPC an aggressive move order. The NPC will attack anything that gets in his path. Syntax
SetNpcJobPatrol <index> <x> <y> <z> Example Give the given NPC an aggressive move to order to the coordinates. SetNpcJobPatrol #GetScriptParam(index)# 100 200 0 Notes The NPC will not patrol between his current location and the target location. It simply gives an aggressive move order.
|