<span id="content">It is late in the evening when you arrive back at the dorm. Today felt awefully long. You've got a test tomorrow, so you sit at your desk and pull a heavy hardcover textbook out of your bag to begin to study. Just then, someone enter's the room.
Its John, your roomate. You greet him before turning back to your studying. Some time passes as you study and John makes a few phonecalls. After a while John breaks the silence, asking, "Wanna go to a party tonight? I remember you saying you had some studying to do but I hear this one is gonna be great."
You aren't quite feeling confident in your test-readiness, but you might get by tomorrow with the studying you've done. A party sure does sound like a lot of fun, but it would likely be wiser to stay and study for your test.
[[Go to the Party->Party]]
[[Stay and Study->Study]]</span>
(set: $lastPassage to "Start")
(set: $modernCasual to true)<span id=content>
(if:$modernCasual is true)[Casual Wear - (if:$clothing is "modernCasual")[Equipped](else:)[(link:"Equip")[Equipped(set:$clothing to "modernCasual")]]]
</span><h3>Game Title</h3><hr>
(if: not ((passage:)'s tags contains "menu"))[(set: $lastPassage to (passage:)'s name)]<span id="box">{
(if:(passage:)'s name is not "Inventory")[[[View Inventory->Inventory]]]
(else:)[(link-goto: "Return", $lastPassage)]
<hr>
{(link:"Save game")[
{(link:"Save game - Slot A")[
(if:(save-game:"Slot A"))[
Game saved to Slot A!
](else: )[
Sorry, I couldn't save your game.
]
]
}
{(link:"Save game - Slot B")[
(if:(save-game:"Slot B"))[
Game saved to Slot B!
](else: )[
Sorry, I couldn't save your game.
]
]
}
{(link:"Save game - Slot C")[
(if:(save-game:"Slot C"))[
Game saved to Slot C!
](else: )[
Sorry, I couldn't save your game.
]
]
}
]}
<hr>
{(link:"Load game")[
(if: (saved-games:) contains "Slot A")[
{(link: "Load game - Slot A")[(load-game:"Slot A")]}
]
(if: (saved-games:) contains "Slot B")[
{(link: "Load game - Slot B")[(load-game:"Slot B")]}
]
(if: (saved-games:) contains "Slot C")[
{(link: "Load game - Slot C")[(load-game:"Slot C")]}
]
]}
}</span>You agree to go, and proceed to get ready<span id=content>
"Darn, why would you choose to study rather than go to a party?" he asks, seeming a little bummed out, "You've been studying the entire time I've been here."
(link:"Tell him to mind his own business")[(set:$hair to "red")(goto:"Studying")]
(link:"Remind him of how important this test is")[(set:$hair to "brown")(goto:"Studying")]</span>"Your loss, I guess," John remarks before leaving you to your books.