I deleted all rpyc files and got this error
While running game code:
File "game/hotfix5/phone/phone-shop-stores.rpy", line 1, in script
init python:
File "game/hotfix5/phone/phone-shop-stores.rpy", line 35, in <module>
"clothes" : [_("Clothes"), clothes_list],
NameError: name 'clothes_list' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/hotfix5/phone/phone-shop-stores.rpy", line 1, in script
init python:
File "D:\15647NeonBand.RarZipExtractorPro_g3b9h1p9bdemw!App\Rar Zip Extractor Pro\TheInn-v0.05Full-pc\TheInn-v0.05Full-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\15647NeonBand.RarZipExtractorPro_g3b9h1p9bdemw!App\Rar Zip Extractor Pro\TheInn-v0.05Full-pc\TheInn-v0.05Full-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/hotfix5/phone/phone-shop-stores.rpy", line 35, in <module>
"clothes" : [_("Clothes"), clothes_list],
NameError: name 'clothes_list' is not defined