Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

pyros

1
Posts
5
Following
A member registered Dec 11, 2018

Recent community posts

hey i just ran into a bug it keeps crashing saying

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Chapter12.rpy", line 1199, in script
  File "game/Chapter12.rpy", line 1199, in <module>
NameError: name 'breed_with_alien_queen' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Chapter12.rpy", line 1199, in script
  File "C:\Users\ctina\AppData\Roaming\itch\apps\forgotten-paradise\Forgotten_Paradise-0.12-pc\renpy\ast.py", line 1656, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\ctina\AppData\Roaming\itch\apps\forgotten-paradise\Forgotten_Paradise-0.12-pc\renpy\python.py", line 1749, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\ctina\AppData\Roaming\itch\apps\forgotten-paradise\Forgotten_Paradise-0.12-pc\renpy\python.py", line 1743, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Chapter12.rpy", line 1199, in <module>
NameError: name 'breed_with_alien_queen' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Forgotten Paradise 0.12
[/code]