Quote:
Originally Posted by FG28_Kodiak
Ok Problem, this Radars are not normal Actors, so i can't register their creation nor their destroying via script, must add TGroundDestroyed-Triggers to every radar. More unconfortable for mission-builder. 
|
Didn't know that TGroundDestroyed is fired for "strange actors", thanks for the info, comes handy for IL2DCE.
You could parse the mission file OnBattleStart (or one of the init events before) and create a mission file that contains triggers for each radar station and then postload the trigger file (remember to set MissionNumberListener = -1

. The script has to know the path to the mission file though.