Sorry I understood you wrong. I thought your script worked and you saved your game when you ran your script.

Try this:
Code:
function main()
{
video_mode = 7;
level_load ("firstgame.wmb");

wait(2); // This waits until the level is loaded
camera.x = -178.42;
camera.y = 220;
camera.z = -131.31;
camera.pan = -201.01;
camera.tilt = -194;

}



EDIT: While I was writing this you already noticed that

-----
300 posts