Thread: Lights
View Single Post
  #3  
Old 04-04-2001, 06:31 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Blah.

If you want one of those typical light effects, set the NPC's image to light2.png, and use the following code:
NPC Code:
if (playerenters) {
setcoloreffect r,g,b,a;
}



In which r, g, b and a have values between 0 and 1.
__________________

Reply With Quote