I would recommend that you just copy the models and stuff (not in their folders) into the "work" directory of your main GStuidio6 folder.

That way you won't get "file not found" errors from the editors or the engine (that's the default directory where it looks first, unless otherwise defined in your script).

The manual is the help file you can get to by going Help->Contents or by pressing F1.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}