Back to "stream" tags

Example of cooldown by Jaseowns

1# Example of cooldown by Jaseowns
2# UO Outlands
3# Make sure that "subscribe" lives in your options
4# alt-o -> cooldowns -> add -> subscribe
5if not cooldown subscribe
6    overhead "Hey subscribe" 88
7    cooldown subscribe 30000
8elseif cooldown subscribe > 15000
9    overhead "We are still above 15" 77
10elseif cooldown subscribe < 15000
11    overhead "We are below 15" 34
12endif
13
14