Quote:
Originally posted by Kobain319
Okay....I'm building a level and I want some lights like in the UG lake but the only one i can get is light2.gif Can anyone give me a script or something to get those bright green or Red lights?
|
if (playerenters){
setcoloreffect 1,-1,-1,0.99;
drawaslight;
setzoomeffect 2;
dontblock;
drawoverplayer;}
That should make it really really red =)