Observer

startup

Description:
This is a special procedure name. Anything within the startup procedure will be executed each time the project is opened.

Examples:
to startup
clear-turtles ;save the patches
crt 100
ask-turtles [setc blue]
end

This process of clearing the turtles, and creating 100 new blue ones will occur everytime the project is opened.

Related Commands:
end to