Turtle, Observer, Patch |
wait seconds
Number | A number of seconds. Decimals are allowed. |
This command is per-thread - meaning if you have two buttons that each call wait, they will not wait for one another.
to crawl
fd 1
wait 2.1
end
crawl
The turtles go forward 1 step and then wait for 2.1 seconds.