Hey! I’m currently working on a project for school and attempting to write my own dialogue system (for some reason our school has blocked access to Assets…) and came across a tutorial on Youtube. Works pretty well, but problem is, it’s written for Godot 3. I’m using 4.2. Most of the script has been pretty easy to fix up, but my teacher and I have been stuck on this bit here.
It’s giving the error, “Invalid argument for “connect()” function: argument 2 should be “Callable” but is “self” .
Neither of us are sure how to add it in/fix this; This is our first time using Godot so we’re a little stuck. This has been my last option for dialogue which is supposed to be a pretty big part of my game Any suggestions are appreciated!!