strikers_blade Posted July 26, 2018 Posted July 26, 2018 (edited) I want to have a specific message to appear at specific interval if a specific group is alive. As an example, I activate a REDFOR group and if that group is still alive after 5min, I want to say "XYZ". Then reset the timer and wait another 5min, check for group alive and then show "XYZ" again. Rince and repeat... VERY newbie question: What is the best and most efficient to just do such a simple task? I looked into the mist.schedulefunction and timer.schedulefunction but seem overly complicated for such a basic task. I also looked into a "Time more" condition but it works once and never show again afterward. What do you guys think? Edited July 26, 2018 by strikers_blade 1 My systems: Windows 10 64 bits I7-8700k 32.0 GB RAM 500Gb SSD Asus ROG 2080ti HP Reverb Windows 10 64 bits I7-6820HQ CPU @ 2.70Ghz 32.0 GB RAM 500Gb SSD Nvidia Quadro M4000M TrackIR 5
feefifofum Posted July 26, 2018 Posted July 26, 2018 4 MISSION START (Timer flag, NO EVENT) -> no conditions -> FLAG ON (1) ------------------- 3 SWITCHED CONDITION (enemy alive, NO EVENT) -> GROUP ALIVE (enemy) TIME SINCE FLAG (1, 300) -> MESSAGE TO ALL ('Enemy group is alive', 10) FLAG OFF (1) FLAG ON (1) This will display the message every 5 minutes as long as the group named "enemy" is still alive. 1 THE GEORGIAN WAR - OFFICIAL F-15C DLC
strikers_blade Posted July 26, 2018 Author Posted July 26, 2018 I knew it was too stupid for me to comprehend :D Thanks Feefifofum. 1 My systems: Windows 10 64 bits I7-8700k 32.0 GB RAM 500Gb SSD Asus ROG 2080ti HP Reverb Windows 10 64 bits I7-6820HQ CPU @ 2.70Ghz 32.0 GB RAM 500Gb SSD Nvidia Quadro M4000M TrackIR 5
Recommended Posts