mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
//[[[cog import generate_private_arrays ]]]
|
|
private ["_ok"];
|
|
//[[[end]]]
|
|
if (isNull _this) exitWith {};
|
|
if !(alive _this) exitWith {};
|
|
_ok = createdialog "MissionSelect";
|
|
if (!_ok) exitWith {};
|