;by Andymon ;------------------------------------ ;Dynamic Label Resizing ;------------------------------------ ;Needet Modules: ;label.dll, mzscript.dll ;------------------------------------ ;Description: ;A click lets you resize a label (grow and shrink) ;------------------------------------ ;Information: ;Usage: "!labelsizetoggle" ;------------------------------------ *script bang !labelsizetoggle *script exec !ifnexist wlsize '|varset wlsize 1' else '|varadd wlsize 1' *script exec !ifeq wlsize "4" '|execute [!yourlabelReposition -200c -100c 400 24][!varremove wlsize]' *script exec !ifeq wlsize "3" '|yourlabelReposition -250c -100c 500 24' *script exec !ifeq wlsize "2" '|yourlabelReposition -300c -100c 600 24' *script exec !ifeq wlsize "1" '|yourlabelReposition -250c -100c 500 24' *script ~bang