I keep getting a crash when I use the help button in chapter 3. Does anyone know how to fix this?
the message is:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/SCRIPT/pc.rpy", line 80, in script
call screen pc2
ScriptError: could not find label 'help'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Ryan\Documents\temp\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\Ryan\Documents\temp\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\Ryan\Documents\temp\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\Ryan\Documents\temp\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/SCRIPT/pc.rpy", line 80, in script
call screen pc2
File "C:\Users\Ryan\Documents\temp\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'help'.
Thanks