BehaviourComposer: ignore everything before this. Begin micro-behaviour: Begin description: Set the label displayed with the time. End descriptionTick counter label Begin NetLogo code: substitute-text-area-for initial-tick-label time
set-tick-counter-label initial-tick-label
End NetLogo code How this worksDue to current limitations of NetLogo this specifies only the initial label of the tick counter and cannot be reset later. Related micro-behavioursShow tick counter controls whether the label and tick counter is displayed.
HistorySet tick counter label was implemented by Ken Kahn on 19 February 2014. BehaviourComposer: ignore everything after this. |