I am working on a training mission for myself and trying to learn the ME and MOOSE at the same time. But I have some problems I just cant figure out. I want to have some tankers and awacs that are always in the air. I have been looking at some tutorials and came up with the following.
The groups are each set to late activation
When I run this mission.
- All four spawn and when they die only two aircraft respawn and after they die nothing more happens.
- I have noticed that if the group name is "Tanker KC-130W" the script adds #001 in the end. So if I try to add escort from the ME they cant find the group they are supposed to escort because of the #001 added.
I also wanted to have a message display when the support aircraft arrive on station so I tried
local SupportGroup = GROUP:Find(...)
SupportGroup:MessageToAll( "On station", 20, "Arco" )
in do script on the waypoint but it wont work, it has worked before. Maybe adding CTLD and mist did something.
And I have different zones on the map where I have some enemy ground targets using
I cant seem to find a way to timeout or pause when the group respawns, now it just resets as soon as the last is killed and I would like some time to be able to get away before the air defense respawns.
I would appreciate all the help I could get :). I really like tinkering with my own mission in the editor Training Mission.lua Training Mission.miz