Sun Jul 11 10:44:24 2021
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Bootstrap to the start of init.init took 0.08s
Early init took 0.00s
Loader init took 0.02s
Loading error handling took 0.04s
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, 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 779, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 468, in finish_load
check_name(node)
File "renpy/script.py", line 451, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/screens.rpy', 1608171898, 313) is defined twice, at game/Spring-City-Final_WT-Mod-0.3/game/screens.rpyc:12 and screens.rpyc:12.
While running game code:
ScriptError: Name (u'game/screens.rpy', 1608171898, 313) is defined twice, at game/Spring-City-Final_WT-Mod-0.3/game/screens.rpyc:12 and screens.rpyc:12.
how do I fix this? I have searched every file in the mods and can not find this error.