Thread: Light Effects
View Single Post
  #24  
Old 08-07-2001, 10:21 PM
mystic_pheonix mystic_pheonix is offline
Registered User
Join Date: Mar 2001
Location: Dunno
Posts: 123
mystic_pheonix is on a distinguished road
Send a message via AIM to mystic_pheonix Send a message via Yahoo to mystic_pheonix
NPC Code:

if (created) {
setimg light2.png;
dontblock;
timeout = 0.05;
}
if (timeout) {
setcoloreffect random(0,99),random(0,99),random(0,99),random (0,99);
timeout = 0.05;
}

__________________
Justin
Reply With Quote