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)| | + | *'''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) | + | *'''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 23:51, 25 May 2020
- Type: Event
- CA Description: When a battle is about to start
- Exports:: nc_character_record, character_record, faction, region_id, character_type
- Class:: ET_PRE_BATTLE
Detailed Description
None currently
Sample Scripts
None Currently
Sample Triggers
None Currently
See Also
- Events (M2-Scripting) - For links to other events pages.