Set World To: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
mNo edit summary
Line 4: Line 4:
<!--T:1-->
<!--T:1-->
[[Category:Environment]]
[[Category:Environment]]
<section begin=image/>[[File:Set World To Block.png|alt=The set world to block|thumb]]<section end=image/>
<section begin=image/>[[File:Set World To Block.png|alt=The set world to block|thumb]]<section end=image/><p id="tooltip">Sets the value of a selected world trait. World traits can be created by adding a new trait to the World breed in the breed manager.</p>
<section begin=name/><p id="tooltip">Sets the value of a selected world trait. World traits can be created by adding a new trait to the World breed in the breed manager.</p>


<!--T:6-->
<section begin=name/>'''{{Block|set world [▼] to [_]}}'''<section end=name/> is a [[code block]] part of the [[Environment]] drawer.
'''{{Block|set world [▼] to [_]}}'''<section end=name/> is a [[code block]] part of the [[Environment]] drawer.


<!--T:2-->
<!--T:2-->

Revision as of 14:57, 8 August 2023

Other languages:
The set world to block

Sets the value of a selected world trait. World traits can be created by adding a new trait to the World breed in the breed manager.

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

The Create Each Do Block

Inputs:

  1. a world trait from the dropdown menu
  2. a number

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