I was trying to make a simple mission on Theta Passage, based on the FAF wiki and speed2's recent coop mission making video.
I want to make a mixed unit patrol of mantis and medusa.
- Code: Select all
opai:SetChildQuantity({'Bombers', 'Interceptors'}, 8) - Platoon of 4 Bombers and 4 Interceptors
According to the FAF wiki the following line of code would produce something similar to what i want:
The problem is using this line of code gives me 8 bombers and no interceptors.
So i'm wondering if I'm doing something wrong or if the code doesn't work anymore due to recent coop changes?
Another problem I have is that I don't know the code to spawn Mantis while using this method.
'LightTanks' doesn't seem to work and I can't find an appropriate equivalent in the FAF wiki.
So it would be nice if someone could tell me what it actually should be, or even better were I can find this information.
I added my current progress in the description in case you need more information.