Oh I wasn't aware that the tool tip would say that either.. I see what your trying to get now.. I was wondering why you was trying to copy the tooltip from the effect icon lol..
Have you tried adding the the effect gamedata to the button and filtering just for tooltip? If that doesn't work try this with you button; OnHoverIn="LocalTooltip=Parent.<effect>.LocalTooltip". I don't think the game fires the OnShow event of the effect icons when it turns the effects on and off. I tried using them to enable and disable my clickcure button and it never worked so had to go with a OnHoverIn event of the button or in my case the container page to do it.
Edit;
/SLAP Laffs
See you got it working as I was posting lol
|