Well I'm not the one trying to make the timer script. I only tried what Wrym1331 had so far and it worked for me. For some reason it didn't work for him. I have no idea why it doesn't. This is exactly what I did:
Opened up TESCS
Create a new quest with ID "aa1"
Set quest priority as 60
Set condition as GetIsPlayableRace == 1
Add stages 6 and 7 to the quest stages tab
Press ok and close the quest window
Choose to create a new script
Choose script type as quest
Pasted this as the script:
Compiled, saved, and closed the script window
Went back to the quest window and chose "01Quest" as the script for "aa1" quest
Saved the mod, opened up OBMM, checked the mod, launched the game
Opened up the command console and typed "SetStage aa1 6"
Kept checking the message on the screen after every 24 hours I slept
After the 4th day (because the script has "If GameDaysPassed > ( StartDay +3 )" and not "If GameDaysPassed >= ( StartDay +3 )") the message changed to "aa1 stage: 7"
Edited by fg109, 12 March 2011 - 10:57 PM.