We had this problem in the past and managed to fix it. However, it’s back again. The problem is that we have a variable called funds and when it reaches 1000000 or any number with more than 6 zeros, GDevelop converts it to scientific notation (1e+006). Is there a way to print numerical values in fixed notation?
We tested your suggestion but LargeNumberToString(#) only worked with the “Modify the text” event. The problem is that when the cursor hits the button it changes the global variable and GDevelop stores the value in scientific notation if it reaches 1000000 or any number with more than 6 zeroes.