View Single Post
  #2  
Old 09-28-2003, 11:53 PM
Blitz_Hunter Blitz_Hunter is offline
dot dot dot
Blitz_Hunter's Avatar
Join Date: Oct 2002
Location: Missouri
Posts: 601
Blitz_Hunter is on a distinguished road
Send a message via AIM to Blitz_Hunter
// NPC made by Stefan Knorr
if (created) {
setimg light2.png;
dontblock;
}
//#CLIENTSIDE
if (playerenters) {
setcoloreffect 1,1,1,0.99;
drawaslight;
}


Ok , where setcoloreffect is simply change those numbers to the light color you would like. Simply follow the R,G,B,A codes. This is just the simple light as in Spark's level you mentioned. For backpals..

//#CLIENTSIDE
if (playerenters)
setbackpal dusk1.png;

You can change the dusk1.png to any others that are in the graal2001\levels\backpals folder.
__________________
-em3ricR-
Reply With Quote