mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
5 lines
215 B
Plaintext
5 lines
215 B
Plaintext
|
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";
|