Npc play
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: npc_play 00000000
- 00000000 = Required to play any NPC spawned.
Use
Used to set a spawned NPC to follow the player
Example
100: npc_stop 00000001 //Stop NPC in slot 2
window_msg 'Enable NPC'
winend
npc_play 00000000 /Play NPC in slot 2
ret