Epoch/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf
2016-01-07 22:32:52 -06:00

6 lines
137 B
Plaintext

private["_ok"];
if (isNull _this) exitWith {};
if !(alive _this) exitWith {};
_ok = createdialog "MissionSelect";
if (!_ok) exitWith {};