Just get your coffee at the coffeshop in the eveningHow open " Late Night peek " ??
Help me pls
Thanks! For some reason I thought it had something to do with getting your wife and daughter to agree being nude in the house, but that nude dinner scene with 3 of them and daughter+Sam didn't do anything.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 55, in script call
call screen dau_name_menu
File "game/outside.rpy", line 979, in script call
call gamer_girl_level_0 from _call_gamer_girl_level_0
File "game/niece.rpy", line 1733, in script
$ brenda_add_romance(5)
File "game/niece.rpy", line 1733, in <module>
$ brenda_add_romance(5)
NameError: name 'brenda_add_romance' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 55, in script call
call screen dau_name_menu
File "game/outside.rpy", line 979, in script call
call gamer_girl_level_0 from _call_gamer_girl_level_0
File "game/niece.rpy", line 1733, in script
$ brenda_add_romance(5)
File "C:\Users\UNO\Desktop\GoodnightKiss-.31-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\UNO\Desktop\GoodnightKiss-.31-pc\renpy\python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/niece.rpy", line 1733, in <module>
$ brenda_add_romance(5)
NameError: name 'brenda_add_romance' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.1.3218
Goodnight Kiss .31
Mon Jun 04 02:43:54 2018
Yeah, that was fixed here last time but the dev doesn't look here for fixes of his buggy mess. That one might be fixed by changing brenda to bff in line 1733 of niece.rpy.I have two "problems"
1º Invited girls out, Brenda, Emily and Sam. After chating with them, kicked the jerk and go outside the pub, then this error pops up:
Related to that error, maybe, I can't seem to get any flirting with Brenda; only actions with her are either texting (she finds it weir) or beach, she loses her bra, then she finds it, nothing else happends.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/first_night.rpy", line 38, in script call call intro_name_menu from _call_intro_name_menu File "game/name_system.rpy", line 55, in script call call screen dau_name_menu File "game/outside.rpy", line 979, in script call call gamer_girl_level_0 from _call_gamer_girl_level_0 File "game/niece.rpy", line 1733, in script $ brenda_add_romance(5) File "game/niece.rpy", line 1733, in <module> $ brenda_add_romance(5) NameError: name 'brenda_add_romance' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/first_night.rpy", line 38, in script call call intro_name_menu from _call_intro_name_menu File "game/name_system.rpy", line 55, in script call call screen dau_name_menu File "game/outside.rpy", line 979, in script call call gamer_girl_level_0 from _call_gamer_girl_level_0 File "game/niece.rpy", line 1733, in script $ brenda_add_romance(5) File "C:\Users\UNO\Desktop\GoodnightKiss-.31-pc\renpy\ast.py", line 848, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\UNO\Desktop\GoodnightKiss-.31-pc\renpy\python.py", line 1812, in py_exec_bytecode exec bytecode in globals, locals File "game/niece.rpy", line 1733, in <module> $ brenda_add_romance(5) NameError: name 'brenda_add_romance' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.14.1.3218 Goodnight Kiss .31 Mon Jun 04 02:43:54 2018
Thanks in advance.