There is an error message:
W 0:00:00:0765 The parameter “body” is never used in the function “_on_body_entered()”. If this is intended, prefix it with an underscore: “_body”.
If so, you need to confirm that the timeout signal is actually connected. You should see a green mark next to the on_timer_timeout function if so.
You could also try to print the timer’s timeleft in a process function or print something when getting to the timeout function. I suspect you’re not getting to the timeout function.
Hello and thank you for answering.
I tried to fix the thing for maybe an hour or two but finally gave up. I’m not sure exactly what went wrong but I think it had something to do with masks or ordering. I just followed the tutorial through up until the point where I’d gone lost, so I’m back on track now.