baltic_dragon Posted April 4, 2014 Posted April 4, 2014 Hey, I've been trying to have two radio messages to the player once he enters the trigger zone. One asking him to hold at WP 3 and stand by for target coordinates, and second with the coordinates., which I would like to play with 10-15 seconds pause. The way I did that as the last action on the first trigger (message) I put a flag 1 with a certain value, and then as precondition to for the second one, flag has to be true for the message to be played. But I ended up with both messages going off in the same time. How can you sequence them and add some pause between the two? Thanks! For more information, please visit my website. If you want to reach me with a bug report, feedback or a question, it is best to do this via my Discord channel. Details about the WinWing draw can be found here. Also, please consider following my channel on Facebook.
mwd2 Posted April 4, 2014 Posted April 4, 2014 Once() // Unit in Zone // message to coalition(1st. Message) && flag On(10) Once() // Time Since Flag(10,15) // message to coalition(2nd. message) Playing: DCS World Intel i7-13700KF, 64GB DDR5 @5600MHz, RTX 4080 ZOTAC Trinity, WIN 11 64Bit Prof. Squadron "Serious Uglies" / Discord-Server: https://discord.gg/2WccwBh Ghost0815
baltic_dragon Posted April 4, 2014 Author Posted April 4, 2014 Right.. I assumed it would be simple :) thanks a lot for the reply, these are my first steps with the editor! For more information, please visit my website. If you want to reach me with a bug report, feedback or a question, it is best to do this via my Discord channel. Details about the WinWing draw can be found here. Also, please consider following my channel on Facebook.
Recommended Posts