Observer Command

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

This observer command asks turtles satisfying [condition] to run the [list of commands].

Examples:
ask-turtles-with [color = red] [fd 1] tells all red turtles to move forward one step.

Related commands:
ask-patches ask-patches-with ask-turtles