Projects‎ > ‎PredatorPreySimpleBehaviours‎ > ‎

wolf visuals

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

Wolf Visuals

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

Variants

text

Related behaviours

text

How this works

text

History

text

BehaviourComposer: ignore everything after this.