String Variables not working correctly

It only happened once but I’ve had similar bugs happen to me. I had some Text Displays and they were set to show a String Variable but instead of showing the String from the Variable the text Display showed “VariableString(text1)” it happened with 3 different displays and String Variables, restarting Gdevlope fixed it.

Are you sure that you didn’t put quotes around VariableString(text1) in the objects property box? It happens. VariableString(text1) is a variable while “VariableString(text1)” is a string.

I didn’t put quotes and restarting the game fixed it without changing anything

1 Like