|
SetNpcJobMove (index) (x) (y) (z) |
|
Written by eaxs
|
|
Monday, 24 August 2009 21:38 |
Description Give an entity with type of NPC a neutral move order. The NPC will *probably* not retaliate if he is attacked while moving to the target location. Syntax
SetNpcJobMove <index> <x> <y> <z> Example Give the given NPC entity a neutral move to order to the coordinates. SetNpcJobMove #GetScriptParam(index)# 100 200 0
|