Scatter
Usage
Scatter
is used to scatter an agent to a random location in SpaceLand.
Syntax
Scatter
Nuances
An important difference between Scatter
and scatter everyone
is that scatter everyone
allows a section of code to run individually for each agent that is created. only creates agents with the default traits in the center of Spaceland.
scatter everyone
can be useful for randomizing traits and scattering agents without effecting others.