BehaviourComposer: ignore everything before this. Begin micro-behaviour: Begin description: (A short description of this micro-behaviour that will appear as the button's tool tip.) End description (Short rich text for micro-behaviour button label (any HTML can be used)) Begin NetLogo code: Place any NetLogo code here. See NetLogo dictionary, BehaviourComposer additions to NetLogo, and the BehaviourComposer programming guide.To introduce editable text areas you can usesubstitute-text-area-for name valuewhere the first subsequent occurrence of 'name' will become a box containing 'value'.To place a user editable list of micro-behaviours here uselist-of-micro-behaviours "any text describing the list" [url1 url2 …]where url1, url2, etc. are optional and if specified are the initial micro-behaviours in the list. End NetLogo code VariantsHow this worksRelated micro-behavioursHistoryBehaviourComposer: ignore everything after this. |