Yeah well guys it doesn't work i mean:
I'm trying to run shade-c (in lite-c ofcourse) and the glorious combat system (by david lancaster in c-script) together. But it doesn't work.
From map properties -> main file is the .c
As soon as I run the level i get this
<function^flare_center();>
c_fx.wdl (): Not found - flare_center
etc etc for everything else.
If in map properties i change my main file to .wdl it works fine, but of course without anything that belongs to lite-c (shade-c for instance)
when i run the level this is how i launch it
c_main.c -nx 200 -f
maybe something to be changed there?