1. Subscribe to https://steamcommunity.com/sharedfiles/filedetails/?id=2309722284
2. Start the mission and active the radio trigger
The mission calls **BIS_fnc_endMission ** which executes
```
markasfinishedonsteam;
activateKey format ["BIS_%1.%2_done", missionName, worldName];
endmission _end;
```
2. Start the mission and active the radio trigger
```