Posted by member 17071 on 2004-01-05 18:53:44
i'm working on my theme and a dynamic systray is in my plans, but i can't get the code to work. I've narrowed it down to the fact that i can't define variables for it to use. i've seen two ways to define the variables that i need:
and
but neither of those work, it always says that the variable is undefined. is there something i'm missing? i checked the mzScript docs and it doesn't even tell you how to define a variable. can someone PLEASE help me out on this, its the last part of my theme that i gotta get to work.
*Script exec !varSet TrayHeight 105
*Script exec !varSet TrayPos -125
*Script exec !varSet TrayPos -125
and
*Script var TrayHeight 105
*Script var TrayPos -125
*Script var TrayPos -125
but neither of those work, it always says that the variable is undefined. is there something i'm missing? i checked the mzScript docs and it doesn't even tell you how to define a variable. can someone PLEASE help me out on this, its the last part of my theme that i gotta get to work.