After hanging out with Alana someone attacks me in my room but then I get an error which is basically:
AttributeError: 'skill_set' object has no attribute 'gray'
Gonna start from beginning (again) see if that fixes it but there must be some way to avoid these issues?
Idem
1° error
errors one after another in a loop
last, from here return to the first
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 2828, in script
$ renpy.pause(0.5)
File "game/script.rpy", line 2828, in <module>
$ renpy.pause(0.5)
File "game/04 screens combat.rpy", line 890, in execute
screen combat_screen_ui():
File "game/04 screens combat.rpy", line 890, in execute
screen combat_screen_ui():
File "game/04 screens combat.rpy", line 986, in execute
if skill2.charges > 0:
File "game/04 screens combat.rpy", line 999, in execute
fixed:
File "game/04 screens combat.rpy", line 1003, in execute
add skill2.gray
File "game/04 screens combat.rpy", line 1003, in <module>
add skill2.gray
AttributeError: 'skill_set' object has no attribute 'gray'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 2828, in script
$ renpy.pause(0.5)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 2828, in <module>
$ renpy.pause(0.5)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\exports\statementexports.py", line 194, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\core.py", line 2215, 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 "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "F:\F95 in lavoro per il sito\OneTwistedFantasyAct1-0.231-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/04 screens combat.rpy", line 890, in execute
screen combat_screen_ui():
File "game/04 screens combat.rpy", line 890, in execute
screen combat_screen_ui():
File "game/04 screens combat.rpy", line 986, in execute
if skill2.charges > 0:
File "game/04 screens combat.rpy", line 999, in execute
fixed:
File "game/04 screens combat.rpy", line 1003, in execute
add skill2.gray
File "game/04 screens combat.rpy", line 1003, in <module>
add skill2.gray
AttributeError: 'skill_set' object has no attribute 'gray'
Windows-10-10.0.26200 AMD64
Ren'Py 8.3.2.24090902
One Twisted Fantasy Act 1 0.231
Sun Nov 23 13:18:33 2025