Hey guys,
Question 1. In my http://www.nexusmods.com/skyrim/mods/68077/? mod I want to restrict the ability to 'save game'. My hope is that the game will autosave once per game day and be unavailable for the rest of the day. Basically, has anybody got an idea how I turn off the save function unless certain criteria are met. The http://www.nexusmods.com/skyrim/mods/49816/? mod already does this so I know its possible. I tried to look at its scripts but they were 'greyed out' in CK so I couldn't see how that mod did it.
Question 2. I would also like to keep track of player deaths so that you know how many times you have died on this Skyrim play through. If I use the OnDying function would I script something like:
GlobalVariable Property DeathsGlobal Auto
DeathsGlobal == DeathsGlobal +1
Would I attach this script to a Quest, or .......... ?
Any suggestions would be appreciated.
Cheers,
dePog