// 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.
