Thread: Lighting
View Single Post
  #11  
Old 05-27-2001, 07:00 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by SSmutz

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 can still *possibly* make it smaller

my most complex script.....hmm.....that would have to be my meter script.....the next one will be my ball.....oops....almost spilled the beans
__________________
Reply With Quote