I’m scripting a dialogue and followed a tutorial on YouTube since I’m a beginner and coded everything exactly like on the video but somehow I get this error and I’m not sure on how to fix it or what I’m supposed to change/add, can anyone help on this matter? I can’t even run the scene and it only freezes the whole page
So you’re trying to connect to a custom signal named continue of the node canvas. Since there is no script attached to that node, there cannot be a custom signal there, which engine reports as an error.
You probably didn’t do exactly what tutorial did at some point and then things got messed up. Maybe try to re-watch the tutorial and double check every step that the situation you have in your project matches what they have in the tutorial.
oh my godddd yeah you’re right, in the dialogue UI I didn’t name the Button option “continue” that’s why it was confused, thank you still I doubt I would’ve checked again if you didn’t tell me