First read: https://forums.bohemia.net/forums/topic/172957-radio-trigger-deactivate-or-reset/   Then consult: https://community.bistudio.com/wiki/setWaypointStatements   Now, for doing this in the Eden editor you are going to (i'm not on Arma so beware): Alpha Group Leader's Init: GOALPHA = false;   Trigger: Radio Alpha [Repeatable] Condition: this && !GOALPHA On Activation: GOALPHA = true;   On Each Waypoint: Condition: replace TRUE with GOALPHA On Activation: GOALPHA = false;   Credits to terox for giving the correct answer to the overall dilemma.   It should work somewhere along those lines (might be missing some quotes or something) , but I didn't tested it so let us know. It's a good idea you got there 🙂 👍
    • Like
    2