JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<<set $roomState = "messy">> //typing animation <<type 10ms>>\ Hello! I'm so happy that you are here! \<</type>> ------------------------------------ //playing with var //setting the variable value <<set $val = 0>> Val = $val <<link "inc val">> <<set $val = $val + 1>> <</link>> [[next page ->val_answer]]
$val //we are refreshing the page everytime the button is clicked <<link "inc val" "val_answer">> <<set $val = $val + 1>> <</link>> -------------- //Types of Link //Link append: the link button gets disabled but it can do some change to the passage without it being refreshed. <<linkappend "inc val" >> $val <<set $val = $val + 1>> <</linkappend>> --------------------------------- Navigate using links <<link "click here" "page_2">> <</link>>
This is page 2
Hi! Enter you name: <<set $playerName to "">> <<textbox "$playerName" "sam" "see name">> Press enter when done
Hi $playerName!
hi wait for 3 sec <<timed 3s>> <<goto "page_2">> <</timed>>
<<nobr>> <<set $roomState = "messy">> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> You look around. <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->messyRoom2]] </div> <!-----next button------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <div class="vn-textbox"> Much better now. </div> <</nobr>>
<div class="vn-textbox"> meh </div>
<<nobr>> <<set $roomState = "entry">> <!------------------------------------------------------------------------------------------> <!---choices section---> <<type 30ms>> <div class="vn-choices"> [[>>> ->transsion to right]] </div> <</type>> <!---choices section end---> <</nobr>>
<<nobr>> <<set $roomState = "entry">> <!------------------------------------------------------------------------------------------> <!---choices section---> <<type 30ms>> <div class="vn-choices"> [[<<< ->transsion to left]] </div> <</type>> <!---choices section end---> <</nobr>>
<<nobr>> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>\ The room is a mess. \<</type>> </div> <!---------del this and add at end for UI2-------> <!---msg section end---> <!------------------------------------------------------------------------------------------> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> [[Clean the room->CleanRoom][ $roomState = "clean"]] [[Ignore it->IgnoreRoom]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone desk" data-target="next temp passage"></div> <div class="click-zone window" data-target="next temp passage"></div> <div class="click-zone dishes" data-target="next temp passage"></div> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> You look around. <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork][$roomState = "clean"]] </div> <!-----next button end------> </div> <!---msg section end---> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Clean the room->underWork][ $roomState = "entry"]] [[Ignore it->underWork]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <<timed 1000s>> <<goto "Room Right">> <</timed>> <<run playVideo("clean")>> <</nobr>>
<<nobr>> <<run setTimeout(() => { const game = document.getElementById('game'); if (game) game.classList.add('no-bg'); }, 0)>> <video class="bg-video" autoplay muted> <source src="https://video.wixstatic.com/video/f06862_b5db0091be6c49bf87ae2fcb7f02313a/1080p/mp4/file.mp4" type="video/webm"> </video> <<timed 1s>> <<goto "Room left">> <</timed>> <</nobr>>
<<nobr>> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "right">> <div class="click-zone desk" data-target="DeskText"></div> <div class="click-zone window" data-target="WindowText"></div> <div class="click-zone dishes" data-target="DishesText"></div> <</nobr>>
<<nobr>> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> Work to do <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->6 mess click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> view <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->6 mess click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> dish <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->6 mess click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------ALL EXPRESSIONS GO HERE------------> <<set $samC2 = "a">> <<set $roomState = "entry">> <<set $roomInteraction = 0>> <<run console.log("roomInteraction: " + $roomInteraction)>> <!------------DAY 2 EXP----------> <<set $kitchenLv=1>> <<set $shelfLv=1>> <<set $bookLv=1>> <<set $S=1>> <!-------shelf variables, S-shelf, L-laundry, B-box--> <<set $L=1>> <<set $B=1>> <<set $clairTxt = "a">> <!------------DAY 3 EXP----------> <<set $clairCalled=1>> <<set $deskChecked=false>> <<set $timeOptionClick=false>> <<set $rotuineOptionClick=false>> <<set $selfOptionClick=false>> <<set $currentWritingLv=1>> <<set $end="">> <!---------AUDIO FILES----------> <<set $creatorVoice = "https://static.wixstatic.com/mp3/f06862_9e8b8e82b6d54612b35f20004f001ea5.mp3">> <<set $mcVoice = "https://static.wixstatic.com/mp3/f06862_f0568350ec464759ba7b12b14f24d0d0.mp3">> <<set $clairVoice="https://static.wixstatic.com/mp3/f06862_68e3df85de2a4693bbf4d2a4723771a0.mp3">> <<set $hungerNoise="https://static.wixstatic.com/mp3/f06862_6b80e5c330ed42daa9d1e827807da2e6.mp3">> <<set $hungerNoiseold="https://static.wixstatic.com/mp3/f06862_db31c7e57b494ac083b1f997e6bb1f3b.mp3">> <<set $phoneBzzz="https://static.wixstatic.com/mp3/f06862_9818ac076cca404b93b9fda49f3ba0c6.mp3">> <<set $dishes="https://static.wixstatic.com/mp3/f06862_fcf7147c935f4916afacd4a039e9cf6b.mp3">> <<set $cooking="https://static.wixstatic.com/mp3/f06862_8a7ef4772e3d4b81b4c37329676b6d54.mp3">> <<set $clothes="https://static.wixstatic.com/mp3/f06862_5232d778091e4c8ba4b4ded38fab1114.mp3">> <<set $unpacking="https://static.wixstatic.com/mp3/f06862_527cde0198fb4e6f9419bb97d9fa3685.mp3">> <<set $books="https://static.wixstatic.com/mp3/f06862_c107aeaefc614b8183dd5af1c8f4cc22.mp3">> <<set $water = "https://static.wixstatic.com/mp3/f06862_b4f616c398c441f785a9f62a1c5b481f.mp3">> <<set $laundry = "https://static.wixstatic.com/mp3/f06862_7d3f6208bd014382afd572d633e353b9.mp3">> <<set $introMusic = "https://static.wixstatic.com/mp3/f06862_16e566c798b542f7897f204fbe341e5f.mp3">> <<set $day1Music = "https://static.wixstatic.com/mp3/f06862_5daad7d593c7408b8ef3ed8f0a6f586b.mp3">> <<set $day2Music = "https://static.wixstatic.com/mp3/f06862_c398ed60a6b94cd2bcd973d9b54d9860.mp3">> <<set $day3Music = "https://static.wixstatic.com/mp3/f06862_f583ea325e854c2f8fa90cb0bb3252ee.mp3">> <<set $endingMusic = "https://static.wixstatic.com/mp3/f06862_681503b3bc694609b58610c39b490539.mp3">> <!--------VIDEO FILES-------> <!--------DAY 1-------> <<set $blackPhoneRoomLv1Drop = "https://video.wixstatic.com/video/f06862_570f266e4ec144728250fa1a11c78acf/1080p/mp4/file.mp4">> <<set $blackPhoneRoomLv1Up = "https://video.wixstatic.com/video/f06862_d7bc0592f2f94719b3311aae0ebfd44e/1080p/mp4/file.mp4">> <<set $mainReel="https://video.wixstatic.com/video/f06862_0fcc2263831d4473ad2d6b8cbadd3a7f/1080p/mp4/file.mp4">> <<set $mainReelold="https://video.wixstatic.com/video/f06862_235d0c9bbf884f15ae65c481cb318aaf/1080p/mp4/file.mp4">> <!--------FIRST CHOICE-------> <!--------A-------> <<set $continueReel="https://video.wixstatic.com/video/f06862_79de6ea381ed42b3a0d789402dc18cb8/1080p/mp4/file.mp4">> <<set $continueReelExit="https://video.wixstatic.com/video/f06862_562771de5e7144308a2cf54390570862/1080p/mp4/file.mp4">> <!--------B-------> <<set $notificationFromSamInHome="https://video.wixstatic.com/video/f06862_989b1a94f8024b6f9a4b8dec527fa937/1080p/mp4/file.mp4">> <<set $notificationFromSamInHomeExit="https://video.wixstatic.com/video/f06862_7d54a69e0966406497124fde3a2f184e/1080p/mp4/file.mp4">> <!---------DAY 2-------> <<set $blackPhoneRoomLv2Drop = "https://video.wixstatic.com/video/f06862_00af44a532c646a58da631bc99a2c6e8/1080p/mp4/file.mp4">> <<set $blackPhoneRoomLv2Up = "https://video.wixstatic.com/video/f06862_b54fc99ea7f84f0b9b1257f92b2411c9/1080p/mp4/file.mp4">> <<set $homeScreenDay2PoetryNotificationEntry="https://video.wixstatic.com/video/f06862_616421d76a8d446ba979436218b58be3/1080p/mp4/file.mp4">> <<set $homeScreenDay2PoetryPosterEntry="https://video.wixstatic.com/video/f06862_d854018073a84c46afd2609f3d5e153b/1080p/mp4/file.mp4">> <!----STUDY TABLE----------> <!-------LVL1-------> <<set $bookHandLv1Entry="https://video.wixstatic.com/video/f06862_a958776b6f4d4bc18289fa27074724f1/1080p/mp4/file.mp4">> <<set $bookHandLv1Exit="https://video.wixstatic.com/video/f06862_5c2f2869958e4fa78672e3ee586f4430/1080p/mp4/file.mp4">> <<set $bookHandLv1Thinking="https://video.wixstatic.com/video/f06862_ce4aa321115248e9a1a81ae65d735493/1080p/mp4/file.mp4">> <<set $bookHandLv1Writing="https://video.wixstatic.com/video/f06862_fd3b8fc703344c89a672c6fab8180438/1080p/mp4/file.mp4">> <!-------LVL2-------> <<set $bookHandLv2Exit="https://video.wixstatic.com/video/f06862_b47b3514f53a4259afff1c02c1004508/1080p/mp4/file.mp4">> <<set $bookHandLv2Entry="https://video.wixstatic.com/video/f06862_ea1a2b0e1c7c4ef8bed2c54816f15f41/1080p/mp4/file.mp4">> <<set $bookHandLv2Thinking="https://video.wixstatic.com/video/f06862_cca7ed086b09463c96b8e414063fbdf4/1080p/mp4/file.mp4">> <<set $bookHandLv2Strike = "https://video.wixstatic.com/video/f06862_c04768f2c4eb434cb329c918b18e5922/1080p/mp4/file.mp4">> <!-------LV3------------> <<set $bookHandLv3Writing = "https://video.wixstatic.com/video/f06862_f2f1da6a73dc46b490f999c3a5608661/1080p/mp4/file.mp4">> <<set $bookHandLv3Thinking = "https://video.wixstatic.com/video/f06862_3dbbc2efb7c34c2e81d2bf5a2f0972f5/1080p/mp4/file.mp4">> <<set $bookHandLv4Thinking = "https://video.wixstatic.com/video/f06862_80f85acb228a423d8d39964d1e229720/1080p/mp4/file.mp4">> <<set $bookHandLv4Wiping = "https://video.wixstatic.com/video/f06862_e21500ff24af4b9985427ee1ab70c894/1080p/mp4/file.mp4">> <<set $bookHandMessFreeThinking = "https://video.wixstatic.com/video/f06862_f1ede8c7c74f46b9a4f6c667946b98de/1080p/mp4/file.mp4">> <<set $bookHanLv5Writing = "https://video.wixstatic.com/video/f06862_d08f217d18c74b4b96d5f09de354e812/1080p/mp4/file.mp4">> <<set $bookHandLv5Thinking = "https://video.wixstatic.com/video/f06862_d4c35ad4a80b4a228b8f4dc738edc929/1080p/mp4/file.mp4">> <<set $bookHandLv6Wipe = "https://video.wixstatic.com/video/f06862_759fe1ead5ec4c5ba0eed1ba842b2b92/1080p/mp4/file.mp4">> <<set $bookHandLv6Writing = "https://video.wixstatic.com/video/f06862_811b012e31e54573809f4beeb1f722a7/1080p/mp4/file.mp4">> <!----------KITCHEN-------> <<set $kitchenCooking="https://video.wixstatic.com/video/f06862_517a5e76e43d45dbb5aa8e5ac2da7c68/1080p/mp4/file.mp4">> <<set $kitchendishesLv1="https://video.wixstatic.com/video/f06862_97a0ec7408a9443594e89a5ac8b64546/1080p/mp4/file.mp4">> <!----------Shelf Box-------> <<set $lavaEntrySLB="https://video.wixstatic.com/video/f06862_13af7551249d4028ab675ee5671cc250/1080p/mp4/file.mp4">> <<set $lavaEntryLB="https://video.wixstatic.com/video/f06862_83b1fa47521047c68e5f7afecbafd148/1080p/mp4/file.mp4">> <<set $lavaStaySLB="https://video.wixstatic.com/video/f06862_ef92d6df29c649ed8c4777440f1640c1/1080p/mp4/file.mp4">> <<set $lavaStayLB="https://video.wixstatic.com/video/f06862_38747289344047cf97e90a84293daf29/1080p/mp4/file.mp4">> <<set $lavaExitSLB="https://video.wixstatic.com/video/f06862_df3c4122e234465cb95f1bed6c614561/1080p/mp4/file.mp4">> <<set $lavaExitLB="https://video.wixstatic.com/video/f06862_a1ec8d21bc084682b959596700335e55/1080p/mp4/file.mp4">> <<set $picEntrySLB="https://video.wixstatic.com/video/f06862_14b012b9902f44e9a89a7ae3b9bbcc2e/1080p/mp4/file.mp4">> <<set $picEntryLB="https://video.wixstatic.com/video/f06862_14ab33bea2054d928268b8d742dc1b58/1080p/mp4/file.mp4">> <<set $picExitSLB="https://video.wixstatic.com/video/f06862_3b6b0079437748a395b10cc86107188a/1080p/mp4/file.mp4">> <<set $picExitLB="https://video.wixstatic.com/video/f06862_2cb4158ed2cb478b95bf87c3fdba3ba3/1080p/mp4/file.mp4">> <!---------DAY 3-------> <<set $cCall1="https://video.wixstatic.com/video/f06862_1eaa94bfdc184d2fadf8b3c2a6a6fee4/1080p/mp4/file.mp4">> <<set $cAnswer="https://video.wixstatic.com/video/f06862_fc3791d32bce46ee81cc1ccb8065e7c1/1080p/mp4/file.mp4">> <<set $cDecline="https://video.wixstatic.com/video/f06862_2b581d893af4483faef4741102ebc55c/1080p/mp4/file.mp4">> <<set $cDeclineNoti="https://video.wixstatic.com/video/f06862_923d3faee5234ef3b02bec96623e6a76/1080p/mp4/file.mp4">> <<set $cCallAgain="https://video.wixstatic.com/video/f06862_7075be8397984812aa392b6711e8797c/1080p/mp4/file.mp4">> <!------KITCHEN-------> <<set $kitchendishesLv2="https://video.wixstatic.com/video/f06862_7f15ed5de3ef4855bed8220535c4af39/1080p/mp4/file.mp4">> <!-------DESK---------> <<audio "endingMusic" stop>> <!--------SET IT TO FALSE LATER--------> <<set $test = false>> <!---choices section---> <div class="vn-choices entry"> <!--------ENTER CHOICE HERE----------> [[Play->start1]] [[Credits->credits]] </div> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: plays video of the reel u created ----------> <video class="bg-video" autoplay> <source @src=$mainReel type="video/mp4"> </video> <<audio "introMusic" stop>> <!-----skip button end------> <div class="vn-choices skip"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [["skip>>>"->reel1End]] </div> <!-----next button end------> <<timed 41s>> <<goto "reel1End">> <</timed>> <</nobr>>
<<nobr>> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---choices section---> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Go Back to Start->temp start file]] </div> <!---choices section end---> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> Page under work <</type>> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Video ends and stays at a static img of the prev vido ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "reel1end">> <!------<<audio "ambience" loop play>>--------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <<audio "day1Music" volume 0.5 loop play>> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>> Wow...<</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->reel1End2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: user chooses: continue watching reel or check time ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "reel1end">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What time is it? <</type>> <!---choices section---> <<timed 2s>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Keep watching->continuereel]] [[Check time->checkTime]] </div> <</timed>> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: user picked continue watching reel show 3 more reels nd show notificication msg from sam ----------> <<audio "day1Music" stop>> <video class="bg-video" autoplay> <source @src=$continueReel type="video/mp4"> </video> <div class="vn-choices skip"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [["skip"->continuereel2]] </div> <!-----next button end------> <<timed 31s>> <<goto "continuereel2">> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: user picked check time open homescreen ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreen9">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>Ah...it's gonna be 10pm... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->checkTimeNoti]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: prev video done playing, now user can click on the notification from sam ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "continuereel">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone notification" data-target="continuereel2exit"></div> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->continuereel2exit]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: video plays notification from sam dissapears ----------> <<audio "day1Music" volume 0.5 loop play>> <video class="bg-video" autoplay> <source @src=$continueReelExit type="video/mp4"> </video> <<timed 2s>> <<goto "samC1">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1]] </div> <!-----visual button end------> <</if>> <</nobr>>
<<nobr>> <!----------- Action: show chat with same asking: did u finish ur poem? user can choose two chat option ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1">> <!---choices section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Got busy->samC1a]] [[Not into it->samC1b]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>You look around. <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Clean the room->underWork]] [[Ignore it->underWork]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone desk" data-target="underWork"></div> <div class="click-zone window" data-target="underWork"></div> <div class="click-zone dishes" data-target="underWork"></div> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <<timed 2s>> <<goto "underWork">> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <video class="bg-video" autoplay> <source @src=$mainReel type="video/mp4"> </video> <!-----optional skip button------> <div class="vn-choices skip"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [["skip"->underWork]] </div> <!-----skip button end------> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 41s>> <<goto "underWork">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: show notification video from sam in homescreen ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$notificationFromSamInHome type="audio/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "notiFromSamInHome">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->notiFromSamInHome]] </div> <!-----visual button end------> <</if>> <</nobr>>
<<nobr>> <!----------- Action: prev video done playing, now user can click on the notification from sam ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "notiFromSamInHome">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone notification" data-target="notiFromSamInHomeExit"></div> <!-----visual button arrow for me------> <<run console.log("test: " + $test)>> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->notiFromSamInHomeExit]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: video plays notification from sam dissapears ----------> <video class="bg-video" autoplay> <source @src=$notificationFromSamInHomeExit type="video/mp4"> </video> <<timed 1s>> <<goto "samC1">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: User clicked "got busy option" ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a">> <!---choices section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->samC1aNotificationentry]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: User clicked "not into it" ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b">> <!---choices section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->samC1bNotificationentry]] </div> <</timed>> <!---choices section end---> <</nobr>>
<!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork]] </div> <</if>> <!-----visual button end------>
<<nobr>> <!----------- Action: a notification enters saying weekly screen time is 18hrs ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source src="https://video.wixstatic.com/video/f06862_8917cfeeed9349b581914516b2de9b60/1080p/mp4/file.mp4" type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 1s>> <<goto "samC1aNotificationStay">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1aNotificationStay]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: MC sees the notification nd sighs ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1anotification">> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>(sigh) <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1aNotificationExit]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: the notification goes away ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source src="https://video.wixstatic.com/video/f06862_946c0e6ec5b243519e931fd943ffb323/1080p/mp4/file.mp4" type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 1s>> <<goto "samC1a2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1a2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: sam replies with ??? ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a2">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1a3]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a3">> <!---skip section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Yea...Haha->sc1a4]] </div> <</timed>> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1a4]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a4">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1a5]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a5">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1a6]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a6">> <!---skip section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Yesterday?->sc1a7]] </div> <</timed>> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1a7]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a7">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1a8]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: sam asks abt clair graduation user have two options forgot lost the invite ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1a8">> <!---choices section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[That was yesterday?->samC2a1]] [[I lost the invite->samC2b1]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: a notification enters saying weekly screen time is 18hrs ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source src="https://video.wixstatic.com/video/f06862_a6d304c384694248a8e6b9acd90022a8/1080p/mp4/file.mp4" type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 1s>> <<goto "samC1bNotificationStay">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1bNotificationStay]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: MC sees the notification nd sighs ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1bnotification">> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>(sigh) <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1bNotificationExit]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: the notification goes away ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source src="https://video.wixstatic.com/video/f06862_1b2169afd857451eb309f97dc82493b3/1080p/mp4/file.mp4" type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 1s>> <<goto "samC1b2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->samC1b2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: sam replies with ??? ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b2">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1b3]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b3">> <!---skip section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Yea...Haha->sc1b4]] </div> <</timed>> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1b4]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: sam is asking abt clairs graduation party ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b4">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1b5]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b5">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1b6]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b6">> <!---skip section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Yesterday?->sc1b7]] </div> <</timed>> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1b7]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b7">> <!---skip section---> <<timed 30ms>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc1b8]] </div> <</timed>> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: sam asks abt clair graduation user have two options forgot lost the invite ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc1b8">> <!---choices section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[That was yesterday?->samC2a1]] [[I lost the invite->samC2b1]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a1">> <<set $samC2 = "a">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a2]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b1">> <<set $samC2 = "b">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b2]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a2">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a3]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a3">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a4]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: sam asks "u ok?" ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a4">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->phoneGoesDown]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a5">> <!---skip section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Yeah dude->sc2a6]] </div> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a6]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a6">> <!---skip section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Just....->sc2a7]] </div> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a7]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a7">> <!---skip section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Busy...->sc2a8]] </div> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a8]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a8">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2a9]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2a9">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->phoneGoesDown2]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b2">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b3]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b3">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b4]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: sam asks "u ok?" ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b4">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->phoneGoesDown]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b5">> <!---skip section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Yeah dude->sc2b6]] </div> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b6]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b6">> <!---skip section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Just....->sc2b7]] </div> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b7]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b7">> <!---skip section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Busy...->sc2b8]] </div> <!---skip section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b8]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b8">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->sc2b9]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "sc2b9">> <!---skip section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->phoneGoesDown2]] </div> <!---skip section end---> <</nobr>>
<<nobr>> <!----------- Action: show the room show the text right ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>right... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: show the room show the text right ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1">> <<set $roomInteraction = 0>> <<run console.log("roomInteraction: " + $roomInteraction)>> <audio autoplay onplay="setTimeout(() => this.pause(), 600)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>Am I okay? <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: show the room where they can click Order the div in certain way so when the user clicks overlapping regieon box, u redirect them to what passage u want for example: plant nd desk are over lapping, when user clicks on the over lapping region, theres a chance that they clicked the plant, since it has a small hitbox, nd for desk theres a large hit box. So the order that works is, put the large hitbox first nd then the smaller one eg: first put desk div, then put plant div. you can also use css with z-index as 20 nd higher. ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1OutlinewihtoutPhone">> <!---------ALL CLICK ZONE GOES HERE------------> <!---------mess divs------------> <div class="click-zone mess1" data-target="roomBaseComplain1"></div> <div class="click-zone shelf" data-target="sh1"></div> <div class="click-zone boxes" data-target="roomShotBox"></div> <div class="click-zone boxes2" data-target="roomShotBox"></div> <div class="click-zone laundry" data-target="laundry1"></div> <div class="click-zone dishes" data-target="kLv1"></div> <div class="click-zone desk" data-target="deskd1"></div> <div class="click-zone plant" data-target="plantd1"></div> <<run console.log("roomInteraction: " + $roomInteraction)>> <<if $roomInteraction==3>> <<goto "phoneBzzz1">> <</if>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->phoneBzzz1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: Phone drops down ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$blackPhoneRoomLv1Drop type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "roomBase">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "plant1">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I'm glad you are still alive... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv0">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I used to write a lot.... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->complain2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing about the mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I should clean this up... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->complain3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing about the mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I'll do it tomorrow. <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing shelf mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>The shelf is a mess... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->complain1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing shelf mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomShotBox">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I need to unpack these... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->complain2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing laundry ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I'm running out of clean clothes.... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->complain4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing shelf mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <<set $roomInteraction = $roomInteraction+1>> <audio autoplay onplay="setTimeout(() => this.pause(), 1100)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>Dishes are piling up.... <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->complain1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing about the mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>Later. <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Complaing about the mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I should clean this up later. <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Phone bzzz highlight the phone ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1PhoneOutline">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone phone" data-target="phoneBzzzEnter"></div> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->phoneBzzzEnter]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<run console.log("roomInteraction: " + $roomInteraction)>>
<<nobr>> <!----------ALL EXPRESSIONS GO HERE------------> <<set $samC2 = "a">> <<set $roomState = "entry">> <<set $roomInteraction = 0>> <<run console.log("roomInteraction: " + $roomInteraction)>> <!------------DAY 2 EXP----------> <<set $kitchenLv=1>> <<set $shelfLv=1>> <<set $bookLv=1>> <<set $S=1>> <!-------shelf variables, S-shelf, L-laundry, B-box--> <<set $L=1>> <<set $B=1>> <<set $clairTxt = "a">> <!------------DAY 3 EXP----------> <<set $clairCalled=1>> <<set $deskChecked=false>> <<set $timeOptionClick=false>> <<set $rotuineOptionClick=false>> <<set $selfOptionClick=false>> <<set $currentWritingLv=1>> <<set $end="">> <!---------AUDIO FILES----------> <<set $creatorVoice = "https://static.wixstatic.com/mp3/f06862_9e8b8e82b6d54612b35f20004f001ea5.mp3">> <<set $mcVoice = "https://static.wixstatic.com/mp3/f06862_f0568350ec464759ba7b12b14f24d0d0.mp3">> <<set $clairVoice="https://static.wixstatic.com/mp3/f06862_68e3df85de2a4693bbf4d2a4723771a0.mp3">> <<set $hungerNoise="https://static.wixstatic.com/mp3/f06862_6b80e5c330ed42daa9d1e827807da2e6.mp3">> <<set $hungerNoiseold="https://static.wixstatic.com/mp3/f06862_db31c7e57b494ac083b1f997e6bb1f3b.mp3">> <<set $phoneBzzz="https://static.wixstatic.com/mp3/f06862_9818ac076cca404b93b9fda49f3ba0c6.mp3">> <<set $dishes="https://static.wixstatic.com/mp3/f06862_fcf7147c935f4916afacd4a039e9cf6b.mp3">> <<set $cooking="https://static.wixstatic.com/mp3/f06862_8a7ef4772e3d4b81b4c37329676b6d54.mp3">> <<set $clothes="https://static.wixstatic.com/mp3/f06862_5232d778091e4c8ba4b4ded38fab1114.mp3">> <<set $unpacking="https://static.wixstatic.com/mp3/f06862_527cde0198fb4e6f9419bb97d9fa3685.mp3">> <<set $books="https://static.wixstatic.com/mp3/f06862_c107aeaefc614b8183dd5af1c8f4cc22.mp3">> <<set $water = "https://static.wixstatic.com/mp3/f06862_b4f616c398c441f785a9f62a1c5b481f.mp3">> <<set $laundry = "https://static.wixstatic.com/mp3/f06862_7d3f6208bd014382afd572d633e353b9.mp3">> <<set $introMusic = "https://static.wixstatic.com/mp3/f06862_16e566c798b542f7897f204fbe341e5f.mp3">> <<set $day1Music = "https://static.wixstatic.com/mp3/f06862_5daad7d593c7408b8ef3ed8f0a6f586b.mp3">> <<set $day2Music = "https://static.wixstatic.com/mp3/f06862_c398ed60a6b94cd2bcd973d9b54d9860.mp3">> <<set $day3Music = "https://static.wixstatic.com/mp3/f06862_f583ea325e854c2f8fa90cb0bb3252ee.mp3">> <<set $endingMusic = "https://static.wixstatic.com/mp3/f06862_681503b3bc694609b58610c39b490539.mp3">> <!--------VIDEO FILES-------> <!--------DAY 1-------> <<set $blackPhoneRoomLv1Drop = "https://video.wixstatic.com/video/f06862_570f266e4ec144728250fa1a11c78acf/1080p/mp4/file.mp4">> <<set $blackPhoneRoomLv1Up = "https://video.wixstatic.com/video/f06862_d7bc0592f2f94719b3311aae0ebfd44e/1080p/mp4/file.mp4">> <<set $mainReel="https://video.wixstatic.com/video/f06862_0fcc2263831d4473ad2d6b8cbadd3a7f/1080p/mp4/file.mp4">> <<set $mainReelold="https://video.wixstatic.com/video/f06862_235d0c9bbf884f15ae65c481cb318aaf/1080p/mp4/file.mp4">> <!--------FIRST CHOICE-------> <!--------A-------> <<set $continueReel="https://video.wixstatic.com/video/f06862_79de6ea381ed42b3a0d789402dc18cb8/1080p/mp4/file.mp4">> <<set $continueReelExit="https://video.wixstatic.com/video/f06862_562771de5e7144308a2cf54390570862/1080p/mp4/file.mp4">> <!--------B-------> <<set $notificationFromSamInHome="https://video.wixstatic.com/video/f06862_989b1a94f8024b6f9a4b8dec527fa937/1080p/mp4/file.mp4">> <<set $notificationFromSamInHomeExit="https://video.wixstatic.com/video/f06862_7d54a69e0966406497124fde3a2f184e/1080p/mp4/file.mp4">> <!---------DAY 2-------> <<set $blackPhoneRoomLv2Drop = "https://video.wixstatic.com/video/f06862_00af44a532c646a58da631bc99a2c6e8/1080p/mp4/file.mp4">> <<set $blackPhoneRoomLv2Up = "https://video.wixstatic.com/video/f06862_b54fc99ea7f84f0b9b1257f92b2411c9/1080p/mp4/file.mp4">> <<set $homeScreenDay2PoetryNotificationEntry="https://video.wixstatic.com/video/f06862_616421d76a8d446ba979436218b58be3/1080p/mp4/file.mp4">> <<set $homeScreenDay2PoetryPosterEntry="https://video.wixstatic.com/video/f06862_d854018073a84c46afd2609f3d5e153b/1080p/mp4/file.mp4">> <!----STUDY TABLE----------> <!-------LVL1-------> <<set $bookHandLv1Entry="https://video.wixstatic.com/video/f06862_a958776b6f4d4bc18289fa27074724f1/1080p/mp4/file.mp4">> <<set $bookHandLv1Exit="https://video.wixstatic.com/video/f06862_5c2f2869958e4fa78672e3ee586f4430/1080p/mp4/file.mp4">> <<set $bookHandLv1Thinking="https://video.wixstatic.com/video/f06862_ce4aa321115248e9a1a81ae65d735493/1080p/mp4/file.mp4">> <<set $bookHandLv1Writing="https://video.wixstatic.com/video/f06862_fd3b8fc703344c89a672c6fab8180438/1080p/mp4/file.mp4">> <!-------LVL2-------> <<set $bookHandLv2Exit="https://video.wixstatic.com/video/f06862_b47b3514f53a4259afff1c02c1004508/1080p/mp4/file.mp4">> <<set $bookHandLv2Entry="https://video.wixstatic.com/video/f06862_ea1a2b0e1c7c4ef8bed2c54816f15f41/1080p/mp4/file.mp4">> <<set $bookHandLv2Thinking="https://video.wixstatic.com/video/f06862_cca7ed086b09463c96b8e414063fbdf4/1080p/mp4/file.mp4">> <<set $bookHandLv2Strike = "https://video.wixstatic.com/video/f06862_c04768f2c4eb434cb329c918b18e5922/1080p/mp4/file.mp4">> <!-------LV3------------> <<set $bookHandLv3Writing = "https://video.wixstatic.com/video/f06862_f2f1da6a73dc46b490f999c3a5608661/1080p/mp4/file.mp4">> <<set $bookHandLv3Thinking = "https://video.wixstatic.com/video/f06862_3dbbc2efb7c34c2e81d2bf5a2f0972f5/1080p/mp4/file.mp4">> <<set $bookHandLv4Thinking = "https://video.wixstatic.com/video/f06862_80f85acb228a423d8d39964d1e229720/1080p/mp4/file.mp4">> <<set $bookHandLv4Wiping = "https://video.wixstatic.com/video/f06862_e21500ff24af4b9985427ee1ab70c894/1080p/mp4/file.mp4">> <<set $bookHandMessFreeThinking = "https://video.wixstatic.com/video/f06862_f1ede8c7c74f46b9a4f6c667946b98de/1080p/mp4/file.mp4">> <<set $bookHanLv5Writing = "https://video.wixstatic.com/video/f06862_d08f217d18c74b4b96d5f09de354e812/1080p/mp4/file.mp4">> <<set $bookHandLv5Thinking = "https://video.wixstatic.com/video/f06862_d4c35ad4a80b4a228b8f4dc738edc929/1080p/mp4/file.mp4">> <<set $bookHandLv6Wipe = "https://video.wixstatic.com/video/f06862_759fe1ead5ec4c5ba0eed1ba842b2b92/1080p/mp4/file.mp4">> <<set $bookHandLv6Writing = "https://video.wixstatic.com/video/f06862_811b012e31e54573809f4beeb1f722a7/1080p/mp4/file.mp4">> <!----------KITCHEN-------> <<set $kitchenCooking="https://video.wixstatic.com/video/f06862_517a5e76e43d45dbb5aa8e5ac2da7c68/1080p/mp4/file.mp4">> <<set $kitchendishesLv1="https://video.wixstatic.com/video/f06862_97a0ec7408a9443594e89a5ac8b64546/1080p/mp4/file.mp4">> <!----------Shelf Box-------> <<set $lavaEntrySLB="https://video.wixstatic.com/video/f06862_13af7551249d4028ab675ee5671cc250/1080p/mp4/file.mp4">> <<set $lavaEntryLB="https://video.wixstatic.com/video/f06862_83b1fa47521047c68e5f7afecbafd148/1080p/mp4/file.mp4">> <<set $lavaStaySLB="https://video.wixstatic.com/video/f06862_ef92d6df29c649ed8c4777440f1640c1/1080p/mp4/file.mp4">> <<set $lavaStayLB="https://video.wixstatic.com/video/f06862_38747289344047cf97e90a84293daf29/1080p/mp4/file.mp4">> <<set $lavaExitSLB="https://video.wixstatic.com/video/f06862_df3c4122e234465cb95f1bed6c614561/1080p/mp4/file.mp4">> <<set $lavaExitLB="https://video.wixstatic.com/video/f06862_a1ec8d21bc084682b959596700335e55/1080p/mp4/file.mp4">> <<set $picEntrySLB="https://video.wixstatic.com/video/f06862_14b012b9902f44e9a89a7ae3b9bbcc2e/1080p/mp4/file.mp4">> <<set $picEntryLB="https://video.wixstatic.com/video/f06862_14ab33bea2054d928268b8d742dc1b58/1080p/mp4/file.mp4">> <<set $picExitSLB="https://video.wixstatic.com/video/f06862_3b6b0079437748a395b10cc86107188a/1080p/mp4/file.mp4">> <<set $picExitLB="https://video.wixstatic.com/video/f06862_2cb4158ed2cb478b95bf87c3fdba3ba3/1080p/mp4/file.mp4">> <!---------DAY 3-------> <<set $cCall1="https://video.wixstatic.com/video/f06862_1eaa94bfdc184d2fadf8b3c2a6a6fee4/1080p/mp4/file.mp4">> <<set $cAnswer="https://video.wixstatic.com/video/f06862_fc3791d32bce46ee81cc1ccb8065e7c1/1080p/mp4/file.mp4">> <<set $cDecline="https://video.wixstatic.com/video/f06862_2b581d893af4483faef4741102ebc55c/1080p/mp4/file.mp4">> <<set $cDeclineNoti="https://video.wixstatic.com/video/f06862_923d3faee5234ef3b02bec96623e6a76/1080p/mp4/file.mp4">> <<set $cCallAgain="https://video.wixstatic.com/video/f06862_7075be8397984812aa392b6711e8797c/1080p/mp4/file.mp4">> <!------KITCHEN-------> <<set $kitchendishesLv2="https://video.wixstatic.com/video/f06862_7f15ed5de3ef4855bed8220535c4af39/1080p/mp4/file.mp4">> <!-------DESK---------> <<audio "endingMusic" stop>> <!--------SET IT TO FALSE LATER--------> <<set $test = false>> <!---choices section---> <div class="vn-choices entry"> <!--------ENTER CHOICE HERE----------> [[Play->start1]] [[Credits->credits]] </div> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: user chooses: continue watching reel or check time ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <!---msg section---> <div class="vn-textbox"> <<type 30ms>> <!---------ENTER DESIRED MSG HERE-----------> ... <</type>> <!---choices section---> <<timed 2s>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[choice1->underWork]] [[choice2->underWork]] </div> <</timed>> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------AUDIO FILE URL-----------> <audio autoplay> <source src="https://static.wixstatic.com/mp3/f06862_9818ac076cca404b93b9fda49f3ba0c6.mp3" type="audio/mp3"> </audio> <!-----------ENTER THE TIME OF THE AUDIO----------> <<timed 2s>> <<goto "underWork">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <!---text choice section---> <<timed 30ms>> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[textMsg->underWork]] </div> <</timed>> <!---text choice section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->underWork]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <!---next section---> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->underWork]] </div> <!---next section end---> <</nobr>>
<<nobr>> <!----------- Action: Phone drops down ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$blackPhoneRoomLv1Drop type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "checkTimeClock">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->checkTimeClock]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[When an object is outlined in white...] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[The object is clickable] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[For example] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->checkTimeClockTutorial]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: CHECK TIME in clock ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1ClockOutline">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1200)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[This clock is cliable...try it] <!---------ENTER DESIRED MSG HERE-----------> <</type>> </div> <!---msg section end---> <div class="click-zone clock" data-target="clickedClockTutorial"></div> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->clickedClockTutorial]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "clock10pm">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Yay. You did it!] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "clock10pm">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Without further ado, I will leave you for now] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "clock10pm">> <<audio "introMusic" fadeoverto 3 0>> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1200)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Thank you for playing!] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Quick tip before you begin] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial1]] </div> <!-----next button end------> </div> <!---msg section end---> <!-----skip button end------> <div class="vn-choices skip"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [["skip>>>"->play]] </div> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>[Hi] <</type>> <<audio "introMusic" volume 0.5 loop play>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorialintro2]] </div> <!-----next button end------> </div> <!---msg section end---> <!-----skip button end------> <div class="vn-choices skip"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [["skip>>>"->play]] </div> <!-----next button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src="$creatorVoice" type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[I'm the creator of this game] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->tutorial0]] </div> <!-----next button end------> </div> <!---msg section end---> <!-----skip button end------> <div class="vn-choices skip"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [["skip>>>"->play]] </div> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "clock10pm">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 300)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Enjoy!] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->play]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<cacheaudio "dishesStoryInit" "https://static.wixstatic.com/mp3/f06862_fcf7147c935f4916afacd4a039e9cf6b.mp3">> <<cacheaudio "cooking" "https://static.wixstatic.com/mp3/f06862_8a7ef4772e3d4b81b4c37329676b6d54.mp3">> <<cacheaudio "phoneVibration" "https://static.wixstatic.com/mp3/f06862_8d71f52ee1a14cf7a454efe23faa00cd.mp3">> <<cacheaudio "ambience" "https://static.wixstatic.com/mp3/f06862_8c98e6ef444544da88b313a43fb569d4.mp3">> <<cacheaudio "intro" "https://static.wixstatic.com/mp3/f06862_bf996ea35cd74254af252590edbf85d9.mp3">> <<cacheaudio "introMusic" "https://static.wixstatic.com/mp3/f06862_16e566c798b542f7897f204fbe341e5f.mp3">> <<cacheaudio "day1Music" "https://static.wixstatic.com/mp3/f06862_5daad7d593c7408b8ef3ed8f0a6f586b.mp3">> <<cacheaudio "day2Music" "https://static.wixstatic.com/mp3/f06862_c398ed60a6b94cd2bcd973d9b54d9860.mp3">> <<cacheaudio "day3Music" "https://static.wixstatic.com/mp3/f06862_f583ea325e854c2f8fa90cb0bb3252ee.mp3">> <<cacheaudio "endingMusic" "https://static.wixstatic.com/mp3/f06862_681503b3bc694609b58610c39b490539.mp3">>
<<nobr>> <!----------- Action: ----------> <!----------AUDIO FILE URL-----------> <audio autoplay> <source @src=$phoneBzzz type="audio/mpeg"> </audio> <!-----------ENTER THE TIME OF THE AUDIO----------> <<timed 2s>> <<goto "phoneBzzz2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->phoneBzzz2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: Complaing about the mess ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>Maybe I'll do this later. <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBase3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: CHECK TIME in clock user can click on clock ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1ClockOutline">> <div class="click-zone clock" data-target="clickedClock"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 700)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>what time is it? <!---------ENTER DESIRED MSG HERE-----------> <</type>> </div> <!---msg section end---> <<run console.log("test: " + $test)>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->clickedClock]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: its 10pm ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "clock10pm">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>10?...already? <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->hungerDay1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: should eat something user can click on kitchen ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1KitchenOutline">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <audio autoplay> <source @src=$hungerNoise type="audio/mp3"> </audio> <div class="click-zone dishes" data-target="k1Day1"></div> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I shoud eat something <!---------ENTER DESIRED MSG HERE-----------> <</type>> </div> <!---msg section end---> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->k1Day1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: kitchen close up ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I have to clean this first... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->k1Day1_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: kitchen close up ill clean up tomo ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'll do it tomorrow... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->k1Day1Cubby]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: open cubby ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1Cubby">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone cereal" data-target="k1Day1Cubby2"></div> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>For now... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->k1Day1Cubby3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: cearl is fine ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1Cubby">> <audio autoplay onplay="setTimeout(() => this.pause(), 700)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Cereals fine. <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->studyTableDay1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: cereal at table ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv1">> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->studyTableDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: whine ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I didn't do anything today <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->studyTableDay3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: cereal at table ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->studyTableDay4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: whine ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv1">> <<audio "day1Music" fadeoverto 4 0>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Maybe I'll start tomorrow... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day1End]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: cereal clicable ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1CubbyOutline">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone cereal" data-target="k1Day1Cubby2"></div> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'll just have something quick <</type>> </div> <!---msg section end---> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->k1Day1Cubby2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: day 2 end ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "">> <<audio "day1Music" stop>> <!---choices section---> <div class="vn-choices dark"> <!--------ENTER CHOICE HERE----------> [[Day 2->day2]] </div> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: day 2 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1">> <<audio "day2Music" volume 0.5 loop play>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>(Yawn) <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day2_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: wants to check time, phone animation comes in ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv1">> <video class="bg-video" autoplay muted> <source @src=$blackPhoneRoomLv1Up type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What time is it? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day2_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: checks time ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>10am? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day2_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: talks ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Not bad <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryNotiEntry]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: poetry ntoification enters ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$homeScreenDay2PoetryNotificationEntry type="audio/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "poetryNotiStay">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryNotiStay]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: entry animation done playing now stay at noti for user to click ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2PoetryNotification">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone notification" data-target="poetryPosterEntry"></div> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryPosterEntry]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: poetry poster enters ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$homeScreenDay2PoetryPosterEntry type="audio/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 5s>> <<goto "poetryPosterStay">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryPosterStay]] </div> <!-----visual button end------> <</if>> <</nobr>>
<<nobr>> <!----------- Action: poetry poster stay ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2PoetryPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryPosterEntry1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: talk ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2PoetryPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Right <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryPosterEntry2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: talk ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2PoetryPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I signed up for this <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->poetryPosterEntry3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: talk ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "homeScreenDay2PoetryPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 1100)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>When did I last write anything? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day2PhoneDrop1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Phone drops down to reveal the roomLv1Outlines ----------> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$blackPhoneRoomLv1Drop type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "roomBaseDay2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> /* 1. The Win Condition */ <<if $kitchenLv == 2 and $shelfLv == 2 and $bookLv == 2>> <<goto "textClair">> <</if>> <<run console.log("kitchenLv: " + $kitchenLv)>> <<run console.log("shelfLv: " + $shelfLv)>> <<run console.log("bookLv: " + $bookLv)>> /* 2. Set the Room State string dynamically */ <<set _k = ($kitchenLv == 2 ? "K2" : "")>> <<set _s = ($shelfLv == 2 ? "Sh2" : "")>> <<set _b = ($bookLv == 2 ? "B2" : "")>> <<set $roomState = "roomLv1" + _k + _s + _b + "Outline">> /* Special case for your specific naming convention */ <<if $kitchenLv != 2 and $shelfLv != 2 and $bookLv != 2>> <<set $roomState = "roomLv1OutlinewihtoutPhone">> <</if>> /* 3. Display Click Zones only if the task isn't finished (Level != 2) */ /* THE SHELF GROUP */ <<if $shelfLv != 2>> <div class="click-zone mess1" data-target="shelfd2"></div> <div class="click-zone shelf" data-target="shelfd2"></div> <div class="click-zone boxes" data-target="shelfd2"></div> <div class="click-zone boxes2" data-target="shelfd2"></div> <div class="click-zone laundry" data-target="shelfd2"></div> <</if>> /* THE KITCHEN GROUP */ <<if $kitchenLv != 2>> <div class="click-zone dishes" data-target="kitchend2"></div> <</if>> /* THE BOOK GROUP */ <<if $bookLv != 2>> <div class="click-zone mess1" data-target="bookd2"></div> <div class="click-zone desk" data-target="bookd2"></div> <</if>> <<run console.log("roomState: " + $roomState)>> /* 4. Visual Button */ <<if $test>> <div class="vn-next hide">[[">>>"->textClair]]</div> <</if>> <</nobr>>
<<nobr>> <!----------- Action: look at closed book ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv0">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>it's been a while... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->book1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Player choose kitchen ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>there's a lot to clean... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchen2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Everything is everywhere... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelf2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>That's better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->textClair2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: open book ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv1">> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I don't even know what to write <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->book2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: player has a option to stay ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I....can do this later <</type>> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Stay->stayHandEntry]] [[Close notebook->closeNotebook]] </div> <</timed>> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player choose stay, play the hand entry video ----------> <video class="bg-video" autoplay> <source @src=$bookHandLv1Entry type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 3s>> <<goto "stay">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: player chose close notebook ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv0">> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>yea...I will get back to it later... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: open book ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: open book ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What do I even write <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv1Thinking type="video/mp4"> </video> <<timed 4s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay4]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv1Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>this used to be easy <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv1Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>This is stupid <</type>> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Stay->stay7]] [[Close notebook->closeNotebookHandExit]] </div> <</timed>> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $bookLv=2>> <<set $roomState = "bookHandLv1">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv1Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Fine... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player choose leave, play hand exit animation and leave ----------> <video class="bg-video" autoplay> <source @src=$bookHandLv1Exit type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 3s>> <<goto "closeNotebook">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->closeNotebook]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv1">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv1Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Just one line <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->writeLv1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: write something ----------> <video class="bg-video" autoplay> <source @src=$bookHandLv1Writing type="video/mp4"> </video> <<set $bookLv = 2>> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 4s>> <<goto "stay9">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay9]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv2">> <video class="bg-video" autoplay> <source @src=$bookHandLv2Exit type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Okay <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->stay10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: done writing ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv0">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I tried <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Player choose kitchen ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I don't feel like doing all this <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchen2.1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Player can choose to clean nd cook or no ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Aw man <</type>> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Start Cleaning->clean]] [[Never mind->neverMond]] </div> <</timed>> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose nevermind for cleaning ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>On second thought <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->neverMind2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $kitchenLv=2>> <<set $roomState = "kLv1DishesWatshing">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Fine <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kClean1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose nevermind for cleaning ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm not that hungry <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1DishesWashingBuble">> <video class="bg-video" autoplay loop> <source @src=$kitchendishesLv1 type="video/mp4"> </video> <!---------- <audio autoplay loop> <source @src=$dishes type="audio/mp3"> </audio> ----------> <<audio "dishesStoryInit" loop play>> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I will clean just enough to cook <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kClean2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1DishesWashingBuble">> <video class="bg-video" autoplay loop> <source @src=$kitchendishesLv1 type="video/mp4"> </video> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kClean3]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1DishesWashingBuble">> <video class="bg-video" autoplay loop> <source @src=$kitchendishesLv1 type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>This is not that bad <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kClean4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv2">> <<set $kitchenLv = 2>> <<audio "dishesStoryInit" stop>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>There <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kClean5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Much better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kClean6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Now, on to the cooking <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kcooking]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1Cooking">> <video class="bg-video" autoplay loop> <source @src=$kitchenCooking type="video/mp4"> </video> <<audio "cooking" loop play>> <<timed 5s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I forgot this takes time <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kcooking2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1Cooking">> <video class="bg-video" autoplay loop> <source @src=$kitchenCooking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But atleast I get to eat something other than cereals <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->keating]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv2">> <<audio "cooking" stop>> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>This feels better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->keating2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I feel...better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------AUDIO FILE URL-----------> <audio autoplay> <source @src=$hungerNoise type="audio/mp3"> </audio> <!-----------ENTER THE TIME OF THE AUDIO----------> <<timed 2s>> <<goto "kitchen3">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchen3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I don't even know where to begin <</type>> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[Start somewhere->shclean]] [[Maybe later->shLater]] </div> <</timed>> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>(sigh) <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shclean2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I can clean this up later <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>It's alright <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shclean3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I don't have to clean everything at once <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shclean4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Just <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shclean5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>One step at a time <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlv1click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <<set $shelfLv=2>> /* 1. Debug Logs */ <<run console.log("S: " + $S + " | L: " + $L + " | B: " + $B)>> /* 2. Win Condition */ <<if $S == 2 and $L == 2 and $B == 2>> <<goto "shPlant">> <</if>> /* 3. Dynamic RoomState String Construction */ <<set _sTag = ($S == 2 ? "S" : "")>> <<set _lTag = ($L == 2 ? "L" : "")>> <<set _bTag = ($B == 2 ? "B" : "")>> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S != 2 and $L != 2 and $B != 2>> <<set $roomState = "shLv1Outline">> <<else>> <<set $roomState = "shLv1" + _sTag + _lTag + _bTag + "Outline">> <</if>> /* 4. Click Zones (Only show if not 'level 2' / finished) */ /* SHELF ZONE */ <<if $S != 2>> <div class="click-zone shshelf" data-target="shshelf"></div> <</if>> /* LAUNDRY ZONE */ <<if $L != 2>> <div class="click-zone shlaundry" data-target="shlaundry"></div> <div class="click-zone shbox" data-target="shlaundry"></div> <</if>> /* BOX ZONE (Depends on L being finished based on your rules) */ <<if $B != 2 && $L==2>> <div class="click-zone shbox" data-target="shbox"></div> <</if>> /* 5. Developer Test Button */ <<if $test>> <div class="vn-next hide"> [[">>>"->shPlant]] </div> <</if>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $S=2>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>All my books are everywhere <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelf2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: doing laundry ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $L=2>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>So much laundry to do... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundry1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1600)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>For now I will just pile everything in a corner <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundry2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: play cloths noise nd move on ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay> <source @src=$clothes type="audio/mp3"> </audio> <<timed 2s>> <<goto "shlaundry3">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundry3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $B=2>> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I never got to unpack these properly <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shbox1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2PlantOutline">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone shplant" data-target="shPlantnoise"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>While I'm at it, I should probably water the plant <</type>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPlantnoise]] </div> <</if>> <!-----visual button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2>> <<set $roomState = "shLv1SL">> <<else>> <<set $roomState = "shLv1L">> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Done <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlv1click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $B=2>> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Let's see what we have here <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shbox3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: play unpack noise nd move on ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay> <source @src=$unpacking type="audio/mp3"> </audio> <<timed 4s>> <<goto "shbox4">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shbox4]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: box open pic in the bg ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<run console.log("S: " + $S + " | L: " + $L + " | B: " + $B)>> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2>> <<set $roomState = "shLv2">> <<else>> <<set $roomState = "shLv1LB">> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <<run console.log("roomState: " + $roomState)>> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>> ! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shLavaEntry]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: lava lamp enters nd goes to next step ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2 and $B == 2>> <video class="bg-video" autoplay> <source @src=$lavaEntrySLB type="video/mp4"> </video> <<else>> <video class="bg-video" autoplay> <source @src=$lavaEntryLB type="video/mp4"> </video> <</if>> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "shLavaStay">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shLavaStay]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: lava lamp stay nd video plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 2*/ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "lavaStaySLB">> <video class="bg-video" autoplay loop> <source @src=$lavaStaySLB type="video/mp4"> </video> <<else>> <<set $roomState = "lavaStayLB">> <video class="bg-video" autoplay loop> <source @src=$lavaStayLB type="video/mp4"> </video> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>This is.... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shLavaStay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: lava lamp stay nd video plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 2*/ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "lavaStaySLB">> <video class="bg-video" autoplay loop> <source @src=$lavaStaySLB type="video/mp4"> </video> <<else>> <<set $roomState = "lavaStayLB">> <video class="bg-video" autoplay loop> <source @src=$lavaStayLB type="video/mp4"> </video> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I remeber being super exited when I bought this <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shLavaStay3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: lava lamp stay nd exit video plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<if $S == 2 and $L == 2 and $B == 2>> <video class="bg-video" autoplay> <source @src=$lavaExitSLB type="video/mp4"> </video> <<else>> <video class="bg-video" autoplay> <source @src=$lavaExitLB type="video/mp4"> </video> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I should keep it on my shelf <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shbox5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: again play unpack noise nd move on ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2>> <<set $roomState = "shLv2">> <<else>> <<set $roomState = "shLv1LB">> <</if>> <audio autoplay> <source @src=$unpacking type="audio/mp3"> </audio> <<timed 2s>> <<goto "shPictureEntry">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPictureEntry]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: bring pic up ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<if $S == 2 and $L == 2 and $B == 2>> <video class="bg-video" autoplay> <source @src=$picEntrySLB type="video/mp4"> </video> <<else>> <video class="bg-video" autoplay> <source @src=$picEntryLB type="video/mp4"> </video> <</if>> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Ah...this brings back memories <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPictureStay]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: box open pic in the bg ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "picStaySLB">> <<else>> <<set $roomState = "picStayLB">> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Sam, Clair, and I <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPictureStay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: box open pic in the bg ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "picStaySLB">> <<else>> <<set $roomState = "picStayLB">> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Classes got cancelled <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPictureStay3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: box open pic in the bg ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "picStaySLB">> <<else>> <<set $roomState = "picStayLB">> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>and instead of going home <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPictureStay4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: box open pic in the bg ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "picStaySLB">> <<else>> <<set $roomState = "picStayLB">> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>We went to the beach <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPictureStay5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: picture exit video plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> /* If everything is level 1, use the base Outline name, otherwise combine tags */ <<if $S == 2 and $L == 2 and $B == 2>> <<set $roomState = "picStaySLB">> <video class="bg-video" autoplay> <source @src=$picExitSLB type="video/mp4"> </video> <<else>> <<set $roomState = "picStayLB">> <video class="bg-video" autoplay> <source @src=$picExitLB type="video/mp4"> </video> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Fun times... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shwallShelf]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: clean up stuff ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Maybe I could just organize little for now <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelf3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: play books noise nd move on ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay> <source @src=$books type="audio/mp3"> </audio> <<timed 2s>> <<goto "shshelf4">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelf4]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: show grad img ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2GradPoster">> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh wait... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelf5]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: show grad img ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2GradPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>(sigh) <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelf6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: show grad img ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2GradPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I can't belive I missed this <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelf7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: show grad img ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2GradPoster">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I should probably text her... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlv1click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: picture exit video plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "wallshelf">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Much better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlv1click]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: play water noise nd move on ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay> <source @src=$water type="audio/mp3"> </audio> <<timed 3s>> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>There you go <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPlant2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone shplant" data-target="shPlantWater"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm glad that you are healthy <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shPlant3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone shplant" data-target="shPlantWater"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Alright! What's next <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2PhoneOutline">> <div class="click-zone phone" data-target="phoneEnter"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I should text Clair <</type>> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: phone animation up ----------> <<set $roomState = "roomLv2">> <video class="bg-video" autoplay> <source @src=$blackPhoneRoomLv2Up type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 1s>> <<goto "cc0">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->cc0]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <video class="bg-video" autoplay> <source @src=$blackPhoneRoomLv1Up type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <</timed>> <<timed 2s>> <<if $samC2 is "a">> <<goto "sc2a5">> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->sc2a5]] </div> <</if>> <!-----visual button end------> <<else>> <<goto "sc2b5">> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->sc2b5]] </div> <</if>> <!-----visual button end------> <</if>> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cc0">> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Hey Clair->cc2]] </div> <!---text section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->cc2]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <!----------- Action: convo continues ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cc2">> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Apologize->cc2a][$clairTxt = "a"]] [[Congrats->cc2b][$clairTxt = "b"]] </div> <!---text section end---> <</nobr>>
<!---------test section----------> <<goto "cc3">> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->cc3]] </div> <</if>> <!---------test section end---------->
<!---------test section----------> <<goto "cc3">> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->cc3]] </div> <</if>> <!---------test section end---------->
<<nobr>> <!----------- Action: Listen ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cc1">> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Listen->cc1]] </div> <!---text section end---> <!---------test section----------> <<if $test>> <div class="vn-choices skip"> <!--------ENTER CHOICE HERE----------> [[next->cc1]] </div> <</if>> <!---------test section end----------> <</nobr>>
<<nobr>> <<if $clairTxt is "a">> <<set $roomState = "cca1">> <<else>> <<set $roomState = "ccb1">> <</if>> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Worked hard->cc5]] </div> <!---text section end---> <</nobr>>
<<nobr>> <<if $clairTxt is "a">> <<set $roomState = "cca2">> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[You deserve it->cc6]] </div> <!---text section end---> <<else>> <<set $roomState = "ccb2">> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[I'm sorry->cc6]] </div> <!---text section end---> <</if>> <</nobr>>
<<nobr>> <<if $clairTxt is "a">> <<set $roomState = "cca3">> <<else>> <<set $roomState = "ccb3">> <</if>> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Feeling off->cc7]] </div> <!---text section end---> <</nobr>>
<<nobr>> <<if $clairTxt is "a">> <<set $roomState = "cca4">> <<else>> <<set $roomState = "ccb4">> <</if>> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Missed your invite->cc8]] </div> <!---text section end---> <</nobr>>
<<nobr>> <<if $clairTxt is "a">> <<set $roomState = "cca5">> <<else>> <<set $roomState = "ccb5">> <</if>> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Doesn't justify mistake->cc9]] </div> <!---text section end---> <</nobr>>
<<nobr>> <<if $clairTxt is "a">> <<set $roomState = "cca6">> <<else>> <<set $roomState = "ccb6">> <</if>> <!---text section---> <div class="vn-choices text"> <!--------ENTER CHOICE HERE----------> [[Proud of you->cc10]] </div> <!---text section end---> <</nobr>>
<<nobr>> <!----------- Action: Phone drops down ----------> <<set $roomState = "ccb7">> <<timed 2s>> <video class="bg-video" autoplay> <!-----------ENTER THE VIDEO URL----------> <source @src=$blackPhoneRoomLv2Drop type="video/mp4"> </video> <</timed>> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 4s>> <<goto "checkTimeClockDay2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->checkTimeClockDay2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: CHECK TIME in clock user can click on clock ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2ClockOutline">> <div class="click-zone clock" data-target="clickedClockDay2"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 700)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>What time is it? <!---------ENTER DESIRED MSG HERE-----------> <</type>> </div> <!---msg section end---> <<run console.log("test: " + $test)>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->clickedClockDay2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: its 10pm ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "clock10pm">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>I guess it's time to sleep <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->EndingDay2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: CHECK TIME in clock user can click on clock ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <<audio "day2Music" fadeoverto 4 0>> <audio autoplay onplay="setTimeout(() => this.pause(), 700)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <<type 30ms>>Today felt...a lil better <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day2End]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: day 2 end ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "">> <<audio "day2Music" stop>> <!---choices section---> <div class="vn-choices dark"> <!--------ENTER CHOICE HERE----------> [[Day 3->day3]] </div> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: day 3 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <<audio "day3Music" volume 0.5 loop play>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>(Yawn) <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: day 3 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Yesterday was.... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: day 3 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>different <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: day 3 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I wrote something... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: day 3 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>The place looks better as well <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: day 3 starts ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>And I feel energetic <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: phone bzzz sound ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2">> <<timed 500ms>> <<audio "phoneVibration" loop play>> <</timed>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Ready to face anyth- <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: someone calling, phoen animation plays to check who it si ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay muted> <source @src=$blackPhoneRoomLv2Up type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Who is calling me? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair is calling ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Clair!? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_9]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: Clair is calling ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Ah.. <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair is calling ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Why is she calling? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair is calling ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Is she mad at me? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->day3_12]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair is calling ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I should probably attend the call <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->clairCall]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone answer" data-target="clairAnwer"></div> <<run console.log("clairCalled: " +$clairCalled)>> <<if $clairCalled==1>> <div class="click-zone decline" data-target="clairDecline"></div> <<else>> <div class="click-zone decline" data-target="clairDeclineAgain"></div> <</if>> <</nobr>>
<<nobr>> <!----------- Action: we attend clair phone ----------> <video class="bg-video" autoplay> <source @src=$cAnswer type="video/mp4"> </video> <<audio "phoneVibration" stop>> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "answer1">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: we attend clair phone ----------> <video class="bg-video" autoplay> <source @src=$cDecline type="video/mp4"> </video> <<set $clairCalled=2>> <<audio "phoneVibration" stop>> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 2s>> <<goto "decline1">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->decline1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>H-hey Clair <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>hey clair? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>DId YoU JuSt "hey clair" Me? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>AFTER MISSING MY GRAD PARTY!? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm Sorry.... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Save it <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 700)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I WAS angry at you <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm more worried about you <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh.. <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->answer11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>You wanna talk about it? <</type>> <!---choices section---> <<timed 2s>> <div class="vn-choices clair"> <!--------ENTER CHOICE HERE----------> [[Yea->ClairTalk]] [[Not yet->ClairNo]] </div> <</timed>> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: phew in homescreen ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <<set $roomState = "homeScreenDay3">> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Phew... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->decline2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: noti from clair ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$cDeclineNoti type="video/mp4"> </video> <audio autoplay> <source @src=$phoneBzzz type="audio/mp3"> </audio> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>> ! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->decline3]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: clair calls again ----------> <video class="bg-video" autoplay> <source @src=$cCallAgain type="video/mp4"> </video> <<set $roomState = "homeScreenDay3">> <<audio "phoneVibration" loop play>> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 4s>> <<goto "clairCall">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->clairCall]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: Clair is calling ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cCall">> <video class="bg-video" autoplay loop> <source @src=$cCall1 type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>She would kill me if I hand up a second time <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->clairCall]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Yea... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Not really... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What's bothering you? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm not really sure... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>For some reason <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I don't feel like doing anything at all <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Like... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I used to be obssesed with writing poems <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Now... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>It just feels like a chore <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>And I got no motivation to cook <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>My room is a mess <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>And I just... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk12]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk13]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Don't know where to start? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk14]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Yea... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk15]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I feel... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk16]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>stagnant <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk17]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I understand <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk18]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Try doing one thing at a time <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk19]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>You don't have to do EVERYTHING at once <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk21]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Yea, I'm trying that <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk22]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Slowing picking myself up... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk23]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm actually proud of myself <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk24]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm proud of you too <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk25]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Say... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk26]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Do you want to meet-up? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk27]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Before I leave the country? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk28]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Meet up? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk29]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But...aren't you busy? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk30]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I am <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk31]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But I could make some time for you <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk32]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Aw Clair... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk33]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1400)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Especially after SOMEONE forgot to show up <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk34]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh...yea <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk35]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I will make it up for you <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk36]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>You better! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk37]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Thank you Clair <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk38]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>For checking up on me <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk39]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Always <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk40]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Next time just call me directly <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk41]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I gotta go now <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk42]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Take care <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk43]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Take care Clair <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->callEnd]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>> *click* <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomDay3Cook]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="roomLv2">> <audio autoplay> <source @src=$hungerNoise type="audio/mp3"> </audio> <<timed 3s>> <<goto "roomBaseDay3">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomBaseDay3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "roomLv2KitchenOutline">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone dishesday2" data-target="kitchenDay3"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I should probably eat something <</type>> </div> <!---msg section end---> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>It's just... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I don't know how to explain it <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I understand <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Just know that i'm always here <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>A call away <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I know <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm glad to have you <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>hmm <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->donttalk10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: Clair talking ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "cAnswer">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$clairVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox clair"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Maybe you need a distraction <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->talk25]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="kLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I guess I could clean the rest <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <<set $kitchenLv=1>> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay loop> <source @src=$kitchendishesLv2 type="video/mp4"> </video> <audio autoplay> <source @src=$dishes type="audio/mp3"> </audio> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="kLv3Dish">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>There <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="kLv3">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Much better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="kLv3">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Now let's make something good <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player chose cleanig play cleaning aniation ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "kLv1Cooking">> <video class="bg-video" autoplay loop> <source @src=$kitchenCooking type="video/mp4"> </video> <<audio "cooking" loop play>> <<timed 5s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>This is not bad <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_6]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv2">> <<audio "cooking" stop>> <<timed 3s>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>this feels...normal <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_7]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- ----------> <!----------ALL EXPRESSIONS GO HERE------------> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone shelf" data-target="shelfDay3"></div> <div class="click-zone boxes2" data-target="shelfDay3"></div> <div class="click-zone mess3" data-target="shelfDay3"></div> <<if !$deskChecked>> <div class="click-zone desk" data-target="deskNotYetDay3"></div> <div class="click-zone mess1" data-target="deskNotYetDay3"></div> <<set $roomState = "roomLv2K2Outline">> <<else>> <<set $roomState = "roomLv2K2ShelfOutline">> <</if>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskNotYetDay3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "shLv2">> <<set _sTag = "">> <<set _lTag = "">> <<set _bTag = "">> <<set $S=2>> <!-------shelf variables, S-shelf, L-laundry, B-box--> <<set $L=2>> <<set $B=2>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>good, let's continue cleaning <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv0">> <<set $deskChecked=true>> <<timed 1s>> <<goto "deskNotYetDay3_1">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskNotYetDay3_1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <<set $shelfLv=3>> /* 1. Debug Logs */ <<run console.log("S: " + $S + " | L: " + $L + " | B: " + $B)>> <<set $shelfLv=3>> /* 2. Win Condition */ <<if $S == 3 and $L == 3 and $B == 3>> <<goto "shelfLv3">> <</if>> /* 3. Dynamic RoomState String Construction */ <<set _sTag = ($S ==3 ? "S" : "")>> <<set _lTag = ($L == 3 ? "L" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> /* If everything is level 2, use the base Outline name, otherwise combine tags */ <<if $S != 3 and $L != 3 and $B != 3>> <<set $roomState = "shLv2Outline">> <<else>> <<set $roomState = "shLv2" + _sTag + _lTag + _bTag + "Outline">> <</if>> /* 4. Click Zones (Only show if not 'level 2' / finished) */ /* SHELF ZONE */ <<if $S != 3>> <div class="click-zone shshelf" data-target="shshelfday3"></div> <</if>> /* LAUNDRY ZONE */ <<if $L != 3>> <div class="click-zone shlaundry" data-target="shlaundryday3"></div> <</if>> <<if $B!=3>> <div class="click-zone shbox" data-target="shboxday3"></div> <</if>> /* 5. Developer Test Button */ <<if $test>> <div class="vn-next hide"> [[">>>"->shelfLv3]] </div> <</if>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $S=3>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I need to organize it better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelfday3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S ==3 ? "S" : "")>> <<set _lTag = ($L == 3 ? "L" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> /* If everything is level 2, use the base Outline name, otherwise combine tags */ <<if $S != 3 and $L != 3 and $B != 3>> <<set $roomState = "shLv2">> <<else>> <<set $roomState = "shLv2" + _sTag + _lTag + _bTag>> <</if>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>(sigh) <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $B=3>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I can unpack the rest <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="shLv3">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Phew <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomLv3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv2">> <<timed 1s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskNotYetDay3_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: player choose stay, play the hand entry video ----------> <video class="bg-video" autoplay> <source @src=$bookHandLv2Entry type="video/mp4"> </video> <!-----------ENTER THE TIME OF THE VIDEO----------> <<timed 3s>> <<goto "deskNotYetDay3_3">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskNotYetDay3_3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: player choose stay, play the hand entry video ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <<set $roomState = "bookHandLv2">> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Hmm <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskNotYetDay3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player choose stay, play the hand entry video ----------> <<set $roomState = "bookHandLv2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I can't think in this mess! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskNotYetDay3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: player choose stay, play the hand entry video ----------> <<set $roomState = "bookHandLv2">> <video class="bg-video" autoplay> <source @src=$bookHandLv2Exit type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I should just clean up first <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomDay3Clean]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: play unpack noise nd move on ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay> <source @src=$unpacking type="audio/mp3"> </audio> <<timed 4s>> <<goto "shboxday3_2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <<set _lTag = ($L == 3 ? "L" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> <<set $roomState = "shLv2S" + _lTag + _bTag + "Diary">> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>My diary <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelfday3_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I used to write these... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Let's see what I wrote <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shshelfDay3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <<set _lTag = ($L == 3 ? "L" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> <<set $roomState = "shLv2S" + _lTag + _bTag + "DiaryOpen">> <audio autoplay> <source @src=$books type="audio/mp3"> </audio> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Dear diary, <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shShelfDay3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Today is shifting day <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I am so tired <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>So much stuff <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>So much chores <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>It took around 3hrs to shift everything <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>3 hours!!! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>It's nice to have Clair and Sam with me <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>They helped a lot <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_11.1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But I finally moved out <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_12]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Starting a life all alone... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_13]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Hope that I would be fine <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_14]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Heh <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_15]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I was more than fine <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_16]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Made me feel that I'm not alone <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_11.2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox diary"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>We went to eat ice-cream later <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I graduated <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_17]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Moved out again <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_18]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>And now... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_19]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Slowly i'm getting my life together <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_20]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm happy with how everything turned out <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing1">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh this is... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>My old drawings... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Usually I just follow a tutorial <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing2">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>At that time <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I was just experimenting <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing2">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I was not particullarly intrested in drawing <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing3">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing3">> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Mom liked it <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing3">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>So I just drew for her happiness <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing3">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Later I discovered that <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_12]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing4">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Writing poems are my domain <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_13]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing4">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Just a few lines… <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_14]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing4">> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>and somehow they carried everything I couldn’t say <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_15]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing4">> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Still... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_16]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set $roomState = "shLv2" + _sTag + "Drawing1">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>…this shouldn’t stay in a box <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shboxday3_17]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState ="shLv2HangingDrawing1">> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 700)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Much better <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I hate doing laundry... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>But... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: telling yourself i got this ----------> <!----------ALL EXPRESSIONS GO HERE------------> <!---choices section---> <<timed 30ms>> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> [[I got this->shlaundry3_3]] </div> <</timed>> <!---choices section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $L=3>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I got this! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set _sTag = ($S == 3 ? "S" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> <<set _lTag = ($L == 3 ? "L" : "")>> <<set $roomState = "shLv2" + _sTag + _lTag + _bTag + "Cloth">> <<run console.log("roomState: "+$roomState)>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>oh! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>My favourite shirt <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>So this is where you went <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Heh <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1300)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>The stain that Sam made is still there <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>When was it again? <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Ah, been few weeks <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1200)"> <source @src=$mcVoice type="audio/mp3"> </audio> <<set _sTag = ($S == 3 ? "S" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> <<set _lTag = ($L == 3 ? "L" : "")>> <<set $roomState = "shLv2" + _sTag + _lTag + _bTag + "Cloth">> <<run console.log("roomState: "+$roomState)>> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Can't belive I didn't do laundry for that long <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_12]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: play laundry sound nd move on ----------> <!----------AUDIO FILE URL-----------> <audio autoplay> <source @src=$laundry type="audio/mp3"> </audio> <<set _sTag = ($S ==3 ? "S" : "")>> <<set _lTag = ($L == 3 ? "L" : "")>> <<set _bTag = ($B == 3 ? "B" : "")>> <<set $roomState = "shLv2" + _sTag + _lTag + _bTag>> <!-----------ENTER THE TIME OF THE AUDIO----------> <<timed 3s>> <<goto "shlaundryday3_13">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_13]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <<set $L=3>> <<run console.log("roomState: " + $roomState)>> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>There <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shlaundryday3_14]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What's next <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->shelfDay3_1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="roomLv3">> <<timed 2s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh wow <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState="roomLv3DeskOutline">> <!---------ALL CLICK ZONE GOES HERE------------> <div class="click-zone desk" data-target="deskDay3_1"></div> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I guess now I can focus on writing <</type>> </div> <!---msg section end---> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_1]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: show closed book for 1s ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv0">> <<timed 1s>> <<goto "deskDay3_2">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_2]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: show open book for 1s ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv2">> <<timed 1s>> <<goto "deskDay3_3">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_3]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: hand enter nd say "alright" ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookLv2">> <video class="bg-video" autoplay> <source @src=$bookHandLv2Entry type="video/mp4"> </video> <<timed 1s>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Alright <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_4]] </div> <!-----next button end------> </div> <!---msg section end---> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $bookLv=3>> <<set $roomState = "bookHandLv2">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv2Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Let's see... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_5.1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $end="">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv3Thinking type="video/mp4"> <<run console.log("bookHandLv3Thinking")>> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What do I write about <</type>> <!---choices section---> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> <<if !$timeOptionClick>> [[Time->end1][$end="time"]] <</if>> <<if !$rotuineOptionClick>> [[Routine->end1][$end="routine"]] <</if>> <<if !$selfOptionClick>> [[Self->end1][$end="self"]] <</if>> </div> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandEmpty">> <video class="bg-video" autoplay loop> <source @src=$bookHandMessFreeThinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $bookLv=3>> <<set $roomState = "bookHandLv2">> <<set $currentWritingLv=2>> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Oh! <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_5.2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $bookLv=3>> <<set $roomState = "bookHandLv2">> <<set $currentWritingLv=3>> <video class="bg-video" autoplay> <source @src=$bookHandLv2Strike type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>This is garbage <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_5.3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $bookLv=3>> <<set $roomState = "bookHandLv3">> <<set $currentWritingLv=3>> <video class="bg-video" autoplay loop> <source @src=$bookHandLv3Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Hmm <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay loop> <source @src=$bookHandLv3Thinking type="video/mp4"> <<run console.log("bookHandLv3Thinking")>> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>Time... <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>Routine... <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>Myself <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$bookHandLv3Writing type="video/mp4"> <<run console.log("bookHandLv3Thinking")>> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1400)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>I thought I was running out of it <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>Everyday felt the same to me <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>When did I stop doing the things I like? <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv4">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv4Thinking type="video/mp4"> <<run console.log("bookHandLv3Thinking")>> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>Turns out... <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>I kept saying tomorrow <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>I stopped showing up <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay loop> <source @src=$bookHandLv4Thinking type="video/mp4"> <<run console.log("bookHandLv4Thinking")>> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>I just needed to make time <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>But nothing changed <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>For myself... <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $end="">> <video class="bg-video" autoplay> <source @src=$bookHandLv4Wiping type="video/mp4"> <<run console.log("bookHandLv4Thinking")>> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What do I write about <</type>> <<run console.log("timeOptionClick: " + $timeOptionClick)>> <<run console.log("rotuineOptionClick: " + $rotuineOptionClick)>> <<run console.log("selfOptionClick: " + $selfOptionClick)>> <!---choices section---> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> <<if !$timeOptionClick>> [[Time->end1_2][$end="time"]] <</if>> <<if !$rotuineOptionClick>> [[Routine->end1_2][$end="routine"]] <</if>> <<if !$selfOptionClick>> [[Self->end1_2][$end="self"]] <</if>> </div> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandEmpty">> <video class="bg-video" autoplay loop> <source @src=$bookHandMessFreeThinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>Time... <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>Routine... <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>Myself <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end2_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$bookHanLv5Writing type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1400)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>I thought I was running out of it <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>Everyday felt the same to me <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>When did I stop doing the things I like? <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end3_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv5">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv5Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>Turns out... <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>I kept saying tomorrow <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>I stopped showing up <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end4_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay loop> <source @src=$bookHandLv5Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>I just needed to make time <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>But nothing changed <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>For myself... <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end5_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: thinking animation plays ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $end="">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv5Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>What do I write about <</type>> <!---choices section---> <div class="vn-choices"> <!--------ENTER CHOICE HERE----------> <<if !$timeOptionClick>> [[Time->end1_3][$end="time"]] <</if>> <<if !$rotuineOptionClick>> [[Routine->end1_3][$end="routine"]] <</if>> <<if !$selfOptionClick>> [[Self->end1_3][$end="self"]] <</if>> </div> <!---choices section end---> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay loop> <source @src=$bookHandLv5Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>Time... <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>Routine... <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>Myself <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end2_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$bookHandLv6Writing type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1400)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>I thought I was running out of it <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>Everyday felt the same to me <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>When did I stop doing the things I like? <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end3_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv6">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>Turns out... <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>I kept saying tomorrow <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>I stopped showing up <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end4_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$bookHandLv6Wipe type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<if $end=="time">> <<set $timeOptionClick=true>> <<type 30ms>>I just needed to make time <</type>> <<elseif $end=="routine">> <<set $rotuineOptionClick=true>> <<type 30ms>>But nothing changed <</type>> <<elseif $end=="self">> <<set $selfOptionClick=true>> <<type 30ms>>For myself... <</type>> <</if>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->end5_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay loop> <source @src=$bookHandMessFreeThinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I got it <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$bookHanLv5Writing type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Time was always there... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv5">> <video class="bg-video" autoplay loop> <source @src=$bookHandLv5Thinking type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Nothing changed untill I did <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <video class="bg-video" autoplay> <source @src=$bookHandLv6Writing type="video/mp4"> </video> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I just needed to... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandLv6">> <<audio "day2Music" fadeoverto 3 0>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Show up for myself <</type>> </div> <!---msg section end---> <<timed 2s>> <<run $('#fade-to-black').addClass('trigger-fade')>> /* Wait for the fade animation to finish (3s), then go to credits */ <<timed 3s>> <<goto "trueEnd">> <</timed>> <</timed>> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>That's not quite right <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_5_3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <audio autoplay onplay="setTimeout(() => this.pause(), 500)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Nah...not working <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_5_2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "bookHandEmpty">> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I'm missing something... <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->deskDay3_6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<run $('#fade-to-black').removeClass('trigger-fade')>> <<set $roomState = "entry">> <<audio "day3Music" stop>> <<audio "endingMusic" volume 0.2 loop play>> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Yay] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[You reached the end] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1300)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[I hope you had as much fun as me creating this] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[This game was inspired by my father] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1100)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[who showed up for himself every single day] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[always trying to grow, to improve] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[quietly and consistently] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd7.1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Anyway] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd8.1]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Thank you again for playing] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Until next time] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->credits]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "">> <div class="credit"> <div class="credit-content"> <h1>Created by: </h1> Harsita Rajendren <h1>Project guide</h1> Megan (Leahy) Friesth <h1>Professors</h1> <p>Ruscha Cohen</p> <p>Suzanne Stoller</p> <h1>Credits:</h1> <p>Sounds:</p> Sounds: ocean sound effect Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=7109">freesound_community</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=7109">Pixabay</a> gentle music by Sound Effect by Bomb Sound from Pixabay phone notification: Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=96623">freesound_community</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=96623">Pixabay</a> Traffic noise clock ticking nature sound ocean sound phone ringing speak1: Sound Effect by <a href="https://pixabay.com/users/creatorshome-49707711/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=358238">CreatorsHome</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=358238">Pixabay</a> speak2: Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=82399">freesound_community</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=82399">Pixabay</a> speak3: Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=39617">freesound_community</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=39617">Pixabay</a> hunger: Sound Effect by <a href="https://pixabay.com/users/kuzu420-42489797/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=465787">Kuzu</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=465787">Pixabay</a> washing dishes: Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=30564">freesound_community</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=30564">Pixabay</a> cooking Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=33216">freesound_community</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=33216">Pixabay</a> clothes: Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=6286">freesound_community</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=6286">Pixabay</a> unpacking Sound Effect by <a href="https://pixabay.com/users/freesound_community-46691455/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=88658">freesound_community</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=88658">Pixabay</a> books Sound Effect by <a href="https://pixabay.com/users/sspsurvival-22364443/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=10763">Semen Surin</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=10763">Pixabay</a> washing machine Sound Effect by <a href="https://pixabay.com/users/flutie8211-17475707/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=435688">Vicki Hamilton</a> from <a href="https://pixabay.com/sound-effects//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=435688">Pixabay</a> trailer Sound Effect by <a href="https://pixabay.com/users/openmindaudio-53602733/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=488582">OpenMindAudio</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=488582">Pixabay</a> Day 3 ambience Music track: Dawn by Alegend Source: https://freetouse.com/music Free Vlog Music Without Copyright Day 2 ambience Music track: Dark Heart by Walen Source: https://freetouse.com/music Royalty Free Music (Free Download) Day 1 ambience Music track: A Sweet Story by Guillermo Guareschi Source: https://freetouse.com/music Vlog Music for Videos (Free Download) 19 Intro ambience Music track: Vibing by Pufino Source: https://freetouse.com/music Free Background Music for Videos ending Music track: Heroes by Sunova Source: https://freetouse.com/music Free Background Music for Videos Illustration: grad party: <a href="https://www.freepik.com/free-vector/grad-party-poster-set_716269.htm#fromView=search&page=1&position=3&uuid=2e6e4746-c145-449e-85d8-b3376dc12686&query=grad+party">Image by freepik</a> <p>Thank you for playing</p> </div> </div> <<timed 13s>> <<goto "start">> <</timed>> <!-----visual button arrow for me------> <<if $test>> <div class="vn-next hide"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->underWork]] </div> <</if>> <!-----visual button end------> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv2">> <<audio "cooking" stop>> <audio autoplay onplay="setTimeout(() => this.pause(), 800)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>I feel energetic <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->kitchenDay3_8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: eating food ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "foodLv2">> <<audio "cooking" stop>> <audio autoplay onplay="setTimeout(() => this.pause(), 1000)"> <source @src=$mcVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox"> <!---------ENTER DESIRED MSG HERE-----------> <<type 30ms>>Let's continue from where I left off <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->roomDay3Clean]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 600)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[For a long time] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.2]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1600)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[I thought that was what self-love looked like] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.3]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[putting in the effort,] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.4]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[doing the work,] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.5]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[becoming better] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.6]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[But] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.7]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[there were days when] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1300)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[even the smallest things felt heavy] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Days when I didn’t have the energy to do anything at all.] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.10]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1200)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[I made this game as a reminder] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.11]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[that self-love can look different on those days] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.12]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[It’s okay to rest] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.13]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[It’s okay to slow down] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.14]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1200)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[You don’t have to do everything at once] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.15]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Eat something] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.16]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Take care of yourself] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.17]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Reach out to someone] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.18]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Don’t sit with it alone] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.19]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[You’ll be okay] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.20]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 800)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[Just try to show up] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.21]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 500)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[even a little] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->truEnd7.22]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 1000)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[one small thing at a time] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd8]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
<<nobr>> <!----------- Action: ----------> <!----------ALL EXPRESSIONS GO HERE------------> <<set $roomState = "entry">> <audio autoplay onplay="this.volume = 0.5; setTimeout(() => this.pause(), 700)"> <source @src=$creatorVoice type="audio/mp3"> </audio> <!---msg section---> <div class="vn-textbox creator"> <<type 30ms>>[I bored you enough] <!---------ENTER DESIRED MSG HERE-----------> <</type>> <!-----next button------> <div class="vn-next"> <!-----------ENTER THE NAME OF NEXT PASSAGE HERE----------> [[">>>"->trueEnd9]] </div> <!-----next button end------> </div> <!---msg section end---> <</nobr>>
Hi Welcome I dont know how long it has been since I last edited this. today its april 15 2026. idk why you are here, hopefully not to "expand" this game, since i made lots of bandaid fixes instead of thinking long term due to time contraints. but alright, enough about that all my photos nd videos are in WIX, use terisa account. idk the password, all the best.
<div id="fade-to-black"></div> <div id="passages"></div>