I did buy this program A6 gamestudio like 5 or 6 days ago and I am really new at it. I have not been able to start my very first level yet because an error keeps coming up! At first I did not pay attention to the error because it was probably me doing something wrong in my c-script. I was able to run and test the levels from the tutorials. But now the error is getting worse, yes it is getting worse. I was able to open, run, play, and learn with the levels that came with the tutorial at the download page so I could learn more about c-script. But now today this morning the error started to appear with the levels from the tutorials also!!!! I even tried to open the levels that I was working with yesterday and the error still comes up. Those levels used to work perfectly and now they don't. I would like to post a picture of the error right here but I don't know how to put pictures so I will have to write it down.
------------------------------------------------------------------------------
This is the error that appears in WED:
Compiling LEVEL1.WDL-[Esc] to abort...
<level_load(level.wmb)>
LEVEL1.WDL 13:0 Error (58): Parameter unkown level1 keyword
<}>
level1.WDL 14:0 Error (96): Syntax error-nonexistent/empty function main
Script Error
Engine Error
--------------------------------------------------------------------------
This is the Error from SED:
Compiling 1.WDL-[Esc] to abord...
Can't run 1.EDL
--------------------------------------------------------------------------
This is the Script of LEVEL1
////////////////////////////////////////////////////
var video_mode = 7;
var video_depth = 32;
////////////////////////////////////////////////////
string level1_wmb = <level1.wmb>;
////////////////////////////////////////////////////
function main()
{
level_load (level1.wmb);
}
So I am very confuse...The scripts of the tutorial are suppost to work and they even worked yesterday. That means that is not really the script is the engine having problems. I don't know what is going on here. Please can somebody help me???????