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

8 lines
194 B
Plaintext
Raw Normal View History

2016-09-01 00:29:08 +00:00
//[[[cog import generate_private_arrays ]]]
private ["_ok"];
//[[[end]]]
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 {};