mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update zombie_agent.fsm
This commit is contained in:
@@ -472,7 +472,7 @@ class FSM
|
|||||||
"" \n
|
"" \n
|
||||||
"//Move to target" \n
|
"//Move to target" \n
|
||||||
"_agent moveTo _targetPos;" \n
|
"_agent moveTo _targetPos;" \n
|
||||||
"_speed = if (!isNil "DZE_slowZombies" && {DZE_slowZombies}) then { 2 } else { 10 };
|
"_speed = if (!isNil "DZE_slowZombies" && {DZE_slowZombies}) then { 2 } else { 10 };" \n
|
||||||
"_agent forceSpeed _speed;" \n
|
"_agent forceSpeed _speed;" \n
|
||||||
"" \n
|
"" \n
|
||||||
"if (_losCheck == 2) then {" \n
|
"if (_losCheck == 2) then {" \n
|
||||||
|
|||||||
Reference in New Issue
Block a user