talkingtoaj
-
Content Count
3 -
Joined
-
Last visited
-
Medals
Posts posted by talkingtoaj
-
-
See http://forums.bistudio.com/showthread.php?t=91022
That shows you how to set up warefare missions
-
I've had a similar problem with a map where the enemy started near the edge of the map. Perhaps the scipt SafePos rejects locations near the edge of the map, thus pushing units towards the middle...?
Campaigns - Passing data from one mission to the next
in ARMA 3 - MISSION EDITING & SCRIPTING
Posted
I'm looking for a way to have events that occured in one mission impact subsequent missions. I know a mission can have various endings, but is there a way to record data (eg weapons salvaged) that can be loaded for a subsequent mission?
I'm guessing it is possible to pass data from Intro to Scenario (main mission) to Ending. I haven't tried it, but I assume it is as simple as a global variable, unless they are wiped at the end of each mission phase..