I'm getting the following error message when I try to start the game:
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: Name (u'game/prologue.rpy', 1636490948, 34, u'translate') is defined twice, at events/prologue.rpyc:7 and game/prologue.rpy:5.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 473, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/prologue.rpy', 1636490948, 34, u'translate') is defined twice, at events/prologue.rpyc:7 and game/prologue.rpy:5.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
2044 0.15
Wed May 4 00:05:28 2022
Any help?