Hellsing667
Newbie
- Sep 22, 2018
- 17
- 48
- 157
There will be pregnancy for the 3 companions.I see pregnant woman.
I no see pregnancy tag.
I am confucius'ed.
Forced or optional?There will be pregnancy for the 3 companions.
Optional. The beauty of magic is that certain things just require the energy, and that energy can come from sex, or impregnation sex.Forced or optional?
Thank you.So much text for so little graphics... Almost need "Text Based" tag... too much to me... not my thing at all... Need a warn about it...
Anyway, good luck!
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/part 1c.rpy", line 84, in script
if verel_guide1 is True:
File "game/part 1c.rpy", line 84, in <module>
if verel_guide1 is True:
NameError: name 'verel_guide1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/part 1c.rpy", line 84, in script
if verel_guide1 is True:
File "/media/external/games/My Demonic Jungle Quest/v0.01/renpy/ast.py", line 1843, in execute
if renpy.python.py_eval(condition):
File "/media/external/games/My Demonic Jungle Quest/v0.01/renpy/python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/media/external/games/My Demonic Jungle Quest/v0.01/renpy/python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/part 1c.rpy", line 84, in <module>
if verel_guide1 is True:
NameError: name 'verel_guide1' is not defined
Linux-6.14.0-29-generic-x86_64-with-glibc2.39 x86_64
Ren'Py 8.3.3.24111502
Demon Jungle 0.01
Wed Sep 10 10:45:39 2025
Thanks. I'll look at it today. Been nervous waiting for Steam to review the page.Wildquill while testing the various branches, I found that if you pick "stay guarded" during the first scene with verel you get an exception
Looking at the code. If you pick enjoy yourself that variable is defined and set to True.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/part 1c.rpy", line 84, in script if verel_guide1 is True: File "game/part 1c.rpy", line 84, in <module> if verel_guide1 is True: NameError: name 'verel_guide1' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/part 1c.rpy", line 84, in script if verel_guide1 is True: File "/media/external/games/My Demonic Jungle Quest/v0.01/renpy/ast.py", line 1843, in execute if renpy.python.py_eval(condition): File "/media/external/games/My Demonic Jungle Quest/v0.01/renpy/python.py", line 1209, in py_eval return py_eval_bytecode(code, globals, locals) File "/media/external/games/My Demonic Jungle Quest/v0.01/renpy/python.py", line 1202, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/part 1c.rpy", line 84, in <module> if verel_guide1 is True: NameError: name 'verel_guide1' is not defined Linux-6.14.0-29-generic-x86_64-with-glibc2.39 x86_64 Ren'Py 8.3.3.24111502 Demon Jungle 0.01 Wed Sep 10 10:45:39 2025
If you pick stay guarded the variable is not defined. this is assuming that all undefined variables are false, but in renpy checking an undefined variable does not give false, it gives an exception.