arma3:missions:campaign-missions
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma3:missions:campaign-missions [2017/12/16 06:17] – created initial page. snakeman | arma3:missions:campaign-missions [2024/08/02 15:25] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Campaign Missions ====== | + | ====== |
+ | |||
+ | [[https:// | ||
mission\description.ext new features for ArmA 3: | mission\description.ext new features for ArmA 3: | ||
Line 9: | Line 11: | ||
class CfgDebriefing | class CfgDebriefing | ||
{ | { | ||
- | class | + | class |
{ | { | ||
- | title = "End1 Activated"; | + | title = "End 1 Activated"; |
subtitle = ""; | subtitle = ""; | ||
- | description = " | + | description = " |
backgroundPicture = ""; | backgroundPicture = ""; | ||
picture = " | picture = " | ||
Line 19: | Line 21: | ||
}; | }; | ||
- | class | + | class |
{ | { | ||
- | title = "PMC 1 Activated"; | + | title = "PMC_mission_successful |
subtitle = ""; | subtitle = ""; | ||
- | description = " | + | description = " |
backgroundPicture = ""; | backgroundPicture = ""; | ||
picture = " | picture = " | ||
Line 33: | Line 35: | ||
Then any script or trigger during mission to end it: | Then any script or trigger during mission to end it: | ||
<code cpp> | <code cpp> | ||
- | [ "end1", true, 2 ] call BIS_fnc_endMission; | + | [ "PMC_end1", true, 2 ] call BIS_fnc_endMission; |
</ | </ | ||
Or | Or | ||
<code cpp> | <code cpp> | ||
- | [ "pmc1", true, 2 ] call BIS_fnc_endMission; | + | [ "PMC_mission_successful", true, 2 ] call BIS_fnc_endMission; |
+ | </ | ||
+ | |||
+ | Or simply just: | ||
+ | <code cpp> | ||
+ | " | ||
</ | </ | ||
Its very cool now that we can define our own mission ending setups and are not limited to the existing 7 mission ending triggers available. | Its very cool now that we can define our own mission ending setups and are not limited to the existing 7 mission ending triggers available. | ||
+ |
arma3/missions/campaign-missions.1513405024.txt.gz · Last modified: 2017/12/16 06:17 by snakeman