BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description: Set the flag controlling whether the time is displayed. End description
Tick 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
Due to current limitations of NetLogo this specifies only the initial setting of whether the tick counter should be displayed.
Set tick counter label controls what label is displayed with the tick counter.
Show tick counter was implemented by Ken Kahn on 19 February 2014.
BehaviourComposer: ignore everything after this.