MoonlightArcher Posted January 11, 2014 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!
myztikrice Posted January 12, 2014 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
MODinsane Posted January 14, 2014 Posted January 14, 2014 I went over to the Wiki page and is empty, no info.
Deleted3619564User Posted January 14, 2014 Posted January 14, 2014 GameTime = GetCurrentGameTime()GameHoursPassed = ((GameTime - (GameTime As Int)) * 24) Place this in a quest script into the OnUpdateGameTime event.
Recommended Posts