Difference between revisions of "Npc kill"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
(No difference)
|
Latest revision as of 07:32, 5 May 2013
Contents
Syntax
Syntax: npc_kill xxxxxxxx
- xxxxxxxx = Hex value of NPC slot to kill and remove from the party.
Use
Used to kill a spawned NPC and make it disappear completely.
Example
100: window_msg 'Kill NPC'
winend
npc_kill 00000001 //Kills the NPC in slot 2.
ret