Skip to content

Macro duration modifiers

WarmUpTill edited this page Jun 13, 2022 · 1 revision

Most macro conditions can optionally be expanded upon with a duration modifier. To add a duration modifier to an existing condition click the small clock icon next to the condition type.

There are four types of duration modifiers:

  • "For at least X amount of time" will result in the condition to only return true if it was true for at least X amount of time. For example, assuming you just switched to scene "A", the following condition will return false for the first three seconds. Three seconds after the scene switch and as long as the current scene is "A" the condition will return true.

  • "For exactly X amount of time" will result in the condition to only return true at the moment the underlying condition - ignoring the time constraint - was true for the specified amount of time. For example, assuming you just switched to scene "A", the following condition will return false for the first three seconds. Three seconds after switching to scene "A" the condition will return true. Afterwards it will once again return false.

  • "For at most X amount of time" will result in the condition to only return true for at most X amount of time, after which it will return false. If the underlying condition - ignoring the duration modifier - will return false the duration modifier will be reset. For example, assuming you just switched to scene "A", the following condition will return true for the first three seconds the scene is active. After three seconds have passed and the scene is still active the condition will then return false. If you should switch to a different scene and switch back to "A" the condition will once again return true for the first three seconds of "A" being the active scene.

  • "Within the last X amount of time" will result in the condition to return true for X amount of time, even after the underlying condition is false. For example, assuming you just switched to scene "A", the following condition will return true when scene "A" is active, but also return true if you just switched away from scene "A" within the last X seconds.
    Within the last

Example guides

Explanations

Clone this wiki locally