BehaviourComposer: ignore everything before this.
I add the behaviours of the kind of agent specified. This is the list of behaviours listed in the Compose tab.
Begin micro-behaviour
Initialisation behaviours
Begin NetLogo code:
substitute-text-area-for columns: 46 kind-name Prototype1
add-initialisation-behaviours-of "kind-name"
End NetLogo code
You can choose any "kind" of agent by editing the text area.
To do.
This relies upon the NetLogo code generated by the BehaviourComposer specific to the model.
This was implemented by Ken Kahn on 13 March 2011.
BehaviourComposer: ignore everything after this.