User Tools

Site Tools


arma2:missions:exit.sqf

Exit.sqf

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).

Exit.sqf file is called and executed automatically, you do not have to execVM it yourself.

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.txt · Last modified: 2011-08-18 12:01 by snakeman