arma2:missions:exit.sqf
Differences
This shows you the differences between two versions of the page.
arma2:missions:exit.sqf [2011/08/18 12:01] – created exit.sqf initial page. snakeman | arma2:missions:exit.sqf [2024/08/01 21:20] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Exit.sqf ====== | + | ====== |
+ | |||
+ | [[https:// | ||
When campaign mission is completed, file called exit.sqf is executed (yes also exit.sqs but for ArmA 2 we use exit.sqf). This can used for example in campaign to transfer weapons and soldier information to the next mission (saveVar and saveStatus). | When campaign mission is completed, file called exit.sqf is executed (yes also exit.sqs but for ArmA 2 we use exit.sqf). This can used for example in campaign to transfer weapons and soldier information to the next mission (saveVar and saveStatus). | ||
Line 6: | Line 8: | ||
If this file is very long, it is executed... but cant get very far before mission ends so make sure you don't add very complex and absolutely **NO sleep or waitUntil commands** as they simply wont get executed there. | If this file is very long, it is executed... but cant get very far before mission ends so make sure you don't add very complex and absolutely **NO sleep or waitUntil commands** as they simply wont get executed there. | ||
+ |
arma2/missions/exit.sqf.1313668874.txt.gz · Last modified: 2011/08/18 12:01 by snakeman