Timevar can be reallllly big it wont lag..
if u do it right that is ..
and KJS actually you can use setcoloreffect and seteffect... I mean they will work .. you're not allowed to though
Those free servers that have those lights2.png images without the actual light is because they cant script
they put :
if (created) {
drawaslight;
setcoloreffect 0,1,0,.90;
......
}
and it should be :
if (playerenters) {
drawaslight;
setcoloreffect 0,1,0,.90;
......
}