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