|
oh, and another tip, you can put numbers behind commands, to make it wait that number of wait after it.
For example
+forward 2
is the same as
+forward; wait ;wait
Though I'm not sure if
wait 2
is the same as
wait; wait
or
wait; wait; wait
anyway, you get the idea
|