I want to create something that will save me time and lines of code in my game, but I can't get it to work properly...
what I want is to be able to combine two or more information to call a Global Variable. ex.:
if button is pressed
Set localvariable.X to localvariable.Y & "_some_text_" & localvariable.Z
knowing that there is a Global Variable called localvariable.Y_some_text_localvariable.Z that I want to be called by this function.
Is there a way to do it? and if it is how?