[Dynamic Tooltip] My Tooltip updates, but extendedtooltip doesn't, is it a bug? [Solved]

Status
Not open for further replies.
Level 9
Joined
Sep 16, 2016
Messages
248
1705750073340.png

How it looks ingame, with this code:

JASS:
        abil_Q = 'A11T'
        abil_lvl = GetLearnedSkillLevel()
        BlzSetAbilityTooltip(abil_Q, "Spell Title ["+abil_lvl.toString()+"]", abil_lvl-1)
        BlzSetAbilityExtendedTooltip(abil_Q, "Spell Desc ["+abil_lvl.toString()+"]", abil_lvl-1)

I really have no idea why the description is not matching, is it not indexed like 0, 1, 2, 3, 4? I did try 1, 2, 3, 4, 5 too, but same result.
 
Last edited:
Status
Not open for further replies.
Back
Top