Pittcrew Posted March 1, 2012 Share Posted March 1, 2012 (edited) like the title says, i want to make a mod that makes it so that you only regain health, mana, and stamina when sleeping NOT waiting. Any help is greatly appreciated! Thanks *EDIT* i see the title got cut off but yeah, you get the point Edited March 1, 2012 by Pittcrew Link to comment Share on other sites More sharing options...
Korodic Posted March 1, 2012 Share Posted March 1, 2012 you could kill the regen rates through a script by having a quest run once, and use another script using the OnSleep Event to heal you X points per hour. Link to comment Share on other sites More sharing options...
Pittcrew Posted March 1, 2012 Author Share Posted March 1, 2012 you could kill the regen rates through a script by having a quest run once, and use another script using the OnSleep Event to heal you X points per hour. oh really? you would have to script just to turn off the regen function from waiting? Link to comment Share on other sites More sharing options...
Korodic Posted March 1, 2012 Share Posted March 1, 2012 OnSleep is not for waiting, if you only want the player to regen health while sleeping, period, what I said above is true. (I think I misread what you wrote originally lol) .... here is the stuff you need pretty much... http://www.creationkit.com/WaitMenuMode_-_Utility -- while waiting modify the variables for your health regen rate and drop them to zero while waiting.http://www.creationkit.com/RegisterForSleep_-_Form -- To make the script work you need to register ithttp://www.creationkit.com/OnSleepStart_-_Form -- heals you X amount Link to comment Share on other sites More sharing options...
Recommended Posts