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 self add-behaviours-to recipient list-of-micro-behaviours "Behaviours" []
End NetLogo code
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.
Add behaviours is the same as this except that it always adds the behaviours to 'self'.
Add behaviours to was first implemented by Ken Kahn on 6 October 2009.
BehaviourComposer: ignore everything after this.