Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

uncaught error occured in my "bookworm" playthrough. I also noticed that the bold/normal/timid choice didn't stick(I was a "timid bookworm" after choosing "normal bookworm"). By the looks of things its this new addition, bold/normal/timid, that is causing the error. There is also no  "if boldMC == False:" statement/argument for those who choose another path. There is almost always a counter argument for branching stories like this one.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call

    call gabrialTalk from _call_gabrialTalk

  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call

    call gabrialTalk from _call_gabrialTalk

  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call

    pause

  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call

    call gabrialTalk from _call_gabrialTalk

  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call

    call homeEvents

  File "game/Scripts/Zones/GabeHouse.rpy", line 263, in script call

    call gabrialTalk

  File "game/Scripts/Characters/Gabrial.rpy", line 23, in script

    if boldMC == True:

  File "game/Scripts/Characters/Gabrial.rpy", line 23, in <module>

    if boldMC == True:

NameError: name 'boldMC' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call

    call gabrialTalk from _call_gabrialTalk

  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call

    call gabrialTalk from _call_gabrialTalk

  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call

    pause

  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call

    call gabrialTalk from _call_gabrialTalk

  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call

    call homeEvents

  File "game/Scripts/Zones/GabeHouse.rpy", line 263, in script call

    call gabrialTalk

  File "game/Scripts/Characters/Gabrial.rpy", line 23, in script

    if boldMC == True:

  File "E:\Randel tales\Randeltales-1.4.1+2023090415-pc\renpy\ast.py", line 2133, in execute

    if renpy.python.py_eval(condition):

  File "E:\Randel tales\Randeltales-1.4.1+2023090415-pc\renpy\python.py", line 1153, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "E:\Randel tales\Randeltales-1.4.1+2023090415-pc\renpy\python.py", line 1146, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/Scripts/Characters/Gabrial.rpy", line 23, in <module>

    if boldMC == True:

NameError: name 'boldMC' is not defined

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.1.23060707

Randel Tales 1.4.1+2023090415

Sun Sep 10 20:31:32 2023