Advertisement
thisisnotras

Lock 5

Jul 5th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.30 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
  3. @import url(http://fonts.googleapis.com/css?family=Audiowide);
  4.  
  5. .pfor {display: none;}
  6. #profile{background:transparent;
  7. border: none;}
  8.  
  9. body {background: transparent;
  10. text-align: center;
  11. font-size: 10pt;
  12. color: grey;
  13. font-family: 'Audiowide', cursive;
  14. font-weight: 400;
  15. cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default;}
  16.  
  17. a {color: #004A93; text-decoration: none;}
  18. a, a:hover{ cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default;}
  19. a:hover{ color: gray;}
  20.  
  21. .BerserkCursor, .BerserkCursor:hover {cursor: url(http://cur.cursors-4u.net/anime/ani-8/ani764.cur), default; }
  22. .BerserkCursor:hover {text-decoration: line-through;}
  23.  
  24. #whole{ position: fixed;
  25. top: 0px;
  26. left: 0px;
  27. right: 0px;
  28. bottom: 0px;
  29. background-image:
  30. url(http://i62.tinypic.com/28jcghg.jpg);
  31. background-repeat: no-repeat;
  32. background-size: 100%;
  33. }
  34.  
  35. #imageblock{
  36. position: absolute;
  37. left: 0px;
  38. bottom: 0px;
  39. height: 872px;
  40. width: 600px;
  41. background-image:
  42. url(http://i59.tinypic.com/29ayyq1.jpg);
  43. background-repeat: no-repeat;
  44. border: 0px solid red;}
  45.  
  46. #container{
  47. position: absolute;
  48. bottom: 450px;
  49. left: 607px;
  50. height: 220px;
  51. width: 500px;
  52. border: 0px solid blue;
  53. overflow: hidden;
  54. z-index: 10;}
  55.  
  56. #categoryselect {
  57. position: absolute;
  58. height: 23px;
  59. width: 220px;
  60. border: 0px solid red;
  61. border-left: 1px solid #004A93;
  62. border-right: 1px solid #004A93;
  63. top: 20px;
  64. right: 230px;
  65. text-align: center;
  66. transition: all 1s;
  67. -webkit-transition: all 1s;
  68. }
  69.  
  70.  
  71. #filler{
  72. position: absolute;
  73. top: 0px;
  74. left: 0px;
  75. height: 1000px;
  76. width: 1000px;
  77. transition: all 1s;
  78. -webkit-transition: all 1s;}
  79.  
  80. #filler:hover{
  81. background: #004A93;
  82. opacity: .2;}
  83.  
  84. #character{
  85. position: absolute;
  86. height: 23px;
  87. width: 110px;
  88. transition: all 1s;
  89. -webkit-transition: all 1s;
  90. color: #004A93;
  91. overflow: hidden;
  92. border-right: 1px solid #004A93;
  93. }
  94.  
  95. #character:hover, #OOC:hover{
  96. color: grey;}
  97.  
  98.  
  99. #OOC{
  100. position: absolute;
  101. height: 23px;
  102. width: 110px;
  103. left: 110px;
  104. color:#004A93;
  105. overflow: hidden;
  106. }
  107.  
  108.  
  109. #selectedcategory{
  110. position: absolute;
  111. height: 150px;
  112. width: 110px;
  113. border: 0px solid red;
  114. top: 50px;
  115. right: 342px;
  116. }
  117.  
  118. #selectedcategory2{
  119. position: absolute;
  120. top: 0px;
  121. height: 0px;
  122. width: 110px;
  123. border: 0px solid #004A93;
  124. transition: all 1s;
  125. -webkit-transition: all 1s;
  126. opacity: 0;
  127. overflow: hidden;
  128. text-align: center;
  129. color: #004A93;
  130. }
  131.  
  132. #selectedcategory3{
  133. position: absolute;
  134. top: 0px;
  135. height: 0px;
  136. width: 110px;
  137. border: 0px solid #004A93;
  138. transition: all 1s;
  139. -webkit-transition: all 1s;
  140. opacity: 0;
  141. overflow: hidden;
  142. z-index: 1;
  143. text-align: center;
  144. color: #004A93;
  145. }
  146.  
  147. #selectedcategory2:target, #selectedcategory3:target{
  148. opacity: 1;
  149. height: 150px;
  150. z-index: 2;
  151. border-left: 1px solid #004A93;
  152. border-right: 1px solid #004A93;}
  153.  
  154.  
  155. #selectthis{
  156. position: absolute;
  157. top: 20px;
  158. width: 110px;
  159. height: 20px;
  160. transition: all 1s;
  161. -webkit-transition: all 1s;
  162. overflow: hidden;
  163. color: grey;
  164. }
  165.  
  166. #selectthis:hover{
  167. color: #004A93;}
  168.  
  169.  
  170.  
  171. #informationarea{
  172. position: absolute;
  173. height: 150px;
  174. width: 400px;
  175. border: 0px solid red;
  176. top: 50px;
  177. right: 52px;
  178. }
  179.  
  180. .infoexpand{
  181. position: absolute;
  182. top: 0px;
  183. left: 0px;
  184. height: 150px;
  185. width: 150px;
  186. border: 0px solid #004A93;
  187. transition: all 1s;
  188. -webkit-transition: all 1s;
  189. transition-delay: .2s;
  190. -webkit-transition-delay: .2s;
  191. overflow: hidden;
  192. z-index: 1;
  193. opacity: 0;
  194. font-family: 'Yanone Kaffeesatz', sans-serif;
  195. font-size: 13pt;
  196. overflow: auto;
  197. text-align: left;
  198. }
  199.  
  200. .infoexpand:target{
  201. width: 400px;
  202. z-index: 3;
  203. opacity: 1;
  204. border-top: 1px solid #003A93;
  205. border-bottom: 1px solid #004A93;
  206. }
  207. #sublink{
  208. position: absolute;
  209. height: 22px;
  210. width: 124px;
  211. border-right: 1px solid #004A93;
  212. top: 40px;
  213. text-align: center;
  214. overflow: hidden;
  215. font-family: 'Audiowide', cursive;
  216. font-size: 9pt;
  217. }
  218.  
  219. #subcontainer{
  220. position: absolute;
  221. height:78px;
  222. width: 397px;
  223. border: 0px solid blue;
  224. overflow: auto;
  225. top: 10px;
  226. text-align: left;
  227. color: grey;
  228. }
  229.  
  230. span.dropt {border-bottom: none; }
  231.  
  232. span.dropt:hover {text-decoration: none; background: black; z-index: 6; }
  233.  
  234. span.dropt span.name {position: absolute; left: -9999px;
  235. margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  236. border-style:solid; border-color:black; border-width:1px; z-index: 6;
  237. transition: opacity 1s;
  238. -webkit-transition: opacity 1s;
  239. opacity: 0;}
  240.  
  241. span.dropt:hover span.name {
  242. background: transparent;
  243. height: 200px;
  244. width: 400px;
  245. top: 40px;
  246. left: 0px;
  247. overflow: hidden;
  248. border: 0px solid blue;
  249. opacity: 1;
  250. }
  251.  
  252. #rpgmaker{
  253. position: absolute;
  254. left: 500px;
  255. bottom: 200px;
  256. height: 156px;
  257. width: 720px;
  258. border: 0px solid red;
  259. overflow: hidden;
  260. }
  261.  
  262. #subrpgmaker{
  263. height: 156px;
  264. width: 720px;
  265. border: 0px solid white;
  266. overflow: hidden;
  267. position: relative;
  268. }
  269.  
  270. #textbubble{
  271. height: 110px;
  272. width: 650px;
  273. border-radius: 60px 60px 60px 60px;
  274. border: 1px solid grey;
  275. position: absolute;
  276. overflow: hidden;
  277. padding: 20px;
  278. padding-left: 30px;
  279. z-index: 1;
  280. font-family: 'Yanone Kaffeesatz', sans-serif;
  281. font-size: 13pt;
  282. text-align: left;
  283. color: gray;}
  284.  
  285. #shadow {
  286. height: 150px;
  287. width: 700px;
  288. border-radius: 60px 60px 60px 60px;
  289. border: 0px !important;
  290. background: black;
  291. opacity: .7;
  292. bottom: 204px;
  293. left:500px;
  294. position: absolute; }
  295.  
  296. #continueselect
  297. {
  298. height: 20px;
  299. width: 20px;
  300. border-radius: 180px;
  301. left: 693px;
  302. top: 127px;
  303. border: 1px solid transparent;
  304. background: black;
  305. opacity: .7;
  306. transition: all 1s;
  307. -webkit-transition: all 1s;
  308. position: absolute;
  309. -moz-padding-start: 5px;
  310. -moz-padding-end: 5px;
  311. width: -moz-fit-content;
  312. }
  313.  
  314. #continueselect:hover{
  315. border: 1px solid grey;}
  316.  
  317. /* Because it was necessary... MUSIC div! */
  318. #musicdiv {height: 132px;
  319. width: 110px;
  320. border: 0px solid blue;
  321. position: absolute;
  322. top: 13px;
  323. left: 2px;
  324. z-index: 2;}
  325.  
  326. .music2 {left: 112px !important;
  327. }
  328.  
  329. .music3 {left: 222px !important;
  330. width: 150 !important;
  331. }
  332.  
  333.  
  334. </style>
  335.  
  336.  
  337.  
  338.  
  339.  
  340. <div id="whole">
  341. <div id="imageblock">
  342. </div>
  343. <div id="container" style="background: black; opacity: .7; border-radius: 60px 60px 60px 60px; width: 445px; left: 630px; z-index: 0; border: 1px solid gray;">
  344. </div>
  345. <div id="container">
  346. <div id="categoryselect">
  347. <a href="#selectedcategory2">
  348. <div id="character">
  349. character
  350. <div id="filler">
  351. </div>
  352. </div></a>
  353. <a href="#selectedcategory3">
  354. <div id="OOC">
  355. ooc
  356. <div id="filler">
  357. </div>
  358. </div></a>
  359. </div>
  360.  
  361. <div id="selectedcategory">
  362. <div id="selectedcategory2">
  363. <a href="#Descrip">
  364. <div id="selectthis">
  365. description
  366. <div id="filler">
  367. </div></div>
  368. </a>
  369. <a href="#Powers">
  370. <div id="selectthis" style="top:50px;">
  371. powers
  372. <div id="filler">
  373. </div></div>
  374. </a>
  375. <a href="#History">
  376. <div id="selectthis" style="top:80px;">
  377. history
  378. <div id="filler">
  379. </div></div>
  380. </a>
  381. <a href="#kemonozume">
  382. <div id="selectthis"style="top:110px;">
  383. comrades
  384. <div id="filler">
  385. </div></div>
  386. </a>
  387.  
  388. </div>
  389. <div id="selectedcategory3">
  390. <a href="#Info">
  391. <div id="selectthis">info
  392. <div id="filler">
  393. </div></div>
  394. </a>
  395. <a href="#Music">
  396. <div id="selectthis" style="top:50px;">
  397. music
  398. <div id="filler">
  399. </div></div>
  400. </a>
  401. <a href="#Credits">
  402. <div id="selectthis" style="top:80px;">
  403. credit
  404. <div id="filler">
  405. </div></div>
  406. </a>
  407. <a href="#Updates">
  408. <div id="selectthis" style="top:110px;">
  409. updates
  410. <div id="filler">
  411. </div></div>
  412. </a>
  413.  
  414. </div>
  415. </div>
  416.  
  417. <div id="informationarea">
  418. <div id="Descrip" class="infoexpand">
  419. <br>Logan Lake<br>
  420. Age 17<br>
  421. Male<br>
  422. Average/Slender build<br>
  423. 5'7"<br>
  424. Pansexual
  425. </div>
  426. <div id="Powers" class="infoexpand" style="overflow:hidden;">
  427. <i>Infinite Potential</i><br>
  428. - the ability to unlock the 'true potential' of any object
  429.  
  430. <span class="dropt"><a><div id="sublink">Binding Chain
  431. <div id="filler"></div>
  432. </div></a><span class="name">
  433. <div id="subcontainer">
  434. Thick chain made of iron and covered with a layer of steel. Allows Logan to use unsealed objects and negates the otherwise averse effects of activating the various items. Worn around Logan's waist or hooked into his back pocket as a wallet chain. Allows the use of one unsealed object at a time apart from itself.
  435. </div></span></span>
  436.  
  437. <span class="dropt"><a><div id="sublink" style="left: 125px;">Pumpkin Spree
  438. <div id="filler"></div>
  439. </div></a><span class="name">
  440. <div id="subcontainer">
  441. Small orange skull-faced pumpkin made of wood. Burns through objects by generating bursts of flame, can be modulated to provide light or mild heat.
  442. </div></span></span>
  443.  
  444. <span class="dropt"><a><div id="sublink" style="left: 250px; border:0px;">Skull Cost
  445. <div id="filler"></div>
  446. </div></a><span class="name">
  447. <div id="subcontainer">
  448. A small blue skull made of wood, roughly the size of a whistle. Operates as an invisible shield that reduces the effectiveness of contact (physical, energy, magical, curse) by diverting the force applied. Logan has this activated at most times.
  449. </div></span></span>
  450.  
  451. </div>
  452.  
  453. <div id="History" class="infoexpand">
  454. <br>Exchange student from <i>Somewhere Else</i><br>
  455. (Your character's going to have to ask!)
  456. </div>
  457. <div id="kemonozume" class="infoexpand">
  458. <br>
  459. <a href="http://roleplaychat.org/profile.php?user=Mikhail" target="_blank" title="The Boyfriend">Mikhail</a><br>
  460. <a href="http://roleplaychat.org/profile.php?user=Karl+Asher" target="_blank" title="The Wild Card">Karl Asher</a><br>
  461. <a href="http://roleplaychat.org/profile.php?user=Koinoru" target="_blank" title="The Revolutionary">Koinoru Nine</a><br>
  462. <a href="http://roleplaychat.org/profile.php?user=Iki+Sai" target="_blank" title="The Laptop Chick -- also The Reluctant Shield">Iki Sai</a><br>
  463. <a href="http://roleplaychat.org/profile.php?user=Sweet+Moon" target="_blank" title="The Broken Arm Benchjumper">Moon Ten</a><br>
  464. <a href="http://roleplaychat.org/profile.php?user=Olie" target="_blank" title="The Backslapping Bubbleblower">Olie</a>
  465. <div id="musicdiv" class="music2" style="padding-top: 6px; height:126px;">
  466. <a href="http://roleplaychat.org/profile.php?user=Velanx" target="_blank" title="The International Masked Man of Mystery">Velanx Geranstis</a><br>
  467. </div>
  468.  
  469. </div>
  470.  
  471. <div id="Info" class="infoexpand">
  472. Logan's a nice guy, but every other word he says is very likely to be a lie. The guy's got secrets to keep, and while he's at school he's unlikely to just go spilling them. If you suspect the truth to him OOC, and would like to discuss some kind of discovery, feel free -- but don't just throw it out in character.<br><br>Other than that, I'm up for PMs anytime.<br>
  473. Check out the <a href="http://roleplaychat.org/profile.php?user=Kemonozume+Gakuen" target="_blank">Kemonozume Academy Storyline</a>!
  474. </div>
  475.  
  476. <div id="Music" class="infoexpand">
  477.  
  478. <div id="musicdiv">
  479. <a href="http://youtu.be/lw4mHbJPXKg" title="Peter Bjorn and John" target="_blank">
  480. Young Folks ♫ </a><br>
  481. <a href="http://youtu.be/aZnMb93C0Og" title="Zomboy" target="_blank">
  482. Game Time ♫ </a><br>
  483. <a href="http://youtu.be/l7RvvcHpRog" title="Yppah" target="_blank">
  484. D Song ♫ </a><br>
  485. <a href="http://youtu.be/KSM_ir1nPrY" title="Protohype & Kewzik" target="_blank">
  486. Hold Your Breath ♫</a><br>
  487. <a href="http://youtu.be/2SaB-05BpKw" title="Zedd ft. KDrew (Nev's Launchpad S Cover)" target="_blank">
  488. Spectrum ♫</a><br>
  489. <a href="http://youtu.be/a8EAFNNIyv4" title="The Bravery (Moon Version)" target="_blank">
  490. Believe ♫</a>
  491. </div>
  492.  
  493. <div id="musicdiv" class="music2">
  494. <a href="http://youtu.be/sFv6B-ogkfI" title="Calvin Harris (Dillon Francis remix)" target="_blank">
  495. Feel So Close ♫</a><br>
  496. <a href="http://youtu.be/h6aqJyIvUmA" title="Flinch" target="_blank">
  497. Waiting For You ♫</a><br>
  498. <a href="http://youtu.be/LLVC6CQk_fU" title="Flinch" target="_blank">
  499. Moonlight ♫</a><br>
  500. <a href="http://youtu.be/ycMiMvfv3YQ" title="Flinch" target="_blank">
  501. D.N.Y.L ♫</a><br>
  502. <a href="http://youtu.be/m75r54BwahQ" title="School Food Punishment" target="_blank">
  503. Egoist ♫</a><br>
  504. <a href="http://youtu.be/G6wSyUB7NdU" title="Kaskade feat. Becky Jean" target="_blank">
  505. Empty Streets ♫</a><br>
  506. </div>
  507.  
  508. <div id="musicdiv" class="music3">
  509. <a href="http://youtu.be/FgtAx_L3l9I" title="Stars" target="_blank">
  510. The Night Starts Here ♫</a><br>
  511. <a href="http://youtu.be/6VtlEGvUp70" title="Stars" target="_blank">
  512. Take Me To The Riot ♫</a><br>
  513. <a href="http://youtu.be/2E74-aXNCtI" title="Stars" target="_blank">
  514. Midnight Coward ♫</a><br>
  515. <a href="http://youtu.be/pA5ppAQB7Jc" title="School Food Punishment" target="_blank">
  516. close, down, back to ♫</a><br>
  517. <a href="http://youtu.be/oRqjVPljSGQ?t=20s" title="Boom Boom Satellites" target="_blank">
  518. On The Painted Streets ♫</a><br>
  519. <a href="http://youtu.be/-capB8JCIss" title="Boom Boom Satellites" target="_blank">
  520. Light My Fire ♫</a>
  521. </div>
  522.  
  523. </div>
  524.  
  525.  
  526. <div id="Credits" class="infoexpand">
  527. I coded the profile myself. Any tips or comments are appreciated.<br>
  528. If you want to use this code, please ask me first. I might even help, if you need it.<br>
  529. Character picture created and animated by
  530. <a href="Http://roleplaychat.org/profile.php?user=Mikhail" target="_blank">
  531. Mikhail</a>.<br><br>
  532. Nor sure where the background is from, since I found it a while ago. If the creator requests it be taken down, I'll do so without a problem. <br><br>
  533. The general theme of the profile is a visual novel. There's nothing important in the 'scenario' created below, it's just something I wanted to have a little fun with. I suggest you go through the options and enjoy it. I'll lengthen it later and add more choices if anyone is that curious or interested.
  534. </div>
  535.  
  536. <div id="Updates" class="infoexpand">
  537. <br><b>7/4/13</b> Added more music... lots of damn music. Happy 4th!
  538. <br><b>7/5/13</b> Updated scenario, added 'second morning.'
  539. </div>
  540.  
  541. </div>
  542.  
  543. </div>
  544. <div id="rpgmaker">
  545.  
  546.  
  547.  
  548. <a name="C1L0"></a>
  549. <div id="subrpgmaker">
  550. <div id="textbubble">Kemonozume Academy<br>
  551. Classroom At Night.<br><br>
  552. Just after beating a new boss in Dark Souls 2, you decide to get some of your homework done. When you look for it, you remember that you left your bookbag at school. Groaning in frustration, you realize that it's already 9pm and have a hard time deciding if it's worth it to walk to school to pick it up.
  553. </div>
  554. <a href="#Choice"><div id="continueselect">x
  555. </div></a>
  556. </div>
  557.  
  558.  
  559. <a name="Choice"></a>
  560. <div id="subrpgmaker">
  561. <div id="textbubble">
  562. <a href="#C1L1">Return to the school.</a><br>
  563. <a href="#C1Restart">Go to sleep.</a>
  564. </div>
  565. <a><div id="continueselect">x
  566. </div></a>
  567. </div>
  568.  
  569.  
  570. <a name="C1Restart"></a>
  571. <div id="subrpgmaker">
  572. <div id="textbubble">
  573. You decide to go back to sleep. You might not get the homework done in time for class, but no reason to become a smear on the wall because <a class="BerserkCursor">Berserker</a> was out there somewhere roaming around and swinging that huge stick, right?
  574. </div>
  575. <a href="#C1L0"><div id="continueselect">x
  576. </div></a>
  577. </div>
  578.  
  579. <a name="C1L1"></a>
  580. <div id="subrpgmaker">
  581. <div id="textbubble">You decide it's more important to get your work done tonight. You walk to the school and go up the stairs, but when you arrive at the door of your classroom you hear sounds of movement from the other side of the door. As you turn the doorknob, there is a sharp curse from inside of the room and the sound of a zipper being quickly pulled shut. You continue inside.
  582. </div>
  583. <a href="#C1L2"><div id="continueselect">x
  584. </div></a>
  585. </div>
  586.  
  587. <a name="C1L2"></a>
  588. <div id="subrpgmaker">
  589. <div id="textbubble">When you enter the room, you see Logan leaning against the wall with what seemed like a very obvious effort to seem like he'd been casually standing there and not just been rifling through your bag moments before. A new exchange student to the school, he was usually a little quiet aside from when he spoke to Mikhail. The class opinion was that he was a little strange, but not uncute. Still, this was unusual to say the least.<br><br>
  590. (Logan) "Uh... Hey? How's it going?"
  591. </div>
  592. <a href="#Choice2"><div id="continueselect">x
  593. </div></a>
  594. </div>
  595.  
  596.  
  597. <a name="Choice2"></a>
  598. <div id="subrpgmaker">
  599. <div id="textbubble">
  600. <a href="#C2L1">You ask him what he's doing.</a><br>
  601. <a href="#C2L10">You ignore him, grab your bag and go home.</a><br>
  602. <a href="#C2L20">You challenge Logan to a fight. To the death, cat!</a>
  603. </div>
  604. <a><div id="continueselect">x
  605. </div></a>
  606. </div>
  607.  
  608. <a name="C2L10"></a>
  609. <div id="subrpgmaker">
  610. <div id="textbubble">Fuck it, you need sleep. You find your book bag on top of your chair and check through it to make sure everything is still there. It is. Good. Logan waves goodbye, looking both embarrassed and relieved, as you wordlessly turn and leave. You leave the school to go home.
  611. </div>
  612. <a href="#C2Restart1"><div id="continueselect">x
  613. </div></a>
  614. </div>
  615.  
  616. <a name="C2Restart1"></a>
  617. <div id="subrpgmaker">
  618. <div id="textbubble">
  619. *<i>Crash</i>*<br>*<i>Splat</i>*<br>
  620. Ten feet from the school doors there is a large sound and you are stomped by Megatron in the middle of a fight with a stampeding robot cow. Your body explodes into a spray of fireworks because Michael Bay loves fireworks.<br><br>
  621. <b>(Megadeath by Megatron, hohoho) Bad end</b>.
  622. </div>
  623. <a href="#C1L0"><div id="continueselect">x
  624. </div></a>
  625. </div>
  626.  
  627.  
  628. <a name="C2L20"></a>
  629. <div id="subrpgmaker">
  630. <div id="textbubble">You challenge Logan to a fight, claiming that he looked through your bag. You won't take an apology. Ontop of that, no one's seen his powers which typically means it's something really weak. You'll make a name for yourself as the person who beat the new exchange student. You'll become a bully -- no, the king of the bullies. For Logan, it will be the worst night of his life. But for you, it was a Tuesday!<br>
  631. (Logan) "<i>Well, that makes my decision a little easier...</i>"<br>
  632. Logan moves a hand towards the chain hanging near his left side as you go to attack.
  633. </div>
  634. <a href="#C2L21"><div id="continueselect">x
  635. </div></a>
  636. </div>
  637.  
  638.  
  639. <a name="C2L21"></a>
  640. <div id="subrpgmaker">
  641. <div id="textbubble">Your attack is just about to land, and you're surely going to make this guy regret that he'd been searching through your stuff. You've got important things in your bag - your phone, a PS Vita you haven't played since Gravity Rush, and of course your homework. Planning to make Logan into a bad memory, you use no restraint.<br><br>
  642. *<i>Flash</i>*
  643. </div>
  644. <a href="#C2Restart2"><div id="continueselect">x
  645. </div></a>
  646. </div>
  647.  
  648. <a name="C2Restart2"></a>
  649. <div id="subrpgmaker">
  650. <div id="textbubble">
  651. *<i>Riiiiing</i>*<br>
  652. You wake up in your bed, the alarm clock ringing. Feeling a bit disoriented, you look around. The time is 8:00am, and you're certainly going to be late. Worse, you remember vaguely that you never got your homework done the night before. The thought of your homework clicks something else in your head, and you remember not having your book bag when you returned home. Did you go back to school to get it? You can't quite remember, but you have to get to school.<br>
  653. <b>(No Homework + Late To School) End</b>.
  654. </div>
  655. <a href="#C1L0"><div id="continueselect">x
  656. </div></a>
  657. </div>
  658.  
  659.  
  660. <a name="C2L1"></a>
  661. <div id="subrpgmaker">
  662. <div id="textbubble">You ask him what he's doing here, mentioning that the school is closing for the night and that it's almost 10pm.<br><br>
  663. (Logan) "<i>Oh, just... looking around. Not in your bag, though! Nah, there's all sorts of things around to look through. You know, just kinda... Stuff</i>?"
  664. </div>
  665. <a href="#C2L2"><div id="continueselect">x
  666. </div></a>
  667. </div>
  668.  
  669. <a name="C2L2"></a>
  670. <div id="subrpgmaker">
  671. <div id="textbubble">You have a hard time believing it as you're certain that he kept glancing between you and your book bag. He seems cheered when you swing the bag over your arm and don't seem interested in pursuing that question further. With a shrug, you tell him that you'll see him in the morning and leave.<br><br>
  672. (Logan) "<i>Not if I see you first..! Wait, wait, let me try that again, I don't think that's the right --</i>"<br>
  673. He is cut off as you close the door and begin moving down the hall.
  674. </div>
  675. <a href="#C2L3"><div id="continueselect">x
  676. </div></a>
  677. </div>
  678.  
  679.  
  680.  
  681. <a name="C2L3"></a>
  682. <div id="subrpgmaker">
  683. <div id="textbubble">Your walk home is uneventful, and when you arrive home you realize how tired you feel. You wonder if you should have stayed and asked more questions, but then you remember that you need to at least start on your homework. Deciding that you can ask him about it tomorrow, you try to focus and fall asleep before finishing the first math equation. But at least you have your homework - certainly you can try to catch up on your work tomorrow morning before school.<br><br>
  684. <a href="#C3L1">Continue to the next day.</a>
  685. </div>
  686. <a href="#C1L0"><div id="continueselect">x
  687. </div></a>
  688. </div>
  689.  
  690.  
  691. <a name="C3L1"></a>
  692. <div id="subrpgmaker">
  693. <div id="textbubble">When you wake up the next morning, you immediately go to work on your homework from the night before. It doesn't take long for you to come to the conclusion that you really should have gotten this done earlier - but that doesn't bother you too much. There's still an opportunity to get this done on time, if you get to school early and ask one of your friends for the answers. The earlier you arrive, the better your chances of running into someone smart enough to feed you the best info. The smart ones arrive early, right?<br>With this decided, you head to school.
  694. </div>
  695. <a href="#C3L2"><div id="continueselect">x
  696. </div></a>
  697. </div>
  698.  
  699.  
  700. <a name="C3L2"></a>
  701. <div id="subrpgmaker">
  702. <div id="textbubble"><b>8 hours later</b>.
  703. <br>You regret not having gotten the work done the night before. When you arrived at school so early, you were snagged by a teacher into an effort to fix a part of the gym that had been destroyed by a conflict earlier the day before. Why it wasn't already fixed, you aren't sure - you're just certain you lucked out. You ended up arriving to class barely on time and covered in sweat. The rest of the day goes well enough, but you're unable to properly enjoy it because of the start. You forget about your homework, but find that it doesn't matter - apparently someone had turned in a copy for you. You don't take time to think about the stroke of luck and simply go home to rest.
  704. </div>
  705. <a href="#C1L0"><div id="continueselect">x
  706. </div></a>
  707. </div>
  708.  
  709.  
  710. </div>
  711.  
  712. <div id="shadow">
  713. </div>
  714.  
  715. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement