Turtle, Observer

breeds [breed1 breed2 ...]

Parameters:
[breed1 breed2 ...] List or string A list of breed names (usually plural)

Description:
At the top of the Observer or Turtle command centers, place this command:

breeds [frogs toads]

to declare your turtles to have two different breeds, frogs and toads. Once you have done this, you may use any command in the Breeds category to run only on the breed of turtles that you have created.

Examples:
breeds [frogs toads]

to setup
create-frogs 100
create-toads 40
ask-frogs [hop]
ask-toads [ribbit]
end

Related Commands:
patches-own turtles-own