Okay, was building more on the mission all day. A few ideas / thoughts / questions.
Was reading more of the documentation and brain is a bit mush. I was curious if the cloners have the ability to look at the units and know if one has been damaged. The idea is I want to have a built up IADS throughout the map. If say the track radar gets damaged, I want it to then do the preWipe to remove the site, and then respawn the SAM again full health. Idea behind it is for our Virtual wing doing some milsim stuff, I am making a hardcore persistent mission that we can run whenever and when we coordinate a strike on a SAM, if we do not fully kill it, I want it to repair after some time.
I know the factory production for defendersRED works, but I am already using it to spawn in a bunch of ground units at random throughout the zone, while the SAM is separate and uses the cloner. Reason for this, I have the cloner working with the the random flags to decide between a few different sites on which to spawn. It also randomizes the location and heading but maintains the wholeGroups keeping the site identical to the templates used, just at a different location for dynamic purposes and avoid some redundancy.. keeping it fresh! I guess I could just make two factory zones ontop of eachother, with one focusing ground units and the other doing the SAM, but I like the templates from the cloner rather than typing all the individual units into the defendersRED attribute, as that does not keep the site in the right positions like the cloner does. I know there are the spawn? attribute for cloner and using it and have it working for some other stuff using the random zones and timeDelay stuff paired with these cloners. If I am able to find a attribute for like "unit is damaged" to cause a bang! that will then trigger the prewipe cycle would be amazing! I did see the trackGroups can do that if I use the numberUnits# or something like that, but even there I am unsure how to get the tracker to work with a newly spawned group as I saw it only tracks the group on mission start. This is a lot of writing... and possibly confusing, so I am thankful for your time and any ideas on a solution that may already be apart of your DML package.
Have a good one!