Code: Select all
$count = 0;
$array = array("1234,2345","2341,312"."2341,3214","21341,1324","2313,43431"); // UO COORDINATES
while( count($array) <= $count )
{
goto(current($array)); // GOTO is an YOKO sub
wait(1000)
lumberjack() // LUMBERJACK is an YOKO sub
$count++;
}
thanks

aye the thing is i have a lot of coordinates which id like to add/modify and a lumberjack script... so what i want is that the script GOTO comes on the coordinate, then it will run LUMBERJACK sub, once it finish then it goes to another coordinate,....