hiii, i ran into this issue when trying for an evil run in Chapter 1, during the post-dream sequence with Lilim asking the player which girl to focus on corrupting,
whether i click on Zorah or Norah i get a grey error screen, i copied the screen text for the Zorah option but i get a similar error for Norah
this is in version 4.1 btw, love your VN so far and im trying to keep the player character as a succubus as much as possible for this next run, while still breeding absolutely everyone <3
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/Script CH2.rpy", line 226, in script
$ lilimapproval += 2
File "game/scripts/Script CH2.rpy", line 226, in <module>
$ lilimapproval += 2
NameError: name 'lilimapproval' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/Script CH2.rpy", line 226, in script
$ lilimapproval += 2
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/Script CH2.rpy", line 226, in <module>
$ lilimapproval += 2
NameError: name 'lilimapproval' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
ProjektMOON CHAPTER4.1
Sat Aug 17 23:26:35 2024
[/code]