WeekOne = {} function WeekOne.morning () player.at = "home" player.x = bed.x player.y = bed.y add (home_door) (bed) (computer) (player) () interaction (home_door) (player) (then_go_to (WeekOne.work)) interaction (computer) (player) ( then_message "Wish I had time for a quick browse, but I can't afford the distraction." ) interaction (player) (bed) ( then_message "haha, I wish I could sleep in more. But need to get that money." ) sequence (function() say "Whelp, time for another week of work. [>]" say "Work's been super busy. [>]" say "It's a tough market to be a software shop. [>]" say "Anyways, I should probably get to work. [>]" end) end