The problem: Every time the first option in a menu is chosen, it plays through the proper response and then plays through the response to the second choice, too, instead of going onwards into the game. So if you choose "How dare" it says the "She flinched," and then continues with "She pinched their ear." I've tried using different indentions, spacing, etc, but even if it's written right below "Stay silent" the first choice still reads it like it's a part of it. This happens to the other menus, too.
Code: Select all
menu:
"\"How dare you?\"":
"She flinched."
"Stay silent":
jump silent
label silent:
"She pinched their ear." Code: Select all
$ bl_game = False