Posted by member 700 on 2006-02-24 00:04:11 link

Ok, I found out what the problem was... there is a step.rc file in the "X:\Litestep" folder that had the values:
*Script var mousey "(null)"
*Script var mousex "(null)"
*Script var second "(null)"
*Script var minute "(null)"
*Script var hour "(null)"
*Script var weekday "(null)"
*Script var day "(null)"
*Script var month "(null)"
*Script var year "(null)"
*Script var yresolution "(null)"
*Script var xresolution "(null)"

Those were located at the top of it... so mzscript didn't like that very much. I just removed them from the file and it's fine now. If anyone else has the problem, there's the answer. Or maybe it's just me?