, and a move too cammand. Incase you have something moving randomly around the board, and want it to end up in a certain spot.
Quote:
if (timeout) {
timeout=.5;
move random(2,5), random(2,5),random(.5,3),4;
timeout=.5;
}
if (playerenters) {
sleep 10;
moveto 30,30;
sleep 3;
destroy;
}
|