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
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

Revision as of 21:11, 22 September 2008

  • 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