Projects‎ > ‎PredatorPreySimpleBehaviours‎ > ‎

walk straight

BehaviourComposer: ignore everything before this.
This behaviour makes your agent walk in a straight line.
Begin micro-behaviour

Walk Straight

Begin NetLogo code:
do-every 1 [
go-forward 1 ]
End NetLogo code

Variants

text

Related behaviours

text

How this works

text

History

text

BehaviourComposer: ignore everything after this.