Thread: Lighting
View Single Post
  #8  
Old 05-27-2001, 06:53 PM
SSmutz SSmutz is offline
I hate me. :(
Join Date: Mar 2001
Posts: 2,633
SSmutz will become famous soon enough
Quote:
Originally posted by G_yoshi
i could probably do the same thing......with less mess even
simple:
NPC Code:

// NPC made by SSmutz (Frolic Levels Admin)
if (playerenters) {
timeout=random(1,5);
}
if (timeout) {
x=random(1,64);
y=random(1,64);
drawaslight;
dontblock;
setzoomeffect random(0.5,6);
setcoloreffect random(0,1),random(0,1),random(0,1),random(0,1);
timeout=random(1,3);
}


it just that the i first made that script, i didn't know as much about scripts that i do now.
__________________
I hate graal.

NO! FOR THE MILLIONTH TIME, I AM NOT GOING TO PLAY GRAAL AGAIN! I HANGOUT IN THE NOT GRAAL RELATED FORUM, BECAUSE IT HAS NOTHING TO DO WITH GRAAL.
The End
Reply With Quote