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 "I ConflictType (M2-Scripting)"

From TWC Wiki
Jump to navigationJump to search
(New page: __TOC__ *'''Type:''' Condition *'''Trigger Requirements:''' None *'''Parameters:''' None *'''CA Example:''' IsNightBattle *'''CA Description:''' Test if this...)
 
Line 3: Line 3:
 
*'''Type:''' [[Conditions (M2-Scripting)|Condition]]
 
*'''Type:''' [[Conditions (M2-Scripting)|Condition]]
 
*'''Trigger Requirements:''' None
 
*'''Trigger Requirements:''' None
*'''Parameters:''' None
+
*'''Parameters:''' conflict type (SuccessfulAmbush, FailedAmbush, Normal, Siege, SallyBesieger, Naval, Withdraw)
*'''CA Example:''' IsNightBattle
+
*'''CA Example:''' I_ConflictType SuccessfulAmbush
*'''CA Description:''' Test if this is a night battle
+
*'''CA Description:''' Test the type of conflict (ambush, siege &c.)
 
*'''Battle/Strat:''' Either
 
*'''Battle/Strat:''' Either
*'''Class:''' IS_NIGHT_BATTLE
+
*'''Class:''' BATTLE_CONFLICT_TYPE
  
  

Revision as of 21:07, 22 September 2008

  • Type: Condition
  • Trigger Requirements: None
  • Parameters: conflict type (SuccessfulAmbush, FailedAmbush, Normal, Siege, SallyBesieger, Naval, Withdraw)
  • CA Example: I_ConflictType SuccessfulAmbush
  • CA Description: Test the type of conflict (ambush, siege &c.)
  • Battle/Strat: Either
  • Class: BATTLE_CONFLICT_TYPE


Detailed Description

None currently


Sample Scripts

None Currently


Sample Triggers

None Currently


See Also