all it is i was doing was just a normal light effect script like
NPC Code:
if (created) {
setimgpart light2.png,0,0,64,64;
drawunderplayer;
dontblock;
setcoloreffect 1,1,1,0.9;
hide;
}
if (tright) {
show;
}
but for some strange reason it wont hide the npc
