Quote Originally Posted by Myrddraal
That sounds defeatist to me, I won't have it! You can save during the Prologue can't you? There is a script running through most of that. I'll have a look at the commands they use and come back to you.
Untill the script ends, you can't save in the prologue, I even went and tried it (and damn, the prologue is long and boring!).

Anyway, I ran a simple test, I made a simple script like this

Code:
	console_command add_money 10000
	campaign_wait 20
	console_command add_money 10000
terminate_script
When I start a game with it, it gives me 10000 denarii, which tells me the script has loaded, then it pauses itself for 20 seconds, and in that time I can't save ro load, then it gives me another 10000 denarii, which tells me the pause is over, the script will then unload (as the next line terminates it) and hey presto, I can save and load again.

I am hopeing there is a way arround this problem, but I'm not very optimistic on the matter.