Observer |
ask-turtles [list of commands]
List of turtle commands | A list of commands for the turtles to run |
[list of commands]
Asking all of the turtles to do something is a moderately expensive operation since StarLogo creates a thread for each turtle. Try to group commands that you would have put into separate ask-turtles
ask-turtles [fd 1]