Posted by member 12025 on 2005-09-03 06:06:20 link
Try it this way, where:
is converted to:
*Script exec !IfEq Sound "1" !PlaySound $SoundDir$sound_in.mp3
is converted to:
*Script exec !IfEval ( "%{Sound}" = "1" ) {!PlaySound "$SoundDir$sound_in.mp3"}
Can't hurt, and in older versions of MZscript, I had all kinda of weird things happen w/ !ifEq.