mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
7 lines
244 B
Plaintext
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";
|
|
}; |