Create Each Do: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
Line 19: | Line 19: | ||
#a number in the socket | #a number in the socket | ||
#a breed from the dropdown menu | #a breed from the dropdown menu | ||
<!--T:15--> | <!--T:15--> |
Revision as of 15:40, 20 July 2023
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
create [Textbox: Number of Agents to Create] [Dropdown: Type of Agent](s) each do [code]
Inputs:
- a number in the socket
- 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.