Allow custom mutant.fsm

This commit is contained in:
A Man
2021-08-27 17:41:26 +02:00
parent a51691f5ac
commit 3448563884
4 changed files with 16 additions and 5 deletions

View 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";
};