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