Posted by member 1885 on 2006-10-06 12:09:36 link

It isn't hard to do the same thing in mzscript, all you need is

*script bang !scrollbuttons
*script gotoif ["%{xtaskbarcurrentbuttoncount}" > "%{xtaskbarbuttonmaxcount}"] showbuttons
*script exec !labelhide scrollbuttons
*script exit
*script label showbuttons
*script exec !labelshow scrollbuttons
*script ~bang


or something like that. That's mzscript 1.0.1 syntax though, couldn't remember what 0.9.13 syntax looked like from the top of my head.

LUA does look really easy to use though.

Um... LUA looks like complete gibberish to me :D