Stamp Grid

From StarLogo Nova Wiki
Revision as of 09:29, 10 November 2022 by Admin (talk | contribs) (Created page with "<section begin=image/> <section end=image/> <section begin="name" />'''<code>stamp grid [_]</code>'''<section end="name" /> is a code block part of the Environment drawer. == Usage== <p id="tooltip"><code>stamp grid [_]</code> causes the agent to color one grid square on the terrain in the agent's current color on the agent's current position.</p> ===Syntax=== <code>stamp grid [Textbox: Color]</code> ==Common Uses== This is used to track agents' indi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


stamp grid [_] is a code block part of the Environment drawer.

Usage

stamp grid [_] causes the agent to color one grid square on the terrain in the agent's current color on the agent's current position.

Syntax

stamp grid [Textbox: Color]

Common Uses

This is used to track agents' individual impact on the terrain.

Nuances

Related Blocks