Increasing decimal duration from 1second to 3 (or custom) #8


Open
  • Forge_User_77634182 created this issue Apr 11, 2017

    I tried changing the text < 1 to text < 3 in CreateCooldownCount function but it seems that wasnt enough. (it formats the number to 2.0 but doesn't update the decimals from 1.0 to 2.9 seconds - so it displays 3 > 2.0 > 1.0 > 0.9 etc )

     

     

    I also tried changing the GetFormattedTime function so it updates secs >= 1 to 0.010 but didnt seem to do any affect.

     

    Any help would be appreciated.

  • Forge_User_77634182 posted a comment Apr 11, 2017

    Ahh, nevermind, figured out that it was the priority list of GetFormattedTime function which caused the decimal to not update. Can ignore (but hope you can add custom decimal timer honestly).


    Edited Apr 11, 2017

To post a comment, please login or register a new account.