Hi!

As the title suggested, I want to make an ability which can only be used once in a battle, and can only be reused after the battle ends. Any idea? \

Thanks!
  • There are different ways to achieve this, e.g. having a special Consumable status value as use cost for the ability or using requirements and setting a variable.

    If you don't want to clutter your project with unneeded status values for special abilities, I'd recommend using (object) variables:
    - the ability uses Requirements, checking for a bool variable (e.g. object variable on the combatant)
    - the ability's battle events set that variable on the user
    - the battle start (or battle end) event removes/resets the variable on the player group
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.