Epoch/Sources/epoch_code/compile/missions/EPOCH_spawn_construct.sqf

5 lines
215 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
private["_unit"];
_unit = createAgent ["Construct_F", getPos player, [], 520, "FORM"];
{_unit disableAI _x}forEach["TARGET","AUTOTARGET","FSM"];
[_unit] execFSM "\x\addons\a3_epoch_code\System\Construct_Brain.fsm";