Turtle and Observer Command

ask-turtle number [list of commands]

This command asks the turtle with who number number to run the [list of commands]. The caller will wait for the turtle to finish before moving on.

Examples:
ask-turtle 5 [fd 1] makes the turtle with who number 5 move forward 1 step.

Related commands:
ask-turtles