View Single Post
  #7  
Old 11-02-2001, 08:32 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by Faheria_GP2


okay

while (x<40 || y<40) {
if (x<40) x+=.5;
if (y<40) y+=.5;
sleep .05;
}
while (x>40 || y>40) {
if (x>40) x-=.5;
if (y>40) y-=.5;
sleep .05;
}
i would script it so it had all those geometrical features. but i am tired now
You can also try: followplayer; lol
Reply With Quote