Libraries‎ > ‎Library‎ > ‎Control‎ > ‎

Add behaviours

BehaviourComposer: ignore everything before this.
Begin micro-behaviour
Begin description:
Add a list of behaviours(a way to package up several behaviours into a single unit).
End description

List of behaviours

Begin NetLogo code:
add-behaviours list-of-micro-behaviours "Behaviours" []
End NetLogo code

Variants

You can add micro-behaviours to the list by clicking on the micro-behaviour and navigating back to this page.

Related Micro-behaviours

Add behaviours to differs from this in that one can specify which agents should receive the behaviours.

History

List of behaviours was first implemented by Ken Kahn on 6 October 2009.

BehaviourComposer: ignore everything after this.