Page 1 of 1
Question: NPC to run away and vanish after conversation
Posted: Tue Aug 29, 2006 3:12 pm
by Jazz
I want a NPC to run away (to a spawnpoint) and vanish (destroy?) into thin air, when the conversation is done, like when you have set NPC's free in certain areas on Avlis. How do I do this?
Posted: Tue Aug 29, 2006 3:47 pm
by Krator
ActionWalk
DestroyObject
Posted: Tue Aug 29, 2006 3:50 pm
by Final Shinryuu
And if you have the NPC set to plot or invulnerable, those would make the DestroyObject command not work. So if you do, use SetIsDestroyable on it first.
Posted: Tue Aug 29, 2006 5:03 pm
by Jazz
I've made it work, thanks!