Posted by member 248213 on 2007-06-20 21:13:45 link
about: !parseEvars !labelrefresh panicbutton panicbuttonToolTip "%#target1%#"
I always had trouble setting tooltips, and found the most reliable way is to actually destroy/create the label:
I always had trouble setting tooltips, and found the most reliable way is to actually destroy/create the label:
*script exec !labeldestroy panicbutton
*script exec !setevar panicbuttontooltip "Blah"
*script exec !labelcreate panicbutton
*script exec !setevar panicbuttontooltip "Blah"
*script exec !labelcreate panicbutton