Npc kill
From Unofficial QEdit Wiki Guide
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