Quote:
Originally posted by Faheria_GP2
if (playerenters) timeout=.05;
if (timeout) {
dir=random;
x+=vecx(dir);
y+=vecy(dir);
timeout=.05;
}
LOEV ME AND MY CRAP SCRIPT
|
wouldnt work u messed up on the random =\
if (timeout) {
this.dir=int(random(0,3));
x+=vecx(this.dir);
y+=vecy(this.dir);
timeout=.05;
}
or its 0,4 i forgot