Thread: moving?
View Single Post
  #3  
Old 10-30-2001, 12:43 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
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
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote