Observer Command

startup

This is a special 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 will occur everytime the project is opened.


Related commands: