How do I make a text instance variable work? I am trying to use one to say what type of character the person will be, like "if ninja is clicked, set character (text instance variable) to NINJA" but it says its not a system expression or variable.
Strings(text) need to be enclosed in double quotes, so you would put "NINJA" instead of NINJA.
Oh god I feel like such an idiot! Thanks
Develop games in your browser. Powerful, performant & highly capable.
Maxwell002 don't be hard on yourself. you are not idiot but person like me make mistakes. That is all