Is anyone else getting this error with Pregnancy?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/chapters/emily/emily01/Emily01.rpy", line 1058, in script
$emily_pregnant = pregnant(False, False, emily01_orgasms)
File "game/images/chapters/emily/emily01/Emily01.rpy", line 1058, in <module>
$emily_pregnant = pregnant(False, False, emily01_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/chapters/emily/emily01/Emily01.rpy", line 1058, in script
$emily_pregnant = pregnant(False, False, emily01_orgasms)
File "D:\DOWNLOADS\...L GAMES\...NON ANIMATED\DAST001-107a-pc\DAST001-1.0.7a-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\DOWNLOADS\...L GAMES\...NON ANIMATED\DAST001-107a-pc\DAST001-1.0.7a-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/images/chapters/emily/emily01/Emily01.rpy", line 1058, in <module>
$emily_pregnant = pregnant(False, False, emily01_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)