Men of War: Assault Squad 2

Men of War: Assault Squad 2

CheatsMod - 4.96
Alkern 2 May, 2019 @ 3:25pm
How to change Spawned unit have move mode free and Weapon prepare off ?
In first Mowas 1 , Whitesnoop wrote code and helper like this :

}
; The following will set all cheatsmod units inside this file
; to be user controlled, this way the icons will show up on left
; Remove the script or set control user to control ai to get infinite
; on all the cheatsmod spawns
{"actor_state"
{selector
{source advanced}
{group
{include
{tag
{tag cheat_delete}
}
{state
{state inactive}
}
{tag
{tag hidden}
}
}
}
}
{control user}
{fire_mode open}
{move_mode hold}
{weapon_prepare on}
}

so the user can modify their spawn unit like fire mode , move mode and weapon prepare even set control spawned unit to AI ( very fun for immersive play ) in mowas 1 , but in mowas 2 i try to change code like above but nothing changes in game pls can someone help me setting spawn unit modes and weapon prepare ?

btw thanks whitesnoop !