Set World To

From StarLogo Nova Wiki
Revision as of 17:19, 10 August 2022 by Rev (talk | contribs) (Created Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The set world to block

set world [▼] to [_] is a code block part of the Environment drawer.

Usage

set world [▼] to [_] is used to set traits of the world in a similar way to agents.

Syntax

set world [Dropdown: Trait Selection] to [Socket: Data]

Nuances

This block is used to soley modify custom traits of the world. The traits of agents are modified using the set my [▼] to [_].

Related Blocks