hey i keep having traceback
While running game code:
File "game/scripts/adventuring/battle.rpy", line 2250, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2414, in script
python:
File "game/scripts/adventuring/battle.rpy", line 2416, in <module>
adventure.battle.use_ability(ability.targets[i])
File "game/scripts/adventuring/battle.rpy", line 842, in use_ability
ability.add_ability_use_stats(ability_use_stats) # save the results of ability use for future reference within the class
File "game/scripts/adventuring/ability_container.rpy", line 335, in add_ability_use_stats
self.ability_use_results[self.currently_selected].append(ability_use_result)
IndexError: list index out of range