<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.slnova.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rev</id>
	<title>StarLogo Nova Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.slnova.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rev"/>
	<link rel="alternate" type="text/html" href="http://wiki.slnova.org/wiki/Special:Contributions/Rev"/>
	<updated>2026-06-25T22:23:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Interface&amp;diff=395</id>
		<title>Interface</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Interface&amp;diff=395"/>
		<updated>2022-08-10T19:32:02Z</updated>

		<summary type="html">&lt;p&gt;Rev: Images lined up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Top_Interface.png|center|thumb|935x935px]]&lt;br /&gt;
[[File:Bottom Interface.png|center|thumb|935x935px]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Interface&amp;diff=394</id>
		<title>Interface</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Interface&amp;diff=394"/>
		<updated>2022-08-10T19:30:19Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Top Interface.png|frameless|940x940px]]&lt;br /&gt;
[[File:Bottom Interface.png|frame]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Bottom_Interface.png&amp;diff=393</id>
		<title>File:Bottom Interface.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Bottom_Interface.png&amp;diff=393"/>
		<updated>2022-08-10T19:30:02Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The bottom of SL Nova's interface&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Top_Interface.png&amp;diff=392</id>
		<title>File:Top Interface.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Top_Interface.png&amp;diff=392"/>
		<updated>2022-08-10T19:29:05Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The view of SL Nova from the top&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=386</id>
		<title>Agent</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=386"/>
		<updated>2022-08-10T18:53:08Z</updated>

		<summary type="html">&lt;p&gt;Rev: Added category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Agents are the backbone of StarLogo Nova. Agents are the objects commonly seen moving around [[SpaceLand]]. Different types of agents are refereed to as &amp;quot;breeds&amp;quot;. A specific individual part part of breed is called an &amp;quot;instance&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Creation &amp;amp; Deletion==&lt;br /&gt;
Agents are created using [[Code Blocks|code blocks]] such as:&lt;br /&gt;
*{{Block|l|create}}&lt;br /&gt;
*{{Block|Create Each Do|create [_] [▼](s) each do}}.&lt;br /&gt;
Agents can be deleting using blocks such as:&lt;br /&gt;
*{{Block|l|delete}}&lt;br /&gt;
*{{Block|Delete Everyone|delete everyone}}&lt;br /&gt;
*{{Block|Delete Agent|delete agent [_]}}&lt;br /&gt;
&lt;br /&gt;
==Code Execution==&lt;br /&gt;
Agents execute [[code block]]s under their specified [[tab]] in the [[workspace]]. The code written under the tab can be thought of a set of instructions each agent makes a copy of and follows individually.&lt;br /&gt;
&lt;br /&gt;
==Traits==&lt;br /&gt;
All Agents have a set of traits. Traits are variables that are individual to each instance of an agent. Each time a agent is created, it also copies the default values for traits and stores it's own version of the variables.&lt;br /&gt;
&lt;br /&gt;
Agents have the following built-in traits: &lt;br /&gt;
*id&lt;br /&gt;
**a unique number given to each instance (cannot manually be set)&lt;br /&gt;
*breed&lt;br /&gt;
**the type of agent&lt;br /&gt;
*x&lt;br /&gt;
*y&lt;br /&gt;
*z&lt;br /&gt;
*heading&lt;br /&gt;
*color&lt;br /&gt;
*shape&lt;br /&gt;
*size&lt;br /&gt;
&lt;br /&gt;
Custom traits can be created for each breed. Custom traits can be used to track values per instance.&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Random_To&amp;diff=385</id>
		<title>Random To</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Random_To&amp;diff=385"/>
		<updated>2022-08-10T18:50:26Z</updated>

		<summary type="html">&lt;p&gt;Rev: Changed nuances to common uses&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Math]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Random To.png|alt=The random to block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|random [_] to [_]}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a [[code block]] part of the [[Math]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|random [_] to [_]}} defines the upper and lower bounds of a range from which a random number is generated. The number is generated between and including the set limits. &lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;random [number] to [number]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Common Uses ==&lt;br /&gt;
*The {{Block|random [_] to [_]}} block is most commonly used for random movement. When inserted into a [[Movements]] block such as the {{#vardefineecho:cedol|&amp;lt;code&amp;gt;[[Left By Degs|left by [_] degs&amp;lt;/code&amp;gt;]]}} combined with the {{#vardefineecho:cedol|&amp;lt;code&amp;gt;[[Forward|forward[_]&amp;lt;/code&amp;gt;]]}} block, an agent will wander throughout [[Spaceland]] in a random direction.  &lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|Left By Degs|left by [_] degs}}&lt;br /&gt;
*{{Block|Right By Degs|right by [_] degs}}&lt;br /&gt;
*{{Block|Random Decimal|random decimal}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=384</id>
		<title>Agent</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=384"/>
		<updated>2022-08-10T18:47:19Z</updated>

		<summary type="html">&lt;p&gt;Rev: Agent Page Draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Agents are the backbone of StarLogo Nova. Agents are the objects commonly seen moving around [[SpaceLand]]. Different types of agents are refereed to as &amp;quot;breeds&amp;quot;. A specific individual part part of breed is called an &amp;quot;instance&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Creation &amp;amp; Deletion ==&lt;br /&gt;
Agents are created using [[Code Blocks|code blocks]] such as:&lt;br /&gt;
*{{Block|l|create}}&lt;br /&gt;
*{{Block|Create Each Do|create [_] [▼](s) each do}}. &lt;br /&gt;
Agents can be deleting using blocks such as:&lt;br /&gt;
*{{Block|l|delete}}&lt;br /&gt;
*{{Block|Delete Everyone|delete everyone}}&lt;br /&gt;
*{{Block|Delete Agent|delete agent [_]}}&lt;br /&gt;
&lt;br /&gt;
== Code Execution ==&lt;br /&gt;
Agents execute [[code block]]s under their specified [[tab]] in the [[workspace]]. The code written under the tab can be thought of a set of instructions each agent makes a copy of and follows individually.&lt;br /&gt;
&lt;br /&gt;
== Traits ==&lt;br /&gt;
All Agents have a set of traits. Traits are variables that are individual to each instance of an agent. Each time a agent is created, it also copies the default values for traits and stores it's own version of the variables.&lt;br /&gt;
&lt;br /&gt;
Agents have the following built-in traits:&lt;br /&gt;
* id&lt;br /&gt;
** a unique number given to each instance (cannot manually be set)&lt;br /&gt;
* breed&lt;br /&gt;
** the type of agent&lt;br /&gt;
* x&lt;br /&gt;
* y&lt;br /&gt;
* z&lt;br /&gt;
* heading&lt;br /&gt;
* color&lt;br /&gt;
* shape&lt;br /&gt;
* size&lt;br /&gt;
&lt;br /&gt;
Custom traits can be created for each breed. Custom traits can be used to track values per instance.&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=379</id>
		<title>Agent</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=379"/>
		<updated>2022-08-10T18:08:54Z</updated>

		<summary type="html">&lt;p&gt;Rev: Little bit on code execution&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Agents are the backbone of StarLogo Nova. Agents are the objects commonly seen moving around [[SpaceLand]].&lt;br /&gt;
&lt;br /&gt;
== Creation &amp;amp; Deletion ==&lt;br /&gt;
Agents are created using [[Code Blocks|code blocks]] such as:&lt;br /&gt;
*{{Block|l|create}}&lt;br /&gt;
*{{Block|Create Each Do|create [_] [▼](s) each do}}. &lt;br /&gt;
Agents can be deleting using blocks such as:&lt;br /&gt;
*{{Block|l|delete}}&lt;br /&gt;
*{{Block|Delete Everyone|delete everyone}}&lt;br /&gt;
*{{Block|Delete Agent|delete agent [_]}}&lt;br /&gt;
&lt;br /&gt;
== Code Execution ==&lt;br /&gt;
Agents execute [[code block]]s under their specified [[tab]] in the [[workspace]]. The code written under the tab can be thought of a set of instructions each agent makes a copy of and follows individually.&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=377</id>
		<title>Agent</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Agent&amp;diff=377"/>
		<updated>2022-08-10T18:05:28Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created Page with Creation &amp;amp; Deletion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Agents are the backbone of StarLogo Nova. Agents are the objects commonly seen moving around [[SpaceLand]].&lt;br /&gt;
&lt;br /&gt;
== Creation &amp;amp; Deletion ==&lt;br /&gt;
Agents are created using [[Code Blocks|code blocks]] such as:&lt;br /&gt;
*{{Block|l|create}}&lt;br /&gt;
*{{Block|Create Each Do|create [_] [▼](s) each do}}. &lt;br /&gt;
Agents can be deleting using blocks such as:&lt;br /&gt;
*{{Block|l|delete}}&lt;br /&gt;
*{{Block|Delete Everyone|delete everyone}}&lt;br /&gt;
*{{Block|Delete Agent|delete agent [_]}}&lt;br /&gt;
&lt;br /&gt;
== Code Execution ==&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=On_Collision_With_Do&amp;diff=372</id>
		<title>On Collision With Do</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=On_Collision_With_Do&amp;diff=372"/>
		<updated>2022-08-10T17:44:30Z</updated>

		<summary type="html">&lt;p&gt;Rev: Bolded name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:On Collision With Do Block.png|alt=The on collision with do block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|on collision with [▼] do}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a code block from the [[Detection]] drawer.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|on collision with [▼] do}} begins the execution of a [[stack]] of code when a [[collision]] is detected with a specific type of agent denoted in the drop down selector. The agent collided with is known as the &amp;quot;collidee&amp;quot;. This agent can be referenced using the {{Block|l|collidee}} block.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;on collision with [Dropdown: Type of Agent] do [code]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
{{Block|on collision with [▼] do}} cannot be used as a [[conditional]] such as {{Block|l|if}}. {{Block|on collision with [▼] do}} must begin a [[stack]] of code.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|l|collidee}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Detection]]&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Set_World_To&amp;diff=370</id>
		<title>Set World To</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Set_World_To&amp;diff=370"/>
		<updated>2022-08-10T17:19:40Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Environment]]&lt;br /&gt;
&amp;lt;section begin=image/&amp;gt;[[File:Set World To Block.png|alt=The set world to block|thumb]]&amp;lt;section end=image/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=name/&amp;gt;'''{{Block|set world [▼] to [_]}}'''&amp;lt;section end=name/&amp;gt; is a [[code block]] part of the [[Environment]] drawer.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|set world [▼] to [_]}} is used to set [[trait]]s of the [[world]] in a similar way to agents.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;set world [Dropdown: Trait Selection] to [Socket: Data]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
This block is used to soley modify custom [[trait]]s of the [[world]]. The traits of [[agents]] are modified using the {{Block|set my to|set my [▼] to [_]}}.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|world trait|world trait: [▼]}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Set_World_To_Block.png&amp;diff=369</id>
		<title>File:Set World To Block.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Set_World_To_Block.png&amp;diff=369"/>
		<updated>2022-08-10T17:04:51Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The set world to block&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Forward&amp;diff=368</id>
		<title>Forward</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Forward&amp;diff=368"/>
		<updated>2022-08-10T00:55:28Z</updated>

		<summary type="html">&lt;p&gt;Rev: Fixed nuances header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Movement]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Forward Block.png|alt=The forward block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|forward [_]}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a [[code block]] part of the [[Movement]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|forward [_]}} moves the [[agents|agent]]  in [[Spaceland]] in the [[heading]] it is facing. The [[Engine#rendering|renderer]] [[Engine#tweening|tweens]] the movement such that it appears the agent changes location smoothly instead of instantaneous. &lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;forward [number]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nuances ==&lt;br /&gt;
Because of the [[Engine#tweening|tweening]] effect, certain interactions can cause confusion. [[Explaining Up Tweening Confusion|Click here to read more on how tweening can create confusing scenarios.]]&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|Backwards|backwards [_]}}&lt;br /&gt;
*{{Block|Left By Degs|left by [_] degs}}&lt;br /&gt;
*{{Block|Right By Degs|right by [_] degs}}&lt;br /&gt;
*{{Block|up|up [_]}}&lt;br /&gt;
*{{Block|down|up [_]}}&lt;br /&gt;
*{{Block|Teleport To XYZ|teleport to x: [_] y: [_] z: [_]}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Forward&amp;diff=367</id>
		<title>Forward</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Forward&amp;diff=367"/>
		<updated>2022-08-10T00:54:30Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created page with &amp;quot;Category:Movement &amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;thumb&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt; &amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|forward [_]}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a code block part of the Movement drawer. ==Usage== {{Block|forward [_]}} moves the agent  in Spaceland in the heading it is facing. The renderer tweens the movement such that it appears the agent changes lo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Movement]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Forward Block.png|alt=The forward block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|forward [_]}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a [[code block]] part of the [[Movement]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|forward [_]}} moves the [[agents|agent]]  in [[Spaceland]] in the [[heading]] it is facing. The [[Engine#rendering|renderer]] [[Engine#tweening|tweens]] the movement such that it appears the agent changes location smoothly instead of instantaneous. &lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;forward [number]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Nuances ===&lt;br /&gt;
Because of the [[Engine#tweening|tweening]] effect, certain interactions can cause confusion. [[Explaining Up Tweening Confusion|Click here to read more on how tweening can create confusing scenarios.]]&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|Backwards|backwards [_]}}&lt;br /&gt;
*{{Block|Left By Degs|left by [_] degs}}&lt;br /&gt;
*{{Block|Right By Degs|right by [_] degs}}&lt;br /&gt;
*{{Block|up|up [_]}}&lt;br /&gt;
*{{Block|down|up [_]}}&lt;br /&gt;
*{{Block|Teleport To XYZ|teleport to x: [_] y: [_] z: [_]}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Forward_Block.png&amp;diff=366</id>
		<title>File:Forward Block.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Forward_Block.png&amp;diff=366"/>
		<updated>2022-08-10T00:47:37Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The forward block&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Collidee&amp;diff=365</id>
		<title>Collidee</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Collidee&amp;diff=365"/>
		<updated>2022-08-10T00:29:03Z</updated>

		<summary type="html">&lt;p&gt;Rev: Added image tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Detection]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Collidee Block.png|alt=The collidee block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|collidee}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a [[code block]] part of the [[Detection]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|collidee}} is used to refer to the [[agent]] that has been collided with when used inside a {{Block|On Collision With Do|on collision with [▼] do}} [[stack]] of code.&lt;br /&gt;
This block is used as a [[socket]] in other blocks, such as &amp;lt;code&amp;gt;[[Delete Agent|delete agent [_]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
{{Block|collidee}} only has significance when used inside a [[stack]] of code initialized by a {{Block|On Collision With Do|on collision with [▼] do}} block.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|On Collision With Do|on collision with [▼] do}}&lt;br /&gt;
&lt;br /&gt;
==Relevant Activities==&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=MyWiki:About&amp;diff=364</id>
		<title>MyWiki:About</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=MyWiki:About&amp;diff=364"/>
		<updated>2022-08-10T00:26:45Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The StarLogo Nova wiki was created in July of 2022 with the goal of making information about StarLogo Nova more easily accessible.&lt;br /&gt;
&lt;br /&gt;
The wiki was officially released:&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Create&amp;diff=363</id>
		<title>Create</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Create&amp;diff=363"/>
		<updated>2022-08-09T23:29:18Z</updated>

		<summary type="html">&lt;p&gt;Rev: Reverted edits by Admin (talk) to last revision by Rev&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Agents]]&lt;br /&gt;
&amp;lt;section begin=image/&amp;gt;[[File:Create Block.png|alt=The create block|thumb]]&amp;lt;section end=image/&amp;gt;&lt;br /&gt;
{{#vardefine:create|&amp;lt;code&amp;gt;create [_] [▼](s)&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;section begin=name/&amp;gt;'''&amp;lt;code&amp;gt;create [_] [▼](s)&amp;lt;/code&amp;gt;'''&amp;lt;section end=name/&amp;gt; is a [[code block]] part of the [[agents]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;create [_] [▼](s)&amp;lt;/code&amp;gt; is used to populate [[Spaceland]] with [[agent]]s.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; create [Textbox: Number] [Dropdown: Type of Agent](s) &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
&lt;br /&gt;
An important difference between {{#var:create}} and {{#vardefineecho:cedol|&amp;lt;code&amp;gt;[[Create Each Do|create [_] [▼](s) each do&amp;lt;/code&amp;gt;]]}} is that {{#vardefineecho:cedo|&amp;lt;code&amp;gt;create [_] [▼](s) each do&amp;lt;/code&amp;gt;}} allows a section of code to run individually for each [[agent]] that is created. {{#var:create}} only creates agents with the default [[trait]]s in the center of [[Spaceland]].&lt;br /&gt;
&lt;br /&gt;
{{#var:cedol}} can be useful for [[randomizing traits]] and [[scattering agents without effecting others]].&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{#var:cedol}}&lt;br /&gt;
&lt;br /&gt;
==Relevant Video Resources==&lt;br /&gt;
&lt;br /&gt;
==Relevant Activities==&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=On_Collision_With_Do&amp;diff=362</id>
		<title>On Collision With Do</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=On_Collision_With_Do&amp;diff=362"/>
		<updated>2022-08-09T23:24:00Z</updated>

		<summary type="html">&lt;p&gt;Rev: Added related blocks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:On Collision With Do Block.png|alt=The on collision with do block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;{{Block|on collision with [▼] do}}&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a code block from the [[Detection]] drawer.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|on collision with [▼] do}} begins the execution of a [[stack]] of code when a [[collision]] is detected with a specific type of agent denoted in the drop down selector. The agent collided with is known as the &amp;quot;collidee&amp;quot;. This agent can be referenced using the {{Block|l|collidee}} block.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;on collision with [Dropdown: Type of Agent] do [code]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
{{Block|on collision with [▼] do}} cannot be used as a [[conditional]] such as {{Block|l|if}}. {{Block|on collision with [▼] do}} must begin a [[stack]] of code.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|l|collidee}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Detection]]&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Collidee&amp;diff=361</id>
		<title>Collidee</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Collidee&amp;diff=361"/>
		<updated>2022-08-09T23:22:25Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Detection]]&lt;br /&gt;
[[File:Collidee Block.png|alt=The collidee block|thumb]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{Block|collidee}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a [[code block]] part of the [[Detection]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|collidee}} is used to refer to the [[agent]] that has been collided with when used inside a {{Block|On Collision With Do|on collision with [▼] do}} [[stack]] of code.&lt;br /&gt;
This block is used as a [[socket]] in other blocks, such as &amp;lt;code&amp;gt;[[Delete Agent|delete agent [_]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
{{Block|collidee}} only has significance when used inside a [[stack]] of code initialized by a {{Block|On Collision With Do|on collision with [▼] do}} block.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*{{Block|On Collision With Do|on collision with [▼] do}}&lt;br /&gt;
&lt;br /&gt;
==Relevant Activities==&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Collidee_Block.png&amp;diff=360</id>
		<title>File:Collidee Block.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Collidee_Block.png&amp;diff=360"/>
		<updated>2022-08-09T23:22:09Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The collidee block&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=On_Collision_With_Do&amp;diff=359</id>
		<title>On Collision With Do</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=On_Collision_With_Do&amp;diff=359"/>
		<updated>2022-08-09T23:14:04Z</updated>

		<summary type="html">&lt;p&gt;Rev: Added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:On Collision With Do Block.png|alt=The on collision with do block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;{{Block|on collision with [▼] do}}&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a code block from the [[Detection]] drawer.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{Block|on collision with [▼] do}} begins the execution of a [[stack]] of code when a [[collision]] is detected with a specific type of agent denoted in the drop down selector. The agent collided with is known as the &amp;quot;collidee&amp;quot;. This agent can be referenced using the {{Block|l|collidee}} block.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;on collision with [Dropdown: Type of Agent] do [code]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
{{Block|on collision with [▼] do}} cannot be used as a [[conditional]] such as {{Block|l|if}}. {{Block|on collision with [▼] do}} must begin a [[stack]] of code.&lt;br /&gt;
&lt;br /&gt;
[[Category:Detection]]&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:On_Collision_With_Do_Block.png&amp;diff=358</id>
		<title>File:On Collision With Do Block.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:On_Collision_With_Do_Block.png&amp;diff=358"/>
		<updated>2022-08-09T23:08:22Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The On Collision With Do Block&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=357</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=357"/>
		<updated>2022-08-09T20:16:57Z</updated>

		<summary type="html">&lt;p&gt;Rev: Working&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter (format at link)--&amp;gt;&lt;br /&gt;
    |{{#ifeq:{{{1}}}|l &amp;lt;!-- If the link would just be &amp;quot;l&amp;quot; (shorthand for use the same name)--&amp;gt;&lt;br /&gt;
        |&amp;lt;code&amp;gt;[[{{{2}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
        |&amp;lt;code&amp;gt;[[{{{1}}}|{{{2}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
    |}}&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=356</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=356"/>
		<updated>2022-08-09T20:16:02Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{1}}}&lt;br /&gt;
&lt;br /&gt;
{{{2}}}&lt;br /&gt;
----------&lt;br /&gt;
{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter (format at link)--&amp;gt;&lt;br /&gt;
    |{{#ifeq:{{{1}}}|l &amp;lt;!-- If the link would just be &amp;quot;l&amp;quot; (shorthand for use the same name)--&amp;gt;&lt;br /&gt;
        |&amp;lt;code&amp;gt;[[{{{2}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
        |&amp;lt;code&amp;gt;[[{{{2}}}|{{{1}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
    |}}&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=355</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=355"/>
		<updated>2022-08-09T20:15:17Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{1}}}&lt;br /&gt;
&lt;br /&gt;
{{{2}}}&lt;br /&gt;
----------&lt;br /&gt;
{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter (format at link)--&amp;gt;&lt;br /&gt;
    |{{#ifeq:{{{1}}}|l &amp;lt;!-- If the link would just be &amp;quot;l&amp;quot; (shorthand for use the same name)--&amp;gt;&lt;br /&gt;
        |[[&amp;lt;code&amp;gt;{{{2}}}&amp;lt;/code&amp;gt;]]&lt;br /&gt;
        |[[&amp;lt;code&amp;gt;{{{2}}}|{{{1}}}&amp;lt;/code&amp;gt;]]&lt;br /&gt;
    |}}&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=354</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=354"/>
		<updated>2022-08-09T20:13:40Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{1}}}&lt;br /&gt;
&lt;br /&gt;
{{{2}}}&lt;br /&gt;
----------&lt;br /&gt;
{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter (format at link)--&amp;gt;&lt;br /&gt;
    {{#ifeq:{{{1}}}|l &amp;lt;!-- If the link would just be &amp;quot;l&amp;quot; (shorthand for use the same name)--&amp;gt;&lt;br /&gt;
        |[[&amp;lt;code&amp;gt;{{{2}}}&amp;lt;/code&amp;gt;]]&lt;br /&gt;
        |[[&amp;lt;code&amp;gt;{{{2}}}|{{{1}}}&amp;lt;/code&amp;gt;]]&lt;br /&gt;
    |}}&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=353</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=353"/>
		<updated>2022-08-09T20:12:57Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter (format at link)--&amp;gt;&lt;br /&gt;
    {{#ifeq:{{{1}}}|l &amp;lt;!-- If the link would just be &amp;quot;l&amp;quot; (shorthand for use the same name)--&amp;gt;&lt;br /&gt;
        |[[&amp;lt;code&amp;gt;{{{2}}}&amp;lt;/code&amp;gt;]]&lt;br /&gt;
        |[[&amp;lt;code&amp;gt;{{{2}}}|{{{1}}}&amp;lt;/code&amp;gt;]]&lt;br /&gt;
    |}}&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=352</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=352"/>
		<updated>2022-08-09T20:08:04Z</updated>

		<summary type="html">&lt;p&gt;Rev: Block with link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter (format at link)--&amp;gt;&lt;br /&gt;
    {{#ifeq:{{{1}}}|l &amp;lt;!-- If the link would just be &amp;quot;l&amp;quot; (shorthand for use the same name)--&amp;gt;&lt;br /&gt;
        |&amp;lt;code&amp;gt;[[{{{2}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
        |&amp;lt;code&amp;gt;[[{{{2}}}|{{{1}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
    |}}&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=351</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=351"/>
		<updated>2022-08-09T20:04:13Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{2|}}} &amp;lt;!-- If there's a second parameter --&amp;gt;&lt;br /&gt;
    |&amp;lt;code&amp;gt;[[{{{2}}}|{{{1}}}]]&amp;lt;/code&amp;gt;&lt;br /&gt;
    |&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; &amp;lt;!-- Return the name in code blocks --&amp;gt;&lt;br /&gt;
|}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Block_Template_Test&amp;diff=350</id>
		<title>Block Template Test</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Block_Template_Test&amp;diff=350"/>
		<updated>2022-08-09T19:54:56Z</updated>

		<summary type="html">&lt;p&gt;Rev: Page for testing the block template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Block|Name Name2|l}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=337</id>
		<title>Template:Block</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Block&amp;diff=337"/>
		<updated>2022-08-08T18:57:58Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{2|}}}&lt;br /&gt;
   |{{#ifeq: {{{2}}}|l&lt;br /&gt;
   |&amp;lt;code&amp;gt;[[{{{1}}}]]&amp;lt;/code&amp;gt;|&lt;br /&gt;
   }}&lt;br /&gt;
|&amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt;|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=335</id>
		<title>Clear Terrain</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=335"/>
		<updated>2022-08-08T18:54:17Z</updated>

		<summary type="html">&lt;p&gt;Rev: Testing Master Template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Environment]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Clear Terrain Block.png|alt=The clear terrain block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''{{ClearTerrainBlock}}'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a code block from the [[Environment]] drawer.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{ClearTerrainBlock}} is used to clear the [[Spaceland]] of all [[drawing]]s.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp grid]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[pen|pen [▼]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[terrain color]]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=332</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=332"/>
		<updated>2022-08-08T18:52:19Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{1|}}}&lt;br /&gt;
   |{{#ifeq: {{{1}}}|l&lt;br /&gt;
   |&amp;lt;code&amp;gt;[[clear terrain]]&amp;lt;/code&amp;gt;|&lt;br /&gt;
   }}&lt;br /&gt;
|&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt;|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=328</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=328"/>
		<updated>2022-08-08T18:44:25Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{1|}}}|You entered text in variable 1|There is no text in variable 1}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=327</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=327"/>
		<updated>2022-08-08T18:43:26Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if: | yes | no}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=326</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=326"/>
		<updated>2022-08-08T18:42:09Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if: {{{1|}}}&lt;br /&gt;
    |then found parameter 1|else no parameter 1|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=325</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=325"/>
		<updated>2022-08-08T18:36:18Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{if|{{{1|}}}&lt;br /&gt;
    |T|F|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=324</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=324"/>
		<updated>2022-08-08T18:34:44Z</updated>

		<summary type="html">&lt;p&gt;Rev: Template If Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{if|exist| {{{1}}} | p | q }}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=323</id>
		<title>Clear Terrain</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=323"/>
		<updated>2022-08-08T18:33:00Z</updated>

		<summary type="html">&lt;p&gt;Rev: Added info text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Environment]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Clear Terrain Block.png|alt=The clear terrain block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt;'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a code block from the [[Environment]] drawer.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt; is used to clear the [[Spaceland]] of all [[drawing]]s.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp grid]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[pen|pen [▼]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[terrain color]]&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=321</id>
		<title>Template:ClearTerrainBlock</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:ClearTerrainBlock&amp;diff=321"/>
		<updated>2022-08-08T18:30:00Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Scrape_Usage&amp;diff=319</id>
		<title>Template:Scrape Usage</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Scrape_Usage&amp;diff=319"/>
		<updated>2022-08-08T18:28:42Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;Clear Terrain&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Template:Scrape_Usage&amp;diff=318</id>
		<title>Template:Scrape Usage</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Template:Scrape_Usage&amp;diff=318"/>
		<updated>2022-08-08T18:28:02Z</updated>

		<summary type="html">&lt;p&gt;Rev: Test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test&lt;br /&gt;
{{{1}}}&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Scatter_Everyone&amp;diff=317</id>
		<title>Scatter Everyone</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Scatter_Everyone&amp;diff=317"/>
		<updated>2022-08-08T18:26:51Z</updated>

		<summary type="html">&lt;p&gt;Rev: Reformatted tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Agents]]&lt;br /&gt;
&amp;lt;section begin=image/&amp;gt;[[File:Scatter Everyone.png|thumb|229x229px]]&amp;lt;section end=image/&amp;gt;&lt;br /&gt;
{{#vardefine:ScatterEveryone|&amp;lt;code&amp;gt;scatter everyone&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;section begin=name/&amp;gt;'''&amp;lt;code&amp;gt;scatter everyone&amp;lt;/code&amp;gt;'''&amp;lt;section end=name/&amp;gt; is a [[code block]] part of the [[agents]] drawer.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;code&amp;gt;scatter everyone&amp;lt;/code&amp;gt; is used to scatter all agents in [[SpaceLand]] to random locations.&lt;br /&gt;
&lt;br /&gt;
==Nuances==&lt;br /&gt;
An important difference between {{#var:ScatterEveryone}} and {{#vardefineecho:Scatter|&amp;lt;code&amp;gt;[[Scatter|scatter&amp;lt;/code&amp;gt;]]}} is that {{#vardefineecho:Scatter|&amp;lt;code&amp;gt;scatter&amp;lt;/code&amp;gt;}} scatters only the agents attached to the {{#vardefineecho:Scatter|&amp;lt;code&amp;gt;scatter&amp;lt;/code&amp;gt;}} block. {{#var:ScatterEveryone}} scatters all agents in [[SpaceLand]].&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
{{#vardefineecho:Scatter|&amp;lt;code&amp;gt;[[Scatter|scatter&amp;lt;/code&amp;gt;]]}}&lt;br /&gt;
&lt;br /&gt;
==Relevant Video Resources==&lt;br /&gt;
&lt;br /&gt;
==Relevant Activities==&lt;br /&gt;
[[Category:Code Block]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=306</id>
		<title>Clear Terrain</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=306"/>
		<updated>2022-08-08T18:06:15Z</updated>

		<summary type="html">&lt;p&gt;Rev: Moved image tag and added sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Environment]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot;/&amp;gt;[[File:Clear Terrain Block.png|alt=The clear terrain block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt;'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt; is used to clear the [[Spaceland]] of all [[drawing]]s.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp grid]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[pen|pen [▼]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[terrain color]]&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=303</id>
		<title>Clear Terrain</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Clear_Terrain&amp;diff=303"/>
		<updated>2022-08-08T18:05:31Z</updated>

		<summary type="html">&lt;p&gt;Rev: Created page with &amp;quot;Category:Environment &amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt;'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt;  ==Usage== thumb &amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt; is used to clear the Spaceland of all drawings.  ==Related Blocks== *&amp;lt;code&amp;gt;stamp&amp;lt;/code&amp;gt; *&amp;lt;code&amp;gt;stamp grid&amp;lt;/code&amp;gt; *&amp;lt;code&amp;gt;pen [▼]&amp;lt;/code&amp;gt; *&amp;lt;code&amp;gt;terrain color&amp;lt;/code&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Environment]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt;'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
[[File:Clear Terrain Block.png|alt=The clear terrain block|thumb]]&lt;br /&gt;
&amp;lt;code&amp;gt;clear terrain&amp;lt;/code&amp;gt; is used to clear the [[Spaceland]] of all [[drawing]]s.&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[stamp grid]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[pen|pen [▼]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[terrain color]]&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Clear_Terrain_Block.png&amp;diff=302</id>
		<title>File:Clear Terrain Block.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Clear_Terrain_Block.png&amp;diff=302"/>
		<updated>2022-08-08T18:04:30Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The clear terrain block&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Delete_Agent&amp;diff=296</id>
		<title>Delete Agent</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Delete_Agent&amp;diff=296"/>
		<updated>2022-08-08T17:49:54Z</updated>

		<summary type="html">&lt;p&gt;Rev: First Information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Agents]]&lt;br /&gt;
&amp;lt;section begin=&amp;quot;image&amp;quot; /&amp;gt;[[File:Delete Agent.png|alt=The delete agent block|thumb]]&amp;lt;section end=&amp;quot;image&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;name&amp;quot; /&amp;gt;'''&amp;lt;code&amp;gt;delete agent [_]&amp;lt;/code&amp;gt;'''&amp;lt;section end=&amp;quot;name&amp;quot; /&amp;gt; is a [[code block]] part of the [[agents]] drawer.&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;code&amp;gt;delete agent [_]&amp;lt;/code&amp;gt; is used to delete a specific [[agent]] from [[Spaceland]]&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;code&amp;gt;delete agent [Special: Agent Reference]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Blocks==&lt;br /&gt;
*&amp;lt;code&amp;gt;[[delete]]&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;[[Delete Everyone|delete everyone]]&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=File:Delete_Agent.png&amp;diff=287</id>
		<title>File:Delete Agent.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=File:Delete_Agent.png&amp;diff=287"/>
		<updated>2022-08-08T17:21:22Z</updated>

		<summary type="html">&lt;p&gt;Rev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The delete agent block&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
	<entry>
		<id>http://wiki.slnova.org/w/index.php?title=Main_Page&amp;diff=285</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.slnova.org/w/index.php?title=Main_Page&amp;diff=285"/>
		<updated>2022-08-08T15:43:42Z</updated>

		<summary type="html">&lt;p&gt;Rev: Capitalization fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:BlockDragging.gif|thumb|A demonstration of how drag-and-drop modular block code fits together.|351x351px]]&lt;br /&gt;
StarLogo Nova is an agent-based game and simulation programming environment that combines an easy-to-use blocks-based programming language with a powerful simulation engine and 3D renderer. With StarLogo Nova you can: Create, edit, and run games and simulations right in the browser, no installation necessary.&lt;br /&gt;
&lt;br /&gt;
[[Orientation|Click Here to Get Started!]]&lt;br /&gt;
&lt;br /&gt;
[[Resources|Access Resources and Documentation Here]]&lt;br /&gt;
&lt;br /&gt;
*StarLogo Nova can be accessed at: https://www.slnova.org/&lt;br /&gt;
*StarLogo Nova 2 (beta) can be accessed at: https://sailctm.slnova.org/&lt;br /&gt;
*[[Differences Between www and sailctm]]&lt;/div&gt;</summary>
		<author><name>Rev</name></author>
	</entry>
</feed>