Difference between revisions of "Percent-chance Condition"

From AgentCubes
Jump to navigation Jump to search
imported>Mike
imported>Corrina
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:% chance.png|150px]]
+
[[Image:% chance action.png|150px|% chance action.png]]  
  
<table cellpadding="10" cellspacing="0" border="0" width="100%">
+
{| cellpadding="10" cellspacing="0" border="0" width="100%"
<tr>
+
|-
<td align="left" valign="top" width="80"><b>Definition:</b></td>
+
| align="left" valign="top" width="80" | '''Definition:'''
<td align="left" valign="top" width="100%">The <strong>Percent-chance</strong> condition succeeds with a certain percent chance, as specified by a number or a Visual AgenTalk Formula. For instance, with a value of 50 this condition will succeed, on average, 50% of the time.
+
| align="left" valign="top" width="100%" | The '''Percent-chance''' condition succeeds with a certain percent chance, as specified by a number or formula. For instance, with a value of 50 this condition will succeed, on average, 50% of the time. The Percent Chance condition chooses a random number between 1 and 100 whenever it is executed. If this number is less than the number indicated in its number field, the condition is true. Otherwise, the condition is false. Use this to introduce randomness to an agent's behavior.
The Percent Chance condition chooses a random number between 1 and 100 whenever it is executed. If this number is less than the number indicated in its number field, the condition is true. Otherwise, the condition is false. Use this to introduce randomness to an agent's behavior.</td>
+
|-
</tr>
+
| align="left" valign="top" width="80" | '''Parameters:'''
<tr>
+
| align="left" valign="top" width="100%" | [[VAT Formula parameter|formula]]: ''a number or VAT formula''
<td align="left" valign="top" width="80"><b>Parameters:</b></td>
+
|-
<td align="left" valign="top" width="100%">[[Formula parameter|formula]]</td>
+
| align="left" valign="top" width="80" | '''Example:'''
</tr>
+
| align="left" valign="top" width="100%" | <br>
<tr>
+
|}
<td align="left" valign="top" width="80"><b>Example:</b></td>
 
<td align="left" valign="top" width="100%">
 
[[Image:Percent chance condition example.png|500px]]</td>
 
</tr>
 
 
 
</table>
 
  
 
[[Category:AgentCubes_Conditions]]
 
[[Category:AgentCubes_Conditions]]

Latest revision as of 01:22, 21 April 2012

% chance action.png

Definition: The Percent-chance condition succeeds with a certain percent chance, as specified by a number or formula. For instance, with a value of 50 this condition will succeed, on average, 50% of the time. The Percent Chance condition chooses a random number between 1 and 100 whenever it is executed. If this number is less than the number indicated in its number field, the condition is true. Otherwise, the condition is false. Use this to introduce randomness to an agent's behavior.
Parameters: formula: a number or VAT formula
Example: