freeCodeCamp / LearnToCodeRPG

A visual novel video game where you learn to code and get a dev job 🎯
https://www.freecodecamp.org/news/learn-to-code-rpg-1-5-update/
BSD 3-Clause "New" or "Revised" License
1.06k stars 110 forks source link

Skipping doesn't work #55

Closed digituar closed 2 years ago

digituar commented 2 years ago

What bug did you encounter?

In the view where the selection of

Steps to Reproduce

continued the normal procedure with next and where the selection came I wanted to skip.

Screenshots

skipping

Additional Information

No response

a2937 commented 2 years ago

Can you clarify something for me? Are you trying to skip this decision screen? In Renpy you can't skip a decision branch normally. The game won't let you. Until you click one of the three options; it'll be stuck on this screen.

digituar commented 2 years ago

The point here was not to find a bug, but to improve a functionality. If skipping is not an option in this view, it should probably be disabled. Then it's a suggestion for improvement, sorry