Restart Story

/* Your story will use the CSS in this passage to style the page.\nGive this passage more tags, and it will only affect passages with those tags.\nExample selectors: */\n@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);\nbody {\n\t/* This affects the entire page */\n\tfont-family:"Libre Baskerville", serif;\n\tfont-weight:400;\n\tfont-size:100%;\n\t\n}\n.passage {\n\t/* This only affects passages */\n\t\n\t \n}\n.passage a {\n\t/* This affects passage links */\n\tcolor:red;\n\t\n}\n.passage a:hover {\n\t/* This affects links while the cursor is over them */\n\tcolor:red;\n\t\n}\n.passage a:visited {color:red;}\n\n.passage .title { display: none }\n#floater{display:none;}\n#footer{font-size:20%;}
Something about fear and cowardice.
<<$gold>> gold peices. You have a torch. You have a <<$weapon>>.
This is Not a Dungeon Crawl
You definately came here to (some code for the previous choice). The door is not closed all the way. with your heart beeting in your chest you decide to proceed.\n\n[[Enter quietly.|main hall]]\n[[Enter hastily.|main hall][$care to false]]
You carefully step past the stone in the floor and contine down the corridor. After about thirty paces a you reach a door.\n\nYou pause for a moment to consider why you are here.\n\n[[Treasure?|thinking]]\n[[Adventure?|thinking]]\n[[Revenge?|thinking]] \n\n
<<if $care = false>>\nYou enter the main hall very quickly startling a small goblin.\n\n<<display Goblin>>\n<<else>>\nYou slowly and quietly enter the main hall. A goblin observes your slow and cautious entrance and moves at you with its jagged metal shank.\n\n<<display Goblin>>\n<<endif>>\s\n[[Run Away]]
<<set $gold = 0>>\n<<set $weapon to "no weapon">>\n<<set $armor to "no armor">>\n<<set $care to 1>>\n<<set $HP to 10>>\n<<set $goblin to 3>>\nThe door is open.\n\n[[Enter the dungeon.|enter]]
You press your foot down on the stone and imediately feel a sharp pain in your side as a dart is ejected from a tiny hole in the wall next to you. \n\nYou die.
They told you it wasn't safe. They told you not to go alone. You didn't listen.\n\nThe glow of your torch illuminates a section of corridor. The air is dank and cool. Ahead, you notice that a stone in the floor is slightly elevated.\n\n[[Avoid the stone.|avoid]]\n[[Step on the stone.|step]]
Brian Peter Gillespie
The <<print either("putrid", "ugly", "dumb", "witless", "foul")>> <<print either("creature", "animal", "humanoid", "scum")>> looks at you with <<print either("ruthless", "fearful", "enraged")>> eyes.\n\n[[Defend]].\n[[Attack]].
You raise your <<$weapon>> between your chest and the advancing creature. It lunges, seeking to end you.\n\n<<display Goblin>>
You leap at the creature with your <<$weapon>>. It comes down heavy onto the creature's skull.<<set $dead to either( 1, 1, 1, 2)>>\n<<display previous()>>
--Let the player undo moves? (on / off)\n--In Sugarcane, this enables the browser's back button.\n--In Jonah, this lets the player click links in previous\n--passages.\n\nUndo: off\n\n--Let the player use bookmarks? (on / off)\n--This enables the Bookmark links in Jonah and Sugarcane\n--(If the player can't undo, bookmarks are always disabled.)\n\nBookmark: on\n\n--Obfuscate the story's HTML source to prevent possible\n--spoilers? (swap / off)\n\nObfuscate: off\n\n--String of letter pairs to use for swap-style obfuscation\n\nObfuscateKey: csmtehvpalxbiqougdwknyzfrj\n\n--Include the jQuery script library? (on / off)\n--Individual scripts may force this on by\n--containing the text 'requires jQuery'.\n\njQuery: off\n\n--Include the Modernizr script library? (on / off)\n--Individual scripts/stylesheets may force this on by\n--containing the text 'requires Modernizr'.\n\nModernizr: off\n