Thread: Light Effects
View Single Post
  #5  
Old 12-16-2001, 05:35 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
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
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote