Uh, an error when showering after the first yoga lession:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in script
show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in <module>
show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
NameError: name 'dissovle' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in script
show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
File "MothersDevotion-0.02EarlyAccess-pc/renpy/ast.py", line 1439, in execute
paired = renpy.python.py_eval(self.paired)
File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in <module>
show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
NameError: name 'dissovle' is not defined
[/code]