Quote Originally Posted by HEC View Post
There is no point using decimals in wait commands as those are being ingnored / rounded up so your wait .5 is actually wait 1 and your wait 1.5 is actually wait 2
And this is the one inconsistency between /wait and <wait> (AFAIK). /wait rounds decimals (.5 and up go to the next whole second), while <wait> always truncates/rounds down. At least when I tested it right after they introduced <wait>.