Thread: Lights.>?>
View Single Post
  #12  
Old 08-20-2001, 05:48 PM
Jerom Jerom is offline
Banned
Jerom's Avatar
Join Date: Mar 2001
Location: In a Trash Can
Posts: 3,708
Jerom is on a distinguished road
Send a message via AIM to Jerom
Re: Lights.>?>

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 =)
Reply With Quote