Results 1 to 10 of 14

Hybrid View

  1. #1
    Player
    HEC's Avatar
    Join Date
    Aug 2013
    Posts
    1,620
    Character
    M'ete'leskum B'leskum
    World
    Moogle
    Main Class
    Conjurer Lv 50
    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
    (0)

  2. #2
    Player
    Bixby's Avatar
    Join Date
    Mar 2011
    Posts
    1,534
    Character
    Ampersand Kai
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    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>.
    (0)

  3. #3
    Player
    HEC's Avatar
    Join Date
    Aug 2013
    Posts
    1,620
    Character
    M'ete'leskum B'leskum
    World
    Moogle
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by Bixby View Post
    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>.
    Well - it's was clearly mentioned in the patch notes that new <wait.n> (sub-)command doesnt support decimals - it also needs to have dot between wait and n number (0 -30 only) so whatever string you'd squeeze in after the fist digit or 2 would be at best case ignored (the "trimming") or at worst produce the error.
    (0)