i know that the thread started months ago,

bur when i try to run the demo level trough wed,it sez

< include ^wacai.core.wdl>;>
DEMO.WDL 15:2 (): Script error wacai.core.wdl

i tried copying ccore folder in to the demo directory and changed the path in demo.wdl but nothing changed.

i think it has something wrong with that ifndefs but i dont know exactly what it is.
this is wacai.core.wdl :

IFNDEF WACAI_CORE_WDL;
DEFINE WACAI_CORE_WDL;

include <wacai.api.wdl>;
include <wacai.global.wdl>;

include <wacai.common.wdl>;
include <wacai.evade.wdl>;
include <wacai.steer.wdl>;
include <wacai.path.wdl>;
include <wacai.memory.wdl>;
include <wacai.logic.wdl>;
include <wacai.query.wdl>;

include <wacai.setup.wdl>;
include <wacai.bot.wdl>;
include <wacai.io.wdl>;

ENDIF;


3333333333