Download Test-Mission
1: Editor -> Load -> Play
2: after spawning let the AI Move to the MARKER
3: Wait until both AI-Units are DOWN.
4: Eliminate the three OPFOR Units (you are in GodMode)
5: Open Debug Console
6: Enter: p2 setVariable ["r3_unitIsDown", 0];
7: Enter: p3 setVariable ["r3_unitIsDown", 0];
Now you can see the units will do nothing. If not, reload and try a second time.
FIX:
8: Open initPlayerLocal.sqf
9: remove: disableAI "FSM" and enableAI "FSM"
10: try again.
With the FSM command the AI Stucked 4 of 5 trys
Without the FSM command the AI got not stucked 3 trys