Woops, that's a typo in the code, uploading the fix rn.
Viewing post in [EN/FR] C'est de la tarte ! - Cerise sur le gâteau ! comments
Thank you for fixing that so swiftly! However I was testing it and ran into this:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_adoption.rpy", line 409, in script
if int(f_imc) == int(f_prev_imc):
File "game/script_adoption.rpy", line 438, in <module>
elif f_imc > fancimc and f_imc < 26:
NameError: name 'fancimc' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_adoption.rpy", line 409, in script
if int(f_imc) == int(f_prev_imc):
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_adoption.rpy", line 438, in <module>
elif f_imc > fancimc and f_imc < 26:
NameError: name 'fancimc' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
C'est de la tarte - Cerise sur le gâteau ! 0.16-1
Tue Dec 7 17:14:08 2021
[/code]