Example of cooldown by Jaseowns
# Example of cooldown by Jaseowns
# UO Outlands
# Make sure that "subscribe" lives in your options
# alt-o -> cooldowns -> add -> subscribe
if not cooldown subscribe
overhead "Hey subscribe" 88
cooldown subscribe 30000
elseif cooldown subscribe > 15000
overhead "We are still above 15" 77
elseif cooldown subscribe < 15000
overhead "We are below 15" 34
endif