Hey
I worked with A6 nad c-script, now I installed A7 extra and I am testing it.
But I have some problems with lite-C:
-when i include with
a new codefile, the engine shwos me an error: error in init.c "functions" undeclared identifier <functions test()>
here is the start of ini.c (just a test)
// init.c
functions test()
{
wait(1);
}
BMAP* arrow_bmap = "arrow.bmp";
the content of this file doesn't matter - i comment the function with "//" and then the engine emit the same error, but with the
as element of the error.
Another question I have:
Do you know some basic explanation about the files, nowaday osed in scripting of A7?
For example, i added in WED in presents->paths some paths, but WED wrote a new wdl-fil(old A6?) in my file folder.
Or the difference between the *.c and *.h - files.
Thanks for your answers
