Also it seems stuck on the "Who's the Champion?" response, regardless of changes.
Adudeguy
Recent community posts
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]
Hey this is a great addition to Piece of Cake, good work. I ran into an error with my kid here:
```
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_rev_imc):
File "game/script_adoption.rpy", line 409, in <module>
if int(f_imc) == int(f_rev_imc):
NameError: name 'f_rev_imc' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_adoption.rpy", line 409, in script
if int(f_imc) == int(f_rev_imc):
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_adoption.rpy", line 409, in <module>
if int(f_imc) == int(f_rev_imc):
NameError: name 'f_rev_imc' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
C'est de la tarte - Cerise sur le gâteau ! 0.16-0
Sat Dec 4 16:19:34 2021
```