Difference between revisions of "Next-to Condition"

From AgentCubes
Jump to navigation Jump to search
imported>Andri
imported>Andri
Line 4: Line 4:
 
<tr>
 
<tr>
 
<td align="left" valign="top" width="80"><b>Definition:</b></td>
 
<td align="left" valign="top" width="80"><b>Definition:</b></td>
<td align="left" valign="top" width="100%">The <strong>Next-to</strong> condition checks to see how many of the adjacent neighbors have a certain [[Shape parameter|shape]]. If the agent is next to the right number of the specified shapes, the condition is true. Otherwise, the condition is false.</td>
+
<td align="left" valign="top" width="100%">The <strong>Next-to</strong> condition checks to see how many of the 8 adjacent neighbors in the same layer have a certain [[Shape parameter|shape]]. If the agent is next to the right number of the specified shapes, the condition is true. Otherwise, the condition is false.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>

Revision as of 17:45, 17 June 2011

Next to condition.png

Definition: The Next-to condition checks to see how many of the 8 adjacent neighbors in the same layer have a certain shape. If the agent is next to the right number of the specified shapes, the condition is true. Otherwise, the condition is false.
Parameters: comparator, formula, shape
Example: The Person agent in the Virus Attack project checks if it is next to one or more sick Person agents. If so, it has a 5% chance of acquiring the virus. Next to condition example.png