Hi, I’m new to Godot so I’m not sure what I’m doing wrong.
I have two timers in a scene - one main timer (“mainTimer”) and a child timer (“childTimer”).
When i try to access the the childTimer with this.GetNode("childTimer");
I Get “Node not found: “childTimer” (relative to “Timer”).”