Results: 1Comments by: Weyfarere
File: CooldownWatch02-01-09
Here's how to make the timer switch...
Posted By: Weyfarere
Here's how to make the timer switch to tenths of a second when a cooldown has less than 3 seconds remaining. (At least, it looks like it's working.): In modules.lua, find this line: f('local SetNextSecond, SetNextMinute, SetNextHour') ...and replace it with this line: f('local SetNextTenth, SetNextSecond, SetNextMinute, SetNex...