Hi folks,
I started a brand new play through, as requested. I'm stuck in a loop playing cards with Hazel and Grace. Doesn't matter what I do, after the very start of the game, both of them are topless and then I get this error message;
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Episode3.rpy", line 1626, in script
$ CardGame.StartNextRound()
File "game/Episode3.rpy", line 1626, in <module>
$ CardGame.StartNextRound()
File "game/script.rpy", line 222, in StartNextRound
UnboundLocalError: local variable '_text' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Episode3.rpy", line 1626, in script
$ CardGame.StartNextRound()
File "D:\Utils\Stuff\TheCabin-Episode-6-pc\TheCabin-Episode-6-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Utils\Stuff\TheCabin-Episode-6-pc\TheCabin-Episode-6-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Episode3.rpy", line 1626, in <module>
$ CardGame.StartNextRound()
File "game/script.rpy", line 222, in StartNextRound
UnboundLocalError: local variable '_text' referenced before assignment
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
The Cabin Episode-6
Tue Oct 8 13:37:10 2024
```
Can someone help me with this??