- Joined
- Feb 1, 2024
- Messages
- 44
There's a condition to check if a unit has a specific buff. And I want to check if a unit has the buff of an ability being cast so I don't have to set Buff variable for each ability.
I can get an ability ID through
I can get an ability ID through
- Custom script: set udg_SpellInteger = GetSpellAbilityId()