Pen
Revision as of 19:51, 10 November 2022 by Admin (talk | contribs) (Created page with "Category:Environment Category:Code Block <section begin=image/><section end=image/> {{#vardefine:pen|<code>pen [▼]</code>}} <section begin=name/>'''<code>pen [▼]</code>'''<section end=name/> is a code block part of the environment drawer. ==Usage== <p id="tooltip"><code>pen [▼](s)</code> adjusts the pen tool. If the pen is down, the agent stamps the terrain at each position as it moves. If the pen is up, the agent does not stamp the terrain.</p> =...")
pen [▼]
is a code block part of the environment drawer.
Usage
pen [▼](s)
adjusts the pen tool. If the pen is down, the agent stamps the terrain at each position as it moves. If the pen is up, the agent does not stamp the terrain.
Syntax
pen [Dropdown: Down/Up]
Nuances
An important difference between and create [_] [▼](s) each do
is that create [_] [▼](s) each do
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.
create [_] [▼](s) each do
can be useful for randomizing traits and scattering agents without effecting others.