Hi!
I have a problem after uploading a walkthrough mod to a game, macOS Intel platform
Someone can help?
"Sorry, but an uncaught exception has occurred.
While running the game code:
File "renpy/common/00start.rpy", line 309, in script call
call expression "before_main_menu"
File "game/splash.rpy", line 33, in script
if discordrun:
File "game/splash.rpy", line 33, in <module>.
if discordrun:
NameError: name 'discordrun' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 309, in script call
call of "before_main_menu" expression
File "game/splash.rpy", line 33, in script
if discordrun:
File "/Users/xyz/Downloads/BeingADIK.app/Contents/Resources/autorun/renpy/ast.py", line 1898, in execute
If renpy.python.py_eval(condition):
File "/Users/xyz/Downloads/BeingADIK.app/Contents/Resources/autorun/renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/Users/xyz/Downloads/BeingADIK.app/Contents/Resources/autorun/renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/splash.rpy", line 33, in <module>
if discordrun:
NameError: name 'discordrun' is not defined
Darwin-21.1.0-x86_64-i386-64bit
Ren'Py 7.4.10.2178"