BehaviourComposer: ignore everything before this. This behaviour will make your agent wander around randomlyBegin micro-behaviour Wander Randomly Begin NetLogo code: do-every 1 [ set heading (heading + random 25 - random 25) fd 1 ] End NetLogo code Variantstext Related behaviourstext How this workstext Historytext BehaviourComposer: ignore everything after this. |