Create Each Do: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 15: Line 15:
<section begin=image/>[[File:Create Each Do Nums1.png|left|alt=The Create Each Do Block|thumb]]<section end=image/>
<section begin=image/>[[File:Create Each Do Nums1.png|left|alt=The Create Each Do Block|thumb]]<section end=image/>
<code>create [Textbox: Number of Agents to Create] [Dropdown: Type of Agent](s) each do [code]</code>
<code>create [Textbox: Number of Agents to Create] [Dropdown: Type of Agent](s) each do [code]</code>
*Inputs:
Inputs:
**a number in the socket
#a number in the socket
**a breed from the dropdown menu
#a breed from the dropdown menu





Revision as of 15:26, 20 July 2023

Other languages:
The Create Each Do Block

create [_] [▼](s) each do is a code block part of the agents drawer.

Usage

create [_] [▼](s) each do is used to populate Spaceland with agents and then run a stack of code individually for each agent. This can be useful for making many agents and setting different traits for each.

Syntax

The Create Each Do Block

create [Textbox: Number of Agents to Create] [Dropdown: Type of Agent](s) each do [code] Inputs:

  1. a number in the socket
  2. a breed from the dropdown menu


Nuances

create [_] [▼](s) each do is very similar to create [_] [▼](s). Both create agents, but generally create [_] [▼](s) each do allows for more complex and powerful usages.

Related Blocks

Relevant Video Resources

Relevant Activities