mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Allow custom mutant.fsm
This commit is contained in:
7
SQF/dayz_code/compile/mutant_initialize.sqf
Normal file
7
SQF/dayz_code/compile/mutant_initialize.sqf
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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";
|
||||
};
|
||||
Reference in New Issue
Block a user