Npc stop
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: npc_stop xxxxxxxx
- xxxxxxxx = Hex value of NPC slot to stop.
Use
Used to set a spawned NPC to stop following
Example
100: window_msg 'Stop NPC'
winend
npc_stop 00000001 //Stop NPC in slot 2
ret