View attachment 3046734 Remake: Ram & Rem
Universe: Re:Zero
Pics: Ram(500+) & Rem(1500+)
Type: Anime
Here's theYou must be registered to see the linksfor Ram and Rem
You can read the changelog in the read me.txt too see news stuffs I added in
You don't have permission to view the spoiler content. Log in or register now.
Code:
Hi all,
I keep getting this error from Rem pack:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 58, in script call
call expression lbl pass (girl=girl) from _call_expression_3
File "game/girls/Rem/Resources/Rem.rpy", line 180, in script
if ram_random_events == 1:
File "game/girls/Rem/Resources/Rem.rpy", line 180, in <module>
if ram_random_events == 1:
NameError: name 'ram_random_events' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKendday.rpy", line 58, in script call
call expression lbl pass (girl=girl) from _call_expression_3
File "game/girls/Rem/Resources/Rem.rpy", line 180, in script
if ram_random_events == 1:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/girls/Rem/Resources/Rem.rpy", line 180, in <module>
if ram_random_events == 1:
NameError: name 'ram_random_events' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Nov 5 11:11:52 2023
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 58, in script call
call expression lbl pass (girl=girl) from _call_expression_3
File "game/girls/Ram/Resources/Ram.rpy", line 289, in script
if girl_list = [g for g in MC.girls if g.pack_name == "Rem" and g.pack_name == "Emilia" and g.pack_name == "Beatrice" and g.pack_name == "Felt" and g.pack_name == "Petra Leyte"]:
SyntaxError: invalid syntax (Ram.rpy, line 289)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKendday.rpy", line 58, in script call
call expression lbl pass (girl=girl) from _call_expression_3
File "game/girls/Ram/Resources/Ram.rpy", line 289, in script
if girl_list = [g for g in MC.girls if g.pack_name == "Rem" and g.pack_name == "Emilia" and g.pack_name == "Beatrice" and g.pack_name == "Felt" and g.pack_name == "Petra Leyte"]:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (Ram.rpy, line 289)
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Nov 5 11:13:55 2023