I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/sc_pta_student_negotiate.rpy", line 183, in script
$ _str = eventActionToSTR(_highPressureAction)
File "game/scripts/sc_pta_student_negotiate.rpy", line 183, in <module>
$ _str = eventActionToSTR(_highPressureAction)
File "game/scripts/wipFunctions.rpy", line 84, in eventActionToSTR
_str = renpy.random.choice(_list)
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/sc_pta_student_negotiate.rpy", line 183, in script
$ _str = eventActionToSTR(_highPressureAction)
File "renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/sc_pta_student_negotiate.rpy", line 183, in <module>
$ _str = eventActionToSTR(_highPressureAction)
File "game/scripts/wipFunctions.rpy", line 84, in eventActionToSTR
_str = renpy.random.choice(_list)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/random.py", line 277, in choice
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range