Hello.
I'm setting up menus for my project. how I have it set up is I have a sprite object with two strings. It is set up so that when the mouse collides with a button it will look at it's strings to see what to make the active feature. the buttons are the same object with different frames that I will change in the layout view.
The first string tells the game what game mode the button sets up. So this string could be "KOTH, CTF, ect"
the second contains a description of the game type. a text object to the side will change to the text in this field.
The problem I'm having is when you set a string inside an instance variable, double-quotes no longer seem to work. the issue this has is the command "newline" won't work. Meaning I can't paragraph rules that change how the game flows. And I don't want it to be a contentious string.
Is there a way to have the system still look at the expressions inside an instance variable?