This sugestion to code. Firstly, split story into different files, so you could easiely change stuff. Secondly, you can put the defaults to a different file, also I can give code that I've made to make faster additions of flags. Thirdly you can change `if statements` to match case, here example:
match timetaken:
case 0: $currenttime = "6:30AM"
etc.