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.