I would love to use this in my mission but sadly i cannot get it to work. Here's what i did:
___________________________
-Opened a brand new map (no mods, no scripts, nothing)
-Saved the mission and put your script into the mission folder
-spawned an AI group right next to a house
-put the following code into the group leaders init:
0 = [getPosATL player, units group this, -1, false, false] execVM "Zen_OccupyHouse.sqf";
-hit "Play Scenario"
____________________________
The AI still stands where initially put them. What am i missing here?