Projects‎ > ‎PredatorPreySimpleBehaviours‎ > ‎

sheep visuals

BehaviourComposer: ignore everything before this.
This block will make your agent look like a sheep
Begin micro-behaviour

Sheep Visuals

Begin NetLogo code:
do-after-setup [
set shape "sheep" ]
End NetLogo code

Variants

text

Related behaviours

text

How this works

text

History

text

BehaviourComposer: ignore everything after this.