Then, I opened the in-game lua and typed this
print(string.format("%.3f", 3.14159))And the result was 3.14159 instead of 3.141 (3.142 because it rounds the number).
Is it a known issue? What can I do to fix it?
Edited by rockymc, 25 May 2015 - 09:24 PM.