Every time I run into what I assume is a scene in the vents area I get the following error. This is the current version, and has the patch applied.
While running game code:
File "game/script.rpy", line 27336, in script
call screen ventslider
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 27338, in execute
screen ventslider():
File "game/script.rpy", line 27338, in execute
screen ventslider():
File "game/script.rpy", line 27340, in execute
timer .1 repeat True action [If(points <= 0, true=Jump("lost"), false=SetVariable("points", points - minus))]
File "game/script.rpy", line 27340, in keywords
timer .1 repeat True action [If(points <= 0, true=Jump("lost"), false=SetVariable("points", points - minus))]
File "game/script.rpy", line 27340, in <module>
timer .1 repeat True action [If(points <= 0, true=Jump("lost"), false=SetVariable("points", points - minus))]
NameError: name 'minus' is not defined