```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/Mechanics/UI.rpy", line 81, in <module>
File "game/scripts/Mechanics/UI.rpy", line 475, in execute
File "game/scripts/Mechanics/UI.rpy", line 475, in execute
File "game/scripts/Mechanics/UI.rpy", line 477, in execute
File "game/scripts/Mechanics/UI.rpy", line 477, in <module>
TypeError: can only concatenate str (not "bool") to str
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/Mechanics/UI.rpyc", line 81, in script
File "H:\w2c\W2C-0.12.0-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "H:\w2c\W2C-0.12.0-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/Mechanics/UI.rpy", line 81, in <module>
File "H:\w2c\W2C-0.12.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\w2c\W2C-0.12.0-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "H:\w2c\W2C-0.12.0-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "H:\w2c\W2C-0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "H:\w2c\W2C-0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "H:\w2c\W2C-0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "H:\w2c\W2C-0.12.0-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "H:\w2c\W2C-0.12.0-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "H:\w2c\W2C-0.12.0-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "H:\w2c\W2C-0.12.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/Mechanics/UI.rpy", line 475, in execute
File "game/scripts/Mechanics/UI.rpy", line 475, in execute
File "game/scripts/Mechanics/UI.rpy", line 477, in execute
File "game/scripts/Mechanics/UI.rpy", line 477, in <module>
TypeError: can only concatenate str (not "bool") to str
Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
WelCUM To The City 0.12.0
Thu May 30 16:25:25 2024
```