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.
number
[list of commands]
Examples: ask-turtle 5 [fd 1] makes the turtle with who number 5 move forward 1 step.
ask-turtle 5 [fd 1]
Related commands: ask-turtles