I have set up a mission where I have two AI flights ( Group 1 and Group 2).
I use MOOSE SPAWN to spawn or respawn the groups if they land or are shot down and it works great.
But now I would like that MOOSE would randomly spawn one of these groups at a time.
For example, if Group 1 is spawned, Group 2 will not spawn. But if Group 1 is killed or lands, MOOSE will again randomly decide to spawn either Group 1 or Group 2.
Basically I would like to do this:
Spawn_Vehicle_1 = SPAWN:New( "Group 1" [b]OR [/b]"Group 2" ):InitLimit( 4, 10):SpawnScheduled( 600, 0.8 ):InitRepeatOnEngineShutDown()
Can this be done?