is there a way of doing that inside the hint format, because i dont want the value to change, i only want it to "appear" as 2 decimal points on the hint.
for example
_value = 34.5004242;
hint format ["Answer - %1",_value]
then the decimal change would make the hint say:
Answer - 34.50
i can think of a way to do it the way you said, but that would mean modifying a lot of variables then changing them back.
is there an easier way?