View Single Post
  #14  
Old 05-10-2012, 12:13 AM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
I'm assuming you used putnpc2 to drop the npc then joined it to a class.

So, recreate the class? And maybe delete it when they enter the level.

function onPlayerEnters(){ this.destroy(); }

Its not a glitch, its your fault you didn't add a destroy() method.
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote