Hello,
First off Leon_Kennedy I am so sorry that I accused you of piracy, that was wrong of me. I apologize for it. Also are you on the Silent Walk forums? Or is it just someone with the same username. Someone with your user name just registered there. Thats a fun site, great people, like this one. Well I hope you can forgive me

cro_games,
I am having some trouble still making my levels run. I made the script file with the code you provided (with movement code) but in wed it says it fails to load game.c! I assigned it to to WED through the Map Properties so I have no idea whats wrong. All I can think of is that I pasted the movment code inside the () part of the function.main code. Does it go in there the () part or at the very end beside it? This is what my code looks like now:
#include <acknex.h>
#include <default.c>
function main(def_moveset(); // default camera movement)
{
level_load("first.wmb");
wait(3);
}
Notice the line "def_moveset(); // default camera movement" is nestled inside function main's () is this what it should look like?
#include <acknex.h>
#include <default.c>
function main()def_moveset(); // default camera movement
{
level_load("first.wmb");
wait(3);
}
Now notice it's beside it. Which way is correct? Or is either of them correct?
Sorry i'm such a n00b here. Thanks for your help in advance.
And LeonK,
I'm sorry I don't know the answers to your questions