I am getting this error.
I'm sorry, but an uncaught exception occurred.
While loading the script.
ScriptError: Name ('game/scripts/gui.rpy', 1735288493, 269) is defined twice, at game/game/scripts/gui.rpyc:3 and scripts/gui.rpyc:3.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "H:\University Of Problems\University_of_Problems-1.7.0-(Extended)-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "H:\University Of Problems\University_of_Problems-1.7.0-(Extended)-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "H:\University Of Problems\University_of_Problems-1.7.0-(Extended)-pc\renpy\script.py", line 359, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "H:\University Of Problems\University_of_Problems-1.7.0-(Extended)-pc\renpy\script.py", line 957, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "H:\University Of Problems\University_of_Problems-1.7.0-(Extended)-pc\renpy\script.py", line 590, in finish_load
check_name(node)
File "H:\University Of Problems\University_of_Problems-1.7.0-(Extended)-pc\renpy\script.py", line 566, in check_name
raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/scripts/gui.rpy', 1735288493, 269) is defined twice, at game/game/scripts/gui.rpyc:3 and scripts/gui.rpyc:3.