Turtle and Observer Command

one-of-turtles-with [condition] [list of commands]

Chooses a turtle based on the following [condition] and runs the commands specified in [list of commands]

Examples:
one-of-turtles-with [color = red] [setc blue] chooses a red turtle and changes its color to blue

Related commands:
one-of-frogs-with