I've got a system implemented where time passes in game based on a timer, which's code is an autoload/global. However, I get the error "get_node: (Node not found: "Timer" (relative to "/root/TimeDisplay").)" attached to the onready which loads the timer in. Also an error saying resumed function "ready" after yield. Ideas?