View Single Post
  #2  
Old 03-04-2002, 03:01 AM
la_builder la_builder is offline
Registered User
Join Date: Jan 2002
Location: Holland
Posts: 154
la_builder is on a distinguished road
{full rights preserved to graal2001 i think lol}
if (created)
dontblock;
//#CLIENTSIDE
if (playerenters) {
setcoloreffect 1,1,0,0.4;
drawaslight;
this.light = 2;
timeout = 0.05;
}
if (timeout) {
this.light += random(-0.2,0.2);
if (!(this.light in |1,3|))
this.light = 2;
setzoomeffect this.light;
timeout = 0.05;
}
__________________
Dark Frontier
The enemy is surrounding us all,more evil than a human could ever imagine.

Dark Fontier Coming Soon
Reply With Quote