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

Add behaviours to

BehaviourComposer: ignore everything before this.
Begin micro-behaviour
Begin description:
Add a list of behaviours to another agent or set of agents.
End description

Add behaviours to

Begin NetLogo code:
substitute-text-area-for recipient selfadd-behaviours-to recipient                   list-of-micro-behaviours "Behaviours" []
End NetLogo code

Variants

You can change the recipient (or recipients) of these behaviours by editing the text area. 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 is the same as this except that it always adds the behaviours to 'self'.

History

Add behaviours to was first implemented by Ken Kahn on 6 October 2009.

BehaviourComposer: ignore everything after this.