Ciao @robgraham, i'm not really a code man unfortunately.
So the idea is to activate or deactivate a group when something happens , like a flag... this IMHO is very usefull for make a mission/scenario lighter for MP and servers.
In this case (coalition one)...The code should run like:
mz = ZONE:New("Test") -- Test would be the zone in ME.
SCHEDULER:New(nil,function()
if mz:IsSomeInZoneOfCoalition(coalition.side.BLUE) then
-- code for spawning here
---> here I got confused <---
??? should I insert this line ???
myPlayergroup = GROUP:FindByName("myPlayerGroup") -- store our player group
end end,{},60,60) -- run this starting 1 minute in and every 1 minute after.
er for checker run it every second