mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Update calls to zombie_agent.fsm #1877
Forgot to update in 6853263
Fixes #1877
This commit is contained in:
@@ -38,7 +38,7 @@ while {_counter < _amount} do {
|
||||
_counter = _counter + 1;
|
||||
|
||||
//Start behavior
|
||||
//_id = [_position,_agent] execFSM "\z\AddOns\dayz_code\system\zombie_wildagent.fsm";
|
||||
//_id = [_agent] execFSM "\z\AddOns\dayz_code\system\zombie_wildagent.fsm";
|
||||
//_agent setVariable [ "fsmid", _id ];
|
||||
|
||||
//Disable all zed systems
|
||||
|
||||
Reference in New Issue
Block a user