- Joined
- Mar 10, 2009
- Messages
- 5,016
SOLVED!
Is there anyway to detect a leveling buff without doing it in object editor...
I used this code and it doesnt work...
Is there anyway to detect a leveling buff without doing it in object editor...
I used this code and it doesnt work...
JASS:
local integer levelbuff = GetUnitAbilityLevel(u, 'B000')
call BJDebugMsg("Buff level is " + I2S(levelbuff))
Last edited: