How do I go back if I made a wrong choice? #1098
-
What is the key to go back to the previous step? I could not find any, so I just pressed Ctrl+C and started again back from the beginning. There is no way? If so, can't it be easily implemented with some sort of go-to statement? |
Beta Was this translation helpful? Give feedback.
Answered by
Torxed
Apr 29, 2022
Replies: 1 comment
-
In v2.4.0+ there's a new menu system that allows you to go back and change items :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Torxed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v2.4.0+ there's a new menu system that allows you to go back and change items :)
There's not really any go-to statements in Python, and the old logic didn't store states so it would have been hard :)