My renpy code just dies. I try to use a menu and its empty despite having 2 choices they each also have no blocks of code despite clearly having their jumps this is the code in question.
Code in question:
"Go to her house.":
jump Go
"Don't go to her house.":
jump NoGo
#And this is what caused all the trouble. Just completely broke my game.