I get a crash when sleeping. Saved just before it happens. Something about xp gain/loss. I'm running it on linux btw.
Traceback (most recent call last):
File "renpy/common/00console.rpy", line 426, in run
result = renpy.python.py_eval(code)
File "HighRiseClimb/HighRiseClimb-0.6a-pc/renpy/python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "HighRiseClimb/HighRiseClimb-0.6a-pc/renpy/python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'work_xp_gain' is not defined
Full traceback:
File "game/sleep.rpy", line 265, in script call
call physical_xp_gain (- 1, 1) from _call_physical_xp_gain_7
File "game/script.rpy", line 376, in script
label work_xp_gain(gain, multi):
File "HighRiseClimb/HighRiseClimb-0.6a-pc/renpy/ast.py", line 822, in execute
values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
File "HighRiseClimb/HighRiseClimb-0.6a-pc/renpy/ast.py", line 154, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "HighRiseClimb/HighRiseClimb-0.6a-pc/renpy/ast.py", line 122, in apply
raise Exception("Required parameter %s has no value." % name)
Exception: Required parameter gain has no value.
While running game code:
File "game/sleep.rpy", line 265, in script call
call physical_xp_gain (- 1, 1) from _call_physical_xp_gain_7
File "game/script.rpy", line 376, in script
label work_xp_gain(gain, multi):
Exception: Required parameter gain has no value.