• Godot Help
  • How would I add a cheat code to a title screen

Raptorkillz Umm, the last code snippet I posted was just the _input() function, not the whole script. It's meant to replace the previous _input() function. The rest of the stuff still needs to be there. I thought that was self evident. If not, you should really attempt a much simpler project.

    xyz Nope the code you gave me is still not working with the cheat

    • xyz replied to this.

      Raptorkillz You need to stop saying "not working" because that's just useless information. Do your best to diagnose in what way it's not working, what is happening vs what you expect to happen and report that. Be verbose and precise. Otherwise, you're wasting everyone's time, including yours. No one will be able to help you if you don't provide as much information as possible. We're not looking at your screen and cannot read your mind.

        Raptorkillz Monitor the value of 's' (either via printing, breakpoints, or a label) as you input actions, and report back what you get there.

          Raptorkillz How so it works now but it didn't work half an hour ago?