• 0.1 2c4390998f

    Pre-release Stable

    GovindasOM released this 2020-11-02 08:37:42 +00:00 | 14 commits to master since this release

    Syntaxes:
    Effects:

    (create|start) [a] cooldown %string% for %timespan%
    (create|start) [a] cooldown %string% for %timespan%
    
    (reset|stop|delete|clear) cooldown %string%
    

    Conditions:

    cooldown %string% (is|has) (finished|over|done)
    cooldown %string% is(n't| not) unfinished)
    cooldown %string% is(n't| not) (finished|over|done)
    cooldown %string% is unfinished
    

    Expression:

    cooldown %string%
    

    you can use expression like:

    add 5 seconds to cooldown "test"
    remove 10 cooldowns from cooldown "test"
    
    set {_cd} to cooldown "test"
    send "This cooldown will be over in %{_cd}%"
    

    etc.

    Downloads