Quote Originally Posted by peaches View Post
Decimals do indeed work now, I'm almost positive of it. Try making a macro that uses two abilities on the GCD and only using /wait 2. You should get an Unable to Execute error because it's trying to use the second ability while the GCD is still up, but if you add /wait 2.5 which is the GCD time, it will work properly.
...You do know what "round up" means? Saying 2.5 works where 2 doesn't... doesn't prove anything. Because 2.5 rounds up to 3.

Make a wait 2.5 macro. Make a wait 3 macro. Watch it be exactly the same.