Godot Version
Godot 4.6.2
Question
I am having trouble with user input in a simple text field, as I receive the following error whenever I try to read a textfield’s entered text as a string:
The entered text for the save file name is:
The code for my save window is as follows, and I don’t know why it can’t reach the bottom message in the save button’s if statement:
I have been able to get the other error messages, but like I said before haven’t been able to reach the else statement
Thank you for your time


