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
text
text
text
text
BehaviourComposer: ignore everything after this.