I managed to get stuck on the first course involving the Godot scripting language, oops.
I’ve got my level script identical to the one in the course (as far as I know), but nothing shows up in the output panel when the game is run. I tried to push through, and encountered a different issue when trying to print something from the player script: whatever I have in the test/print function runs twice. The “why would you do that” is the line I have running in the player script.
I’ve checked all the toggles on the right-hand side of the output panel just in case, but I’ve been unable to figure out how else to troubleshoot this. I’m sure it’s something small I’m missing. The printing twice issue also happens no matter if I’m running the full game file or just the player scene.