Epoch/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf

6 lines
137 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
private["_ok"];
2016-01-08 04:32:52 +00:00
if (isNull _this) exitWith {};
if !(alive _this) exitWith {};
2015-09-14 20:55:36 +00:00
_ok = createdialog "MissionSelect";
2016-01-08 04:32:52 +00:00
if (!_ok) exitWith {};