MoonlightArcher Posted January 11, 2014 Share Posted January 11, 2014 Hello! I need help with a certain kind of script. So basically I need a script that allows you to "set the stage after ... hours have passed". So a couple hours need pass before the stage is set to the next stage. I think you have to do something with the RegisterForSingleUpdateGameTime() command, but I don't know the whole script. I hope some of you can help me out with this problem! Link to comment Share on other sites More sharing options...
myztikrice Posted January 12, 2014 Share Posted January 12, 2014 (edited) A simple google search would have lead you to http://www.creationkit.com/RegisterForSingleUpdateGameTime_-_Formwhich tells you everything you need to know Edited January 12, 2014 by myztikrice Link to comment Share on other sites More sharing options...
MODinsane Posted January 14, 2014 Share Posted January 14, 2014 I went over to the Wiki page and is empty, no info. Link to comment Share on other sites More sharing options...
Deleted3619564User Posted January 14, 2014 Share Posted January 14, 2014 GameTime = GetCurrentGameTime()GameHoursPassed = ((GameTime - (GameTime As Int)) * 24) Place this in a quest script into the OnUpdateGameTime event. Link to comment Share on other sites More sharing options...
Recommended Posts