I've been trying to get a number to display a negative decimal number correctly and so far this is what I have:
"ATK: "& int(Player.P_ATK_Bonus) & "." & int(Player.P_ATK_Bonus*100)%100
It would display a number as "ATK: -2.-11" and it should be "ATK: -2.11". Thanks for reading.