Werthles 52 Posted February 3, 2019 I am missing commands to get the following details via scripts: Triggers: Server Only, Effect Condition and effects Waypoints: Condition, On Activation, Effect Condition and effects Thanks in advance! Share this post Link to post Share on other sites
Grumpy Old Man 3549 Posted February 3, 2019 39 minutes ago, Werthles said: I am missing commands to get the following details via scripts: Triggers: Server Only, Effect Condition and effects Waypoints: Condition, On Activation, Effect Condition and effects Thanks in advance! If you're already on the .sqf side of things, there's barely any reason to keep using triggers. Cheers Share this post Link to post Share on other sites
Werthles 52 Posted February 3, 2019 26 minutes ago, Grumpy Old Man said: If you're already on the .sqf side of things, there's barely any reason to keep using triggers. Cheers Thanks. I am trying to build a mod that would want to read this things about a player's mission, so I cannot create the triggers/waypoints myself. Share this post Link to post Share on other sites
pierremgi 4910 Posted February 3, 2019 If you want to keep triggers for spawning/despawning things in area, or any other reason, checking some conditions every 0.5 sec, you can use the whole trigger command family. Same for waypoints. Share this post Link to post Share on other sites