Difference between revisions of "Npc play"
From Unofficial QEdit Wiki Guide
(No difference)
|
Latest revision as of 08:22, 30 March 2011
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