Is it possible to, whenever the player sleeps in ANY bed when currently in a specified Location, cause a few random events?
Let's say I have three different events and every time the script runs it calls on a Random Number generator and depending on which number the Int gets, a different function (which contains the event) is run.
I also want to make sure the player actually gets his/her sleep as well.
Is this possible? Any tips and hits for me to consider when doing this?
EDIT: what should a quest (I guess?) script like this Extend?