Files
DayZ-Epoch/SQF/dayz_code/compile/mutant_initialize.sqf
2021-08-27 17:41:26 +02:00

7 lines
244 B
Plaintext

// Moved from config to allow admins to modify
if (count _this == 1) then {
[(_this select 0)] execFSM "\z\addons\dayz_code\system\mutant_agent.fsm";
} else {
[(_this select 0),true] execFSM "\z\addons\dayz_code\system\mutant_agent.fsm";
};