so I am getting a rollback error that I believe is preventing a choice, or at least I am assuming since it says that there is an important choice and then once I ignore the error, it precedes to act like I made a choice. It happens after the night event with zaya and when your given the choice the next day on the bus to tell Maddie (or I am assuming, whoever you chose to stick with in the temple) error as follows and I am on Android.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 456, in execute
File "game/screens.rpy", line 456, in execute
File "game/screens.rpy", line 459, in execute
File "game/screens.rpy", line 460, in execute
File "game/screens.rpy", line 461, in execute
NameError: Name 'smwhi' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 7448, in script
File "renpy/ast.py", line 1682, in execute
File "renpy/exports.py", line 1062, in menu
File "renpy/exports.py", line 1298, in display_menu
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3276, in interact
File "renpy/display\core.py", line 3693, in interact_core
File "renpy/display\core.py", line 567, in visit_all
File "renpy/display\core.py", line 567, in visit_all
File "renpy/display\core.py", line 567, in visit_all
File "renpy/display\screen.py", line 432, in visit_all
File "renpy/display\core.py", line 3693, in <lambda>
File "renpy/display\screen.py", line 443, in per_interact
File "renpy/display\screen.py", line 631, in update
File "game/screens.rpy", line 456, in execute
File "game/screens.rpy", line 456, in execute
File "game/screens.rpy", line 459, in execute
File "game/screens.rpy", line 460, in execute
File "game/screens.rpy", line 461, in execute
File "renpy/ui.py", line 992, in _textbutton
File "renpy/text\text.py", line 1541, in __init__
File "renpy/text\text.py", line 1660, in set_text
File "renpy/substitutions.py", line 270, in substitute
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
NameError: Name 'smwhi' is not defined.
[/code]