I get this error when im figthing with this guy(his level 5). When my life reach lower than 5 just crash. Is there a way to skip the minigame like in Girl house
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False)
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False)
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 67, in execute
timer 1.0 action If(not field.finished, Function(field.check_combat_end)) repeat True
Exception: A timer must have an action supplied.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\execution.py", line 908, in run_context
context.run()
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False)
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False)
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 67, in execute
timer 1.0 action If(not field.finished, Function(field.check_combat_end)) repeat True
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\display\behavior.py", line 2068, in __init__
raise Exception("A timer must have an action supplied.")
Exception: A timer must have an action supplied.