Turtle, Observer, Patch

ask-turtle who number [list of commands]

Parameters:
who number Integer The who number of a turtle
[list of commands] List of turtle commands A list of commands for the turtle to run

Description:
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-breed ask-list-of-turtles ask-patch-at ask-patches ask-turtles ask-turtles-with