Update zombie generate

Vanilla commits:

09aa9f8879

68be696c4d
This commit is contained in:
ebaydayz
2016-11-21 18:33:41 -05:00
parent 2924daf0c4
commit 6853263f3d
6 changed files with 6 additions and 36 deletions

View File

@@ -178,8 +178,8 @@ class FSM
class init
{
name = "init";
init = /*%FSM<STATEINIT""">*/"_position = _this select 0;" \n
"_agent = _this select 1;" \n
init = /*%FSM<STATEINIT""">*/"_agent = _this select 0;" \n
"_position = _agent modelToWorld [0,0,0];" \n
"_secondHand = false;" \n
"" \n
"if (count _this > 2) then {" \n