Posted by member 88697 on 2004-06-04 12:32:44 link

Oh, I'm sorry for that, the docs said it was mzscript-0.9beta_12 but the dll was an old one.

Now I have a new problem that I didn't have before :(
The !IfEq bang doesn't work, I always get an exception error.

Even this little "test theme" does not work:

step.rc:
ThemeDir "$LiteStepDir$themes\mz\"
ConfigDir "$ThemeDir$config\"
ModulesDir "$ThemeDir$modules\"

LoadModule "$ThemeDir$modules\mzscript.dll
LoadModule "$ThemeDir$modules\hotkey.dll

*mzScriptFile "$ConfigDir$scripts.rc"

scripts.rc:
*script var test "1"
*Script bang !test
*Script exec !ifEq test "1" !alert
*Script ~bang

*script start !test


I have tryed over an hour to get this to work, but it's always an exception during bang execution. It works fine with releases older than 0.9.

Help a noob please :/