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