BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
Pause the execution of the simulation.
End description
Pause
Begin NetLogo code:
set stop-running true
End NetLogo code
You can use the 'Enhance' menu to make this conditional. Add a log message that time has been exceeded to the output area is a typical example.
This sets a Behaviour Composer flag telling the program to pause at the end of this step.
Pause was first implemented by Ken Kahn on 7 April 2010.
BehaviourComposer: ignore everything after this.