butch4343
Posts: 327
Joined: 3/26/2015 Status: offline
|
Jorm, This might not be the answer you want,but this can be accomplished using LUA. You create a time trigger for 2 hours into the mission. You set your conditions. Under actions use the LAU script, then click and paste the following Name each PGM a differenct name (Example OSA1, OSA2 ect) ScenEdit_SetEMCON('Unit', 'AdenSA6', 'Radar=Active') Replace the 'AdenSA6' with the name of your first unit ie OSA1 Then click and paste the script and repeat for unit number 2 ie ScenEdit_SetEMCON('Unit', 'OSA1', 'Radar=Active') ScenEdit_SetEMCON('Unit', 'OSA2', 'Radar=Active') ScenEdit_SetEMCON('Unit', 'OSA3', 'Radar=Active') Be careful only not to include spaces between the ''s and the OSA1 LAU can be sensetive to this. But dont fear theres loads of good people much more gifted than me on here who can help you sort LAU issues, they have helped me out loads! Regards Butch
< Message edited by butch4343 -- 12/2/2017 7:19:26 AM >
|