' "PCHS1" ' Created with QDK 3.12 define game asl-version <311> start game author game info default fontname default fontsize <10> foreground error end define define synonyms read; check out = examine say hi to; say hi = hello talk to = speak to end define define room look command goto command msg <|nThe door is closed.> command msg <|nThe door is closed.> define object look msg speak msg examine msg prefix article gender end define end define define room prefix west place description msg beforeturn override command msg <"Hello," replies the lady. "My name is Cindy."> command msg <"My name is Cindy. Thank you for asking."> command if ask then { give msg } command { msg if ask then give if got then msg msg } command msg command msg command msg command msg define object look msg speak msg <"There are several puzzles for you to solve in this room," says the lady.> examine msg prefix article gender end define define object look msg speak msg examine msg prefix article gender end define define object look msg take { msg give } speak msg examine msg prefix article gender properties end define define object look msg take msg speak msg examine msg article gender end define define object look msg speak say examine msg article end define define object look msg speak msg examine msg prefix end define end define define room look east goto command if got then { msg displaytext } action <> define object look msg speak say examine msg prefix article gender use if real then displaytext end define define object look msg take { msg <|nSurprise! There is a folder in the rolling files with your name on it.|n|nYou pick up the folder and open it. There is a note inside, addressed to you.|n|nThe note says: So, are you enjoying this text adventure?|n|n> if ask then msg else msg <|nYou should probably be reading a text-book, then.|n|n> } speak say examine msg end define end define define text Welcome to the first PCHS text adventure assignment. To successfully complete this adventure, you must be able to answer the following questions on your Blackboard Verification Quiz: 1. Where do you submit your offline assignments? 2. What is the lady's name? 3. What did you receive from the soda machine? USEFUL TIPS: * Click on, or type, HELP for a list of helpful commands. * You can interact with any object in the Places and Objects window (to your right). Right-click on the items for a list of possible interactions. * Items you acquire appear in the Inventory window (to your right). Pay attention to your inventory commands. * You can also type commands in the text box at the bottom of the page. * Try everything - don't give up. end define define text Certificate of Completion Congratulations! If you know the name of the lady at the desk, where offline assignments are submitted, and have received this message - you are a winner. Now you can take your Blackboard quiz. end define define text end define