Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "NumEnemiesInBattle (M2-Scripting)"

From TWC Wiki
Jump to navigationJump to search
(New page: __TOC__ *'''Type:''' Condition *'''Trigger Requirements:''' character_record *'''Parameters:''' Logic Token, Test Value *...)
 
m (Quick-adding category "M2TW Scripting Condition" (redirect M2TW Scripting Condition resolved (using HotCat))
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
*'''Type:''' [[Conditions (M2-Scripting)|Condition]]
 
*'''Type:''' [[Conditions (M2-Scripting)|Condition]]
 
*'''Trigger Requirements:''' [[character_record (M2-Scripting)|character_record]]
 
*'''Trigger Requirements:''' [[character_record (M2-Scripting)|character_record]]
*'''Parameters:''' Logic Token, Test Value
+
*'''Parameters:''' logic token, test value
 
*'''CA Example:''' NumEnemiesInBattle > 300
 
*'''CA Example:''' NumEnemiesInBattle > 300
 
*'''CA Description:''' Test the number of soldiers and officers in enemy armies
 
*'''CA Description:''' Test the number of soldiers and officers in enemy armies
Line 26: Line 26:
 
== See Also ==
 
== See Also ==
 
*[[Conditions (M2-Scripting)]] - For links to other condition pages and information on parameters.
 
*[[Conditions (M2-Scripting)]] - For links to other condition pages and information on parameters.
 +
 +
[[Category:M2TW Scripting Condition]]

Latest revision as of 15:43, 11 April 2009

  • Type: Condition
  • Trigger Requirements: character_record
  • Parameters: logic token, test value
  • CA Example: NumEnemiesInBattle > 300
  • CA Description: Test the number of soldiers and officers in enemy armies
  • Battle/Strat: Either
  • Class: NUM_ENEMIES_IN_BATTLE_TEST

Detailed Description

None currently


Sample Scripts

None Currently


Sample Triggers

None Currently


See Also