Thread: moving?
View Single Post
  #2  
Old 10-30-2001, 06:48 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
if (playerenters) timeout=.05;
if (timeout) {
dir=random;
x+=vecx(dir);
y+=vecy(dir);
timeout=.05;
}

LOEV ME AND MY CRAP SCRIPT
Reply With Quote