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
scatters all agents in SpaceLand to random locations. only scatters the agents created by the create or create each do block in which the scatter block was placed.
scatter everyone
can be useful for randomizing traits and scattering agents without effecting others.