Posted by member 35747 on 2003-06-14 02:20:23 link

!labelnametogglealwaysontop to toggle the always on top or not
!labelnamealwaysontop to put it on top...

*!labelname is the label name ;)

if you want to toggle a lot of layer, make a !bang command with mzscript
*script bang !mirc
*script exec !labelname1togglealwaysontop
*script exec !labelname2togglealwaysontop
*script exec !labelname3togglealwaysontop
*script exec ...
*script ~bang


have fun