Posted by member 97484 on 2004-01-14 03:24:25 link

I tried that:

*NetLoadModule mzscript-0.8.6l
noVWMBar false


In shortcut:

[!varSet noVWMBar "true"]


And the bang that uses the var

*Script bang !Desktop3
*Script gotoif ("noVWMBar" = "true") exit_prog
*Script gotoif ("noVWMBar" = "false") do_prog
*Script label do_prog
*Script exec !shortcutgroupshow 602 604 605
*Script exec !shortcutgrouphide 601 603 606
*Script exit
*Script label exit_prog
*Script exit
*Script ~bang


And it doesn't work.. what am I doing wrong?

~ Boli