Epoch/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf
2016-08-31 19:29:08 -05:00

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 {};