Menu minihints "Menu" with description "This is the main Menu", number 1, title_bar "Something About the Bunny", has general; Option -> "Prologue", with select [; print "Something About the Bunny is GLYPH's entry in the Feamtoif MiniComp.^"; return 1; ], label "Credits"; Menu -> "Hints", with description "Hints", number 1, title_bar "Something About the Bunny"; HintTopic -> -> "Who am I?"; Hint -> -> -> "You are Bob Frapples."; HintTopic -> -> "What Do I do?"; Hint -> -> -> "Oh, stuff."; Hint -> -> -> "Listen to your Uncle at the beginning of the game."; Hint -> -> -> "Try to win the game."; HintTopic -> -> "Why can't I find all the objects on the list?"; Hint -> -> -> "Have you been out of the house?"; Hint -> -> -> "Do you have the napkin?"; Hint -> -> -> "What did Uncle Ogdajon do when he first entered the house?"; Hint -> -> -> "Can the napkin be opened?"; Hint -> -> -> "Do you know your own phone number?"; Hint -> -> -> "What is it?"; Hint -> -> -> "What does that stand for?"; Hint -> -> -> "UNF-OLDN"; Hint -> -> -> "UNFOLD NAPKIN"; HintTopic -> -> "How do I use the phone?"; Hint -> -> -> "Just like you'd use any other phone."; Hint -> -> -> "Pick up the phone and dial the number."; HintTopic -> -> "Why do these hints suck so bad?"; Hint -> -> -> "What? They don't suck."; Hint -> -> -> "Alright, they suck."; Hint -> -> -> "They were written at the last minute."; Option -> "Credits", with select [; print "Original Inform libraries: Graham Nelson^"; print "Hacked Inform libraries: GLYPH^"; print "Utility, DoMenu, AltMenu and Hints libraries: L. Ross Raszewski^"; print "GNPC library: GLYPH^"; print "^"; print "Spoon repellant courtesy Sherbert^"; print "Qustion mark hack courtesy Dan J Archer^"; print "^"; print "Special Thanks to: "; print "Lucian Paul Smith, for organizing the Feamtoif Mini-Comp,^"; print "Dan Shiovitz, David Dyte, Steve Bernard, Ola Sverre, and several other ifmudders for answering some questions at the last minute,^"; print "and all the denizens of raif / ifmud for suggesting phrases for my NPC's,"; print "and for generally being silly.^"; print "^"; print "Producer: GLYPH^"; print "Director: GLYPH^"; print "Creative Consultant: Spock the cat^"; print "Katering: Kentucky Fried Chicken-like organisms^"; print "^Any similarity between names, characters, muskrats,^ or institutions in this game to persons living, dead,^ or mostly-dead is purely coincidental.^"; print "^No bunnies were harmed during the making of this game.^"; return 1; ], label "Credits";