I am using text to show certain variables so I can see what's happening in my game. However, I am posting several vars in one text. ie; var1 & " " & var2 & " " & var3.
Except I am using much more spaces to keep the text more separated. So I made a var called 'spaces', that holds on to the number of spaces I need for quick usage and not having to count say, 14 spaces each time I make a separation. It works fine, until I re load concstruct 2, then my var spaces, becomes nothing, just "", with not a single space. Anyone have any ideas?