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

From TWC Wiki
Jump to navigationJump to search
(New page: __TOC__ *'''Type:''' Condition *'''CA Description:''' When a battle is about to start *'''Exports:''': nc_character_record...)
 
m (m2 logo)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{M2TW Modding Logo}}
 
__TOC__
 
__TOC__
  
*'''Type:''' [[Events (M2-Scripting)|Condition]]
+
*'''Type:''' [[Events (M2-Scripting)|Event]]
 
*'''CA Description:''' When a battle is about to start
 
*'''CA Description:''' When a battle is about to start
*'''Exports:''': [[nc_character_record (M2-Scripting)|nc_character_record]], [[character_record (M2-Scripting)||character_record]], [[faction (M2-Scripting)||faction]], [[region_id (M2-Scripting)||region_id]], [[character_type (M2-Scripting)||character_type]]
+
*'''Exports:''': [[nc_character_record (M2-Scripting)|nc_character_record]], [[character_record (M2-Scripting)|character_record]], [[faction (M2-Scripting)|faction]], [[region_id (M2-Scripting)|region_id]], [[character_type (M2-Scripting)|character_type]]
 
*'''Class:''': ET_PRE_BATTLE
 
*'''Class:''': ET_PRE_BATTLE
  
Line 24: Line 25:
 
== See Also ==
 
== See Also ==
 
*[[Events (M2-Scripting)]] - For links to other events pages.
 
*[[Events (M2-Scripting)]] - For links to other events pages.
 +
 +
 +
 +
[[Category:M2TW Scripting]]

Latest revision as of 00:51, 26 May 2020

M2TW Modding Index



Detailed Description

None currently


Sample Scripts

None Currently


Sample Triggers

None Currently


See Also