BehaviourComposer: ignore everything before this. Begin micro-behaviour: Begin description: Set the flag controlling whether the time is displayed. End descriptionTick counter visible Begin NetLogo code: substitute-text-area-for initial-show-tick-counter false set-tick-counter-visible initial-show-tick-counter End NetLogo code How this worksDue to current limitations of NetLogo this specifies only the initial setting of whether the tick counter should be displayed. Related micro-behavioursSet tick counter label controls what label is displayed with the tick counter.
HistoryShow tick counter was implemented by Ken Kahn on 19 February 2014. BehaviourComposer: ignore everything after this. |