Hello there,
I want to randomize the location of an SA-10 Site. I place a few Zones called "Cyprus SAM-1, [...], Cyprus SAM-9"
I am using this little script for it with a Mission start Trigger (The full MIST library is also loaded before, but in another Trigger):
do
mist.groupToRandomZone('SAM Cyprus SA-10', {'Cyprus SAM-1', 'Cyprus SAM-2', 'Cyprus SAM-3', 'Cyprus SAM-4', 'Cyprus SAM-5', 'Cyprus SAM-6', 'Cyprus SAM-6', 'Cyprus SAM-7', 'Cyprus SAM-8', 'Cyprus SAM-9'})
end
PS.: I just tried the Groupname and Zonenames without the Spaces, just in case, but with the same result: nothing
~cheers