Hi, to solve this one, I changed:started new game on latest version..
random error at the start after the intro when heading to classes if I click on English class.
I just rollbacked and ignored it but there should be a scene there like the other classes..
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 829, in <module> NameError: name 'claire_emb_train1' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "intro.rpyc", line 1485, in script call File "script.rpyc", line 829, in script File "C:\Misha\Games\MOE\TheHeadmaster-0.5.1-pc\renpy\ast.py", line 1762, in execute if renpy.python.py_eval(condition): File "C:\Misha\Games\MOE\TheHeadmaster-0.5.1-pc\renpy\python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Misha\Games\MOE\TheHeadmaster-0.5.1-pc\renpy\python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 829, in <module> NameError: name 'claire_emb_train1' is not defined Windows-8-6.2.9200 Ren'Py 7.1.3.1092 The Headmaster 0.5.1 Sun Aug 25 14:04:06 2019
Code:
label after_load:
if day == 1:
return
call updater from _call_updater_43
return
to this:
label after_load:
if day == 1:
$ claire_emb_train1 = False
return
call updater from _call_updater_43
return
Edit: oh, and I guess I should say, just before you enter the classroom, save and load that save, and then everything will be good. I didn't think to mention this in my post, but that's how the fix works, but loading a saved game.