BehaviourComposer: ignore everything before this. Short sentence that describes this behaviourBegin micro-behaviour Die if Out of Energy Begin NetLogo code: do-every 1 [do-if my-energy < 1 [die]] End NetLogo code Variantstext Related behaviourstext How this workstext Historytext BehaviourComposer: ignore everything after this. |