I'm trying to make time work in the stories.
Every time you click a link, time pass by randomly, and every time you wake up, you wake up at random times.
The time is in 12 hour mode, meaning it has A.M and P.M.
The thing is, I got it to work so far without the word 'random'.
I could get time to pass and when it's A.M it'll say A.M and when it's P.M it'll say P.M, but I still can't get time to pass by randomly, or for you to wake up randomly, because %TWELVE is use to determine if it's A.M or P.M. When it's 1 it's P.M, and when it's 0 it's A.M.
I'm trying to make it so that once the variable %HOUR passes 11, and variable %MIN passes over 59, variable %TWELVE increase by one, but it won't ever work.