Posted by member 910 on 2003-07-09 22:45:28 link

there's an easier way to do this using lists in mzscript. the code i'm putting isn't going to be exact, i haven't done it in a while, and mzscript has changed a bit lately, but you'll get the idea.

*script var Queue "!Execute [!systrayShow][!VWMHide]:!Execute [!labelShow][!systrayHide]:!Execute [!vwmshow][!labelHide]"

*script bang !QueueAdvance
*script exec %{Queue:}
*script varset Queue %{Queue:_}:%{Queue:}
*script ~bang