PDA

View Full Version : script error question


drwho9437
19th October 2001, 15:04
I was just trying to make a few small changes in the sysfunc script so that certain things would work on other views other than normal for my skin. I changed the approprate get.layouts and tried to compile it with the command mc sysfunc.m errors with: syntax error at sysfunc.m[11] (near'wac') exited with code 4.

Well line 11 is: Global Wac MainComp, Playlist;

Something I didn't change at all. What am I doing wrong here?

Oh yeah tried to compile sysfunc without changes didn't work either, same error.

Naamloos
19th October 2001, 16:03
Can you post more of this script, like the whole variable defining?

drwho9437
19th October 2001, 16:56
here you go...

I think it is just the standard script with one change.. panel1 for normal...

Naamloos
19th October 2001, 17:34
you forgot
#include "../../../lib/std.mi"
in the beginning ;)

drwho9437
19th October 2001, 19:20
thanks silly me...