Hey,

I have a problem, I only need an compiled .exe who only starts a level.

#include <acknex.h>
#include <default.c>
level_load("..\..\Maps\Castel Island\Map\Level.wmp");
wait(1);

Can I load this map when it is on other folder (even 2 folders back)

The quitter.txt says following:

< level_load("..>
TESTSCRIPT.WDL 3:0 (): Keyword unknown level_load

< wait(1);>
TESTSCRIPT.WDL 4:0 (): Keyword unknown wait


What could be wrong?