Observer Command

cct-and-do, create-custom-turtles-and-do
breed number [list of commands]

Creates number turtles of type breed and tells them to do [list of commands].

NOTE: Most users will use create-foxes-and-do directly intead of using cct-and-do.

Examples:
cct-and-do foxes 5 [fd 3] would create 5 foxes and make them all move forward 3 steps.

Related commands:
cct hatch