Observer Command

ask-turtles [list of commands]

Asks all turtles to run the list of commands. The observer will wait for all of the turtles to finish before continuing.

Examples:
ask-turtles [fd 1] will make all of the turtles move forward 1 step.

Related commands:
ask-turtle