Why doesn't this work?: I create a variable called test_var[5][5]. I write test_var = 0; in the script editor and it tells me "incompatible types". How can I avoid this problem?
The problem is, that I want to write a variable name and "+", "-", "/", "*" instead of only a number. in my game it is [320/2-320*vari+xcount*var] and that in both arrays. If I use it only in one of them and write a single number in the other array, than it works.
first: It doesn't work, yet. (view screenshot) second: I don't want to change the value from the test_var with the arrays, I want to read the value and put the value in another variable.