Hi, I'm making a game in GameStudio A7 and it includes the lift01.wdl script. But now when I try to load the game, it gives me an error and then I can't load my game. It says:

< move_mode+=ignore+maps+IGNORE_WORLD>
lift01.wdl 164:0 (): Parameter unknown IGNORE_WORLD

< move_mode+=ignore+maps+IGNORE_WORLD>
lift01.wdl 199:0 (): Parameter unknown IGNORE_WORLD

< move_mode+=ignore+maps+IGNORE_WORLD>
lift01.wdl 271:0 (): Parameter unknown IGNORE_WORLD

< move_mode+=ignore+maps+IGNORE_WORLD>
lift01.wdl 306:0 (): Parameter unknown IGNORE_WORLD

Script error
Engine shutdown
Startup failure - any key to abort      

I checked the four lines in my SED, and they all had the same text:

if(my._ignore_map__00E == ON) { move_mode += ignore_maps + IGNORE_WORLD; }

I already tried to disable these lines and then my game would run properly. At least, that's what I thought at first. Cause my doors won't slide open properly. Does anyone know how I can fix this?

Secret V