Fractional waits aren't a thing. Run the following macro and you'll see:
The countdowns, which are all in full seconds, will end at the same time as the waits in all cases. The system rounds attempted fractional waits to the nearest second.Code:/mlock
/cd 6
/wait 5.5
/e <se.9>
/wait 3
/cd 6
/wait 6.4
/e <se.9> <wait.3>
/cd 6 <wait.5.5>
/e <se.9> <wait.3>
/cd 6 <wait.6.4>
/e <se.9>
