Auto-translated
Jack_of_shadows, even after moving this code to the Start() function, the variables are not converted to numbers. I tried moving it to the Prepare() function, but it also gives an error. Then I decided to combine them – I added reading the global variables both in the Prepare() function and in the Start() function – I thought that it might not be read in Prepare() in time (I didn't add any other code there), so it would be calculated in Start(). But that didn't help either...