JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<center><i>Summer</i>, 1998. <<timed 3s t8n>><p>A cartridge on the ground.</p><</timed>> <<timed 5s t8n>><p>No label.</p><</timed>> <<timed 7s t8n>><p>Plug it in?</p><</timed>> <<timed 9s t8n>> <br> <div id="continue"> <<button "Continue">> <<removeclass "#power" "power-off">><<addclass "#power" "power-on">><<goto "Start2">> <</button>> </div> <</timed>> </center>
<div id="interface"> <div id="passages"></div> <div id="logo" data-init-passage='RestartButton'></div> <div id="power" class="power-off">.</div> </div>
<<if tags().includes("menu1")>> <div id="menu1"> <div><<button "Pet">><<set $actions-->><<goto "Pet-Day1">><</button>></div> </div> <</if>> <<if tags().includes("menu2")>> <div id="menu2"> <div><<button "Feed">><<set $actions-->><<goto "Feed-Day2">><</button>></div> <div><<button "Pet">><<set $count_pet++>><<set $actions-->><<goto "Pet-Day2">><</button>></div> </div> <</if>> <<if tags().includes("menu")>> <div id="menu2"> <div><<button "Feed">><<set $actions-->><<goto "Feed-Day345">><</button>></div> <div><<button "Pet">><<set $count_pet++>><<set $actions-->><<goto "Pet-Day345">><</button>></div> </div> <</if>>
<<include "PetPass">>
<br> <<timed 3s t8n>><center><span id="title">ᕁ᙮ᕁᕽᕽᕽᕁ᙮ᕁ<h1> CozmoPets</h1>ᕁ᙮ᕁᕽᕽᕽᕁ᙮ᕁ</span></center><</timed>> <<timed 4s t8n>><center><br><br>Collect All 4!</center><</timed>> <<timed 5s t8n>> <br> <p><center><<link "( Press Start )">><<goto "Naming1">><</link>></center></p> <</timed>>
<center><p>What is your name?</p> <h1>_ _ _ _</h1></center> <div id="alphabet"> <div><<link "A">><<set $name1 to "A">><<goto "Naming2">><</link>></div> <div><<link "B">><<set $name1 to "B">><<goto "Naming2">><</link>></div> <div><<link "C">><<set $name1 to "C">><<goto "Naming2">><</link>></div> <div><<link "D">><<set $name1 to "D">><<goto "Naming2">><</link>></div> <div><<link "E">><<set $name1 to "E">><<goto "Naming2">><</link>></div> <div><<link "F">><<set $name1 to "F">><<goto "Naming2">><</link>></div> <div><<link "G">><<set $name1 to "G">><<goto "Naming2">><</link>></div> <div><<link "H">><<set $name1 to "H">><<goto "Naming2">><</link>></div> <div><<link "I">><<set $name1 to "I">><<goto "Naming2">><</link>></div> <div><<link "J">><<set $name1 to "J">><<goto "Naming2">><</link>></div><div><<link "K">><<set $name1 to "K">><<goto "Naming2">><</link>></div> <div><<link "L">><<set $name1 to "L">><<goto "Naming2">><</link>></div> <div><<link "M">><<set $name1 to "M">><<goto "Naming2">><</link>></div> <div><<link "N">><<set $name1 to "N">><<goto "Naming2">><</link>></div><div><<link "O">><<set $name1 to "O">><<goto "Naming2">><</link>></div> <div><<link "P">><<set $name1 to "P">><<goto "Naming2">><</link>></div><div><<link "Q">><<set $name1 to "Q">><<goto "Naming2">><</link>></div><div><<link "R">><<set $name1 to "R">><<goto "Naming2">><</link>></div> <div><<link "S">><<set $name1 to "S">><<goto "Naming2">><</link>></div><div><<link "T">><<set $name1 to "T">><<goto "Naming2">><</link>></div><div><<link "U">><<set $name1 to "U">><<goto "Naming2">><</link>></div> <div><<link "V">><<set $name1 to "V">><<goto "Naming2">><</link>></div> <div><<link "W">><<set $name1 to "W">><<goto "Naming2">><</link>></div> <div><<link "X">><<set $name1 to "X">><<goto "Naming2">><</link>></div> <div><<link "Y">><<set $name1 to "Y">><<goto "Naming2">><</link>></div> <div><<link "Z">><<set $name1 to "Z">><<goto "Naming2">><</link>></div> </div>
/* MC NAME */ <<set $name to "">> <<set $name1 to "">> <<set $name2 to "">> <<set $name3 to "">> <<set $name4 to "">> <<set $actions to 0>> <<set $day to 1>> <<set $pet to "egg">> <<set $game1_result to "">> <<set $game1_tally to 0>> <<set $game2_result to "">> <<set $game2_tally to 0>> <<set $count_pet to 0>> <<set $count_goodfood to 0>> <<set $count_badfood to 0>> <<set $count_psychic to 0>>
<center><p>What is your name?</p> <h1>$name1 _ _ _</h1></center> <div id="alphabet"> <div><<link "A">><<set $name2 to "A">><<goto "Naming3">><</link>></div> <div><<link "B">><<set $name2 to "B">><<goto "Naming3">><</link>></div> <div><<link "C">><<set $name2 to "C">><<goto "Naming3">><</link>></div> <div><<link "D">><<set $name2 to "D">><<goto "Naming3">><</link>></div> <div><<link "E">><<set $name2 to "E">><<goto "Naming3">><</link>></div> <div><<link "F">><<set $name2 to "F">><<goto "Naming3">><</link>></div> <div><<link "G">><<set $name2 to "G">><<goto "Naming3">><</link>></div> <div><<link "H">><<set $name2 to "H">><<goto "Naming3">><</link>></div> <div><<link "I">><<set $name2 to "I">><<goto "Naming3">><</link>></div> <div><<link "J">><<set $name2 to "J">><<goto "Naming3">><</link>></div><div><<link "K">><<set $name2 to "K">><<goto "Naming3">><</link>></div> <div><<link "L">><<set $name2 to "L">><<goto "Naming3">><</link>></div> <div><<link "M">><<set $name2 to "M">><<goto "Naming3">><</link>></div> <div><<link "N">><<set $name2 to "N">><<goto "Naming3">><</link>></div><div><<link "O">><<set $name2 to "O">><<goto "Naming3">><</link>></div> <div><<link "P">><<set $name2 to "P">><<goto "Naming3">><</link>></div><div><<link "Q">><<set $name2 to "Q">><<goto "Naming3">><</link>></div><div><<link "R">><<set $name2 to "R">><<goto "Naming3">><</link>></div> <div><<link "S">><<set $name2 to "S">><<goto "Naming3">><</link>></div><div><<link "T">><<set $name2 to "T">><<goto "Naming3">><</link>></div><div><<link "U">><<set $name2 to "U">><<goto "Naming3">><</link>></div> <div><<link "V">><<set $name2 to "V">><<goto "Naming3">><</link>></div> <div><<link "W">><<set $name2 to "W">><<goto "Naming3">><</link>></div> <div><<link "X">><<set $name2 to "X">><<goto "Naming3">><</link>></div> <div><<link "Y">><<set $name2 to "Y">><<goto "Naming3">><</link>></div> <div><<link "Z">><<set $name2 to "Z">><<goto "Naming3">><</link>></div> </div>
<center><p>What is your name?</p> <h1>$name1 $name2 _ _</h1></center> <div id="alphabet"> <div><<link "A">><<set $name3 to "A">><<goto "Naming4">><</link>></div> <div><<link "B">><<set $name3 to "B">><<goto "Naming4">><</link>></div> <div><<link "C">><<set $name3 to "C">><<goto "Naming4">><</link>></div> <div><<link "D">><<set $name3 to "D">><<goto "Naming4">><</link>></div> <div><<link "E">><<set $name3 to "E">><<goto "Naming4">><</link>></div> <div><<link "F">><<set $name3 to "F">><<goto "Naming4">><</link>></div> <div><<link "G">><<set $name3 to "G">><<goto "Naming4">><</link>></div> <div><<link "H">><<set $name3 to "H">><<goto "Naming4">><</link>></div> <div><<link "I">><<set $name3 to "I">><<goto "Naming4">><</link>></div> <div><<link "J">><<set $name3 to "J">><<goto "Naming4">><</link>></div><div><<link "K">><<set $name3 to "K">><<goto "Naming4">><</link>></div> <div><<link "L">><<set $name3 to "L">><<goto "Naming4">><</link>></div> <div><<link "M">><<set $name3 to "M">><<goto "Naming4">><</link>></div> <div><<link "N">><<set $name3 to "N">><<goto "Naming4">><</link>></div><div><<link "O">><<set $name3 to "O">><<goto "Naming4">><</link>></div> <div><<link "P">><<set $name3 to "P">><<goto "Naming4">><</link>></div><div><<link "Q">><<set $name3 to "Q">><<goto "Naming4">><</link>></div><div><<link "R">><<set $name3 to "R">><<goto "Naming4">><</link>></div> <div><<link "S">><<set $name3 to "S">><<goto "Naming4">><</link>></div><div><<link "T">><<set $name3 to "T">><<goto "Naming4">><</link>></div><div><<link "U">><<set $name3 to "U">><<goto "Naming4">><</link>></div> <div><<link "V">><<set $name3 to "V">><<goto "Naming4">><</link>></div> <div><<link "W">><<set $name3 to "W">><<goto "Naming4">><</link>></div> <div><<link "X">><<set $name3 to "X">><<goto "Naming4">><</link>></div> <div><<link "Y">><<set $name3 to "Y">><<goto "Naming4">><</link>></div> <div><<link "Z">><<set $name3 to "Z">><<goto "Naming4">><</link>></div> </div>
<center><p>What is your name?</p> <h1>$name1 $name2 $name3 _</h1></center> <div id="alphabet"> <div><<link "A">><<set $name4 to "A">><<goto "Naming5">><</link>></div> <div><<link "B">><<set $name4 to "B">><<goto "Naming5">><</link>></div> <div><<link "C">><<set $name4 to "C">><<goto "Naming5">><</link>></div> <div><<link "D">><<set $name4 to "D">><<goto "Naming5">><</link>></div> <div><<link "E">><<set $name4 to "E">><<goto "Naming5">><</link>></div> <div><<link "F">><<set $name4 to "F">><<goto "Naming5">><</link>></div> <div><<link "G">><<set $name4 to "G">><<goto "Naming5">><</link>></div> <div><<link "H">><<set $name4 to "H">><<goto "Naming5">><</link>></div> <div><<link "I">><<set $name4 to "I">><<goto "Naming5">><</link>></div> <div><<link "J">><<set $name4 to "J">><<goto "Naming5">><</link>></div><div><<link "K">><<set $name4 to "K">><<goto "Naming5">><</link>></div> <div><<link "L">><<set $name4 to "L">><<goto "Naming5">><</link>></div> <div><<link "M">><<set $name4 to "M">><<goto "Naming5">><</link>></div> <div><<link "N">><<set $name4 to "N">><<goto "Naming5">><</link>></div><div><<link "O">><<set $name4 to "O">><<goto "Naming5">><</link>></div> <div><<link "P">><<set $name4 to "P">><<goto "Naming5">><</link>></div><div><<link "Q">><<set $name4 to "Q">><<goto "Naming5">><</link>></div><div><<link "R">><<set $name4 to "R">><<goto "Naming5">><</link>></div> <div><<link "S">><<set $name4 to "S">><<goto "Naming5">><</link>></div><div><<link "T">><<set $name4 to "T">><<goto "Naming5">><</link>></div><div><<link "U">><<set $name4 to "U">><<goto "Naming5">><</link>></div> <div><<link "V">><<set $name4 to "V">><<goto "Naming5">><</link>></div> <div><<link "W">><<set $name4 to "W">><<goto "Naming5">><</link>></div> <div><<link "X">><<set $name4 to "X">><<goto "Naming5">><</link>></div> <div><<link "Y">><<set $name4 to "Y">><<goto "Naming5">><</link>></div> <div><<link "Z">><<set $name4 to "Z">><<goto "Naming5">><</link>></div> </div>
<center><p>What is your name?</p> <h1>$name1 $name2 $name3 $name4</h1> </center> <p>> <<link "Yes">><<goto "Naming6">><<set $name to $name1 + $name2 + $name3 + $name4>><</link>></p> <p>> <<link "No">><<set $name1 to "">><<set $name2 to "">><<set $name3 to "">><<set $name4 to "">><<goto "Naming1">><</link>></p>
<p>Hello, $name.</p> <p>Begin?</p> <div id="menu2"> <div><<button "Yes">><<goto "Pre-Day1">><</button>></div> <div><<button "No">><<run UI.restart();>><</button>></div> </div>
<<if tags().includes("menu") or tags().includes("menu1") or tags().includes("menu2")>> <div id="top-menu"> Day $day<br> Actions Left: $actions </div> <</if>>
<img src="images/apocalypse.gif" class="fade-in1"> <center> Thanks for playing CozmoPets!<br> <img src="images/apocalypse.gif" width="70%"><br> The End</center> <<timed 1s>> <<addclass ".fade-in1" "fade-in2">> <<addclass "#power" "power-fade">> <</timed>> <<timed 16s>> <<run Dialog.setup(""); Dialog.wiki(Story.get("BadEnding3").processText()); Dialog.open();>> <</timed>>
<center><P>As horrible $pet swells to a massive size, it takes flight above your god-forsaken land.</p> <p>You have unleashed an unspeakable blight upon the entire [[human race|BadEnding2]].</p> </center>
<<include "PetPass">>
<<include "PetPass">>
<div id="pet"> <center> <<switch $pet>> <<case "egg">> <img src="images/egg.gif"> <<case "slime">> <img src="images/slime.gif"> <<case "BAST">> <img src="images/bast.gif"> <<case "RAGNALLA">> <img src="images/ragnalla.gif"> <<case "ABHOLOS">> <img src="images/abholos.gif"> <<case "GHISGUTH">> <img src="images/ghisguth.gif"> <</switch>> </center> </div>
<<include "PetPass">> <center> <p>You pet the egg.</p> <p>It seems content.</p> <div id="continue"> <<button "Continue">> <<set $count_pet++>> <<goto "Game-Day1">> <</button>> </div> </center>
<<include "PetPass">> <centeR>BONUS <p>Your pet wants to play a game.</p> <div id="continue"> <<button "Continue">> <<goto "Game-Day1B">> <</button>> </div> </center>
<<include "PetPass">> <center> <div id="menu2"> <div> <<button "Left">><<set $game1_result to either("Correct :)"," Incorrect :(")>><<goto "Game-Day1C">><<if $game1_result is "Correct :)">><<set $game1_tally++>><</if>><</button>> </div> <div> <<button "Right">><<set $game1_result to either("Correct :)"," Incorrect :(")>><<if $game1_result is "Correct :)">><<set $game1_tally++>><</if>><<goto "Game-Day1C">><</button>> </div> </div> </center>
<<include "PetPass">> <center>$game1_result <p>Again</p></center> <div id="menu2"> <div> <<button "Left">><<set $game1_result to either("Correct :)"," Incorrect :(")>><<if $game1_result is "Correct :)">><<set $game1_tally++>><</if>><<goto "Game-Day1D">><</button>> </div> <div> <<button "Right">><<set $game1_result to either("Correct :)"," Incorrect :(")>><<if $game1_result is "Correct :)">><<set $game1_tally++>><</if>><<goto "Game-Day1D">><</button>> </div> </div>
<<include "PetPass">> <center>$game1_result <p>Again</p></center> <div id="menu2"> <div> <<button "Left">><<set $game1_result to either("Correct :)"," Incorrect :(")>><<if $game1_result is "Correct :)">><<set $game1_tally++>><</if>><<goto "Game-Day1E">><</button>> </div> <div> <<button "Right">><<set $game1_result to either("Correct :)"," Incorrect :(")>><<if $game1_result is "Correct :)">><<set $game1_tally++>><</if>><<goto "Game-Day1E">><</button>> </div> </div>
<<set $count_psychic += $game1_tally>> <<include "PetPass">> <center> $game1_tally/3 <p>Psychic Powers <<switch $game1_tally>> <<case 0>> Undetected <<case 1>> Minimal <<case 2>> Moderate <<case 3>> HIGH <</switch>> </p> <div id="continue"> <<button "Continue">> <<goto "Pre-Day2">> <</button>> </div> </center>
<center> <bR><br><br> <h1>Day 2</h1> <div id="continue"> <<button "Continue">> <<set $day to 2>> <<set $actions to 2>> <<goto "PetDisplay-Day2">> <</button>> </div> </centeR>
<center> <bR><br><br> <h1>Day 1</h1> <div id="continue"> <<button "Continue">> <<set $day to 1>> <<set $actions to 1>> <<goto "PetDisplay-Day1">> <</button>> </div> </centeR>
<<include "PetPass">> <center>$game1_result <br><br> <div id="continue"> <<button "Continue">> <<goto "Game-Day1F">> <</button>> </div> </center>
<<include "PetPass">> <center><p>You pet the egg.</p> <p>It seems <<print either("exuberant","pleased","joyous")>>.</p> <<include "ButtonDay2">> </center>
<div id="continue"> <<button "Continue">> <<if $actions == 0>> <<goto "Dialogue-Day2">> <<else>> <<goto "PetDisplay-Day2">> <</if>> <</button>> </div>
<<include "PetPass">> <center> <div id="menu2"> <div> <<button "Water">><<set $food to "water">><<set $count_goodfood++>> <<goto "Feed-Day2B">><</button>> </div> <div> <<button "Cola">><<set $food to "cola">><<set $count_badfood++>> <<goto "Feed-Day2B">><</button>> </div> </div> </center>
<<include "PetPass">> <center> <p>Fed $food. Yum.</p> <<include "ButtonDay2">> </center>
<<include "PetPass">> <center> <p>Eggs can't speak. But this one seems happy.</p> <div id="continue"> <<button "Continue">> <<goto "Evolution1">> <</button>> </div> </center>
<center> <bR><br><br> <h1>Day 3</h1> <div id="continue"> <<button "Continue">> <<set $day to 3>> <<set $actions to 3>> <<goto "PetDisplay">> <</button>> </div> </centeR>
<center> <bR><br><br> <h1>Day 4</h1> <div id="continue"> <<button "Continue">> <<set $day to 4>> <<set $actions to 4>> <<goto "PetDisplay">> <</button>> </div> </centeR>
<center> <bR> <h1>Day 5</h1> <p>The Time of Reckoning</p> <div id="continue"> <<button "Continue">> <<set $day to 5>> <<set $actions to 5>> <<goto "PetDisplay">> <</button>> </div> </centeR>
<center> <br><br><br><br> <p>...</p> <br> <div id="continue"> <<button "Continue">> <<goto "Evolution1B">> <</button>> </div> </center>
<center> <br><br><br><br> <p>The egg hatched.</p> <br> <div id="continue"> <<button "Continue">> <<set $pet to "slime">> <<goto "Evolution1C">> <</button>> </div> </center>
<<include "PetPass">> <center> <<timed 2s t8n>> <p>It's slime now.</p> <</timed>> <<timed 3s t8n>> <div id="continue"> <<button "Continue">> <<goto "Pre-Day3">> <</button>> </div> <</timed>> </center>
<div id="continue"> <<button "Continue">> /* DAY 3 */ <<if $day == 3>> <<if $actions == 0>> <<goto "Game-Day3">> <<else>> <<goto "PetDisplay">> <</if>> /* DAY 4 */ <<elseif $day == 4>> <<if $actions == 0>> <<goto "Dialogue-Day4">> <<else>> <<goto "PetDisplay">> <</if>> /* DAY 5 */ <<elseif $day ==5>> <<if $actions == 0>> <<goto "Game-Day5">> <<else>> <<goto "PetDisplay">> <</if>> <</if>> <</button>> </div>
<<include "PetPassSmall">> <centeR> <p>You pet your $pet.</p> <<if $day ==3>> <p>It seems <<print either("nonplussed","happy","excited","to glow with other-worldly energy","like a slime","silly", "wise beyond its shallow mortal years")>>.</p> <<elseif $day ==4>> <p>It seems <<print either("goofy","all right","to glow with other-worldly energy","like it is haunted by millenia of suffering","wise beyond its shallow mortal years","ancient and unknowable","omnipotent")>>.</p> <<else>> <p>It doesn't respond.</p> <</if>> <<include "ButtonDay345">> </center>
<<include "PetPass">> <centeR> <<if $day == 3>> <div id="menu2"> <div> <<button "Raisin Bran">><<set $food to "Raisin Bran">><<set $count_goodfood++>> <<goto "Feed-Day345B">><</button>> </div> <div> <<button "Froot Loops">><<set $food to "Froot Loops">><<set $count_badfood++>> <<goto "Feed-Day345B">><</button>> </div> </div> <<elseif $day == 4>> <div id="menu2"> <div> <<button "Salad">><<set $food to "salad">><<set $count_goodfood++>> <<goto "Feed-Day345B">><</button>> </div> <div> <<button "Pizza">><<set $food to "pizza">><<set $count_badfood++>> <<goto "Feed-Day345B">><</button>> </div> </div> <<elseif $day ==5>> <div id="menu2"> <div> <<button "Milk">><<set $food to "milk">><<set $count_goodfood++>> <<goto "Feed-Day345B">><</button>> </div> <div> <<button "Shake">><<set $food to "shake">><<set $count_badfood++>> <<goto "Feed-Day345B">><</button>> </div> </div> <</if>> </center>
<<include "PetPass">> <center> <<if $day == 5>> <p>Fed $food. $pet aches for more.</p> <<else>> <p>Fed $food. <<print either("Yum","It craves more","Delicious","It still hungers","It burps sonorously")>>.</p> <</if>> <<include "ButtonDay345">> </center>
<<include "PetPass">> <centeR>BONUS <p>Your pet wants to play a game.</p> <div id="continue"> <<button "Continue">> <<goto "Game-Day3B">> <</button>> </div> </center>
<<include "PetPass">> <center> <div id="menu2"> <div> <<button "Higher">><<set $game2_result to either("Correct :)"," Incorrect :(")>><<goto "Game-Day3C">><<if $game2_result is "Correct :)">><<set $game2_tally++>><</if>><</button>> </div> <div> <<button "Lower">><<set $game2_result to either("Correct :)"," Incorrect :(")>><<if $game2_result is "Correct :)">><<set $game2_tally++>><</if>><<goto "Game-Day3C">><</button>> </div> </div> </center>
<<include "PetPass">> <center>$game2_result <p>Again</p> <div id="menu2"> <div> <<button "Higher">><<set $game2_result to either("Correct :)"," Incorrect :(")>><<goto "Game-Day3D">><<if $game2_result is "Correct :)">><<set $game2_tally++>><</if>><</button>> </div> <div> <<button "Lower">><<set $game2_result to either("Correct :)"," Incorrect :(")>><<if $game2_result is "Correct :)">><<set $game2_tally++>><</if>><<goto "Game-Day3D">><</button>> </div> </div> </center>
<<include "PetPass">> <center>$game2_result <p>Again</p> <div id="menu2"> <div> <<button "Higher">><<set $game2_result to either("Correct :)"," Incorrect :(")>><<goto "Game-Day3E">><<if $game2_result is "Correct :)">><<set $game2_tally++>><</if>><</button>> </div> <div> <<button "Lower">><<set $game2_result to either("Correct :)"," Incorrect :(")>><<if $game2_result is "Correct :)">><<set $game2_tally++>><</if>><<goto "Game-Day3E">><</button>> </div> </div> </center>
<<include "PetPass">> <center>$game2_result <br><br> <div id="continue"> <<button "Continue">> <<goto "Game-Day3F">> <</button>> </div> </center>
<<set $count_psychic += $game2_tally>> <<include "PetPass">> <center> $game2_tally/3 <p>Psychic Powers <<switch $game2_tally>> <<case 0>> Dormant <<case 1>> Growing <<case 2>> Exceeding <<case 3>> MAXIMAL <</switch>> </p> <div id="continue"> <<button "Continue">> <<goto "Pre-Day4">> <</button>> </div> </center>
<<include "PetPass">> <center> <p>Your slime says its first words.</p> <div id="continue"> <<button "Continue">> <<goto "Dialogue-Day4B">> <</button>> </div> </center>
<<include "PetPassSmall">> <center> <p>"I love you so much, $name.<<print either("I want to be inside your skin!","I would rend the very stars!","I would consume those who stand in my way!")>>"</p> <br> <div id="continue"> <<button "Continue">> <<goto "Evolution2">> <</button>> </div> </center>
<center> <br><br><br><br> <p>...</p> <br> <div id="continue"> <<button "Continue">> <<goto "Evolution2B">> <</button>> </div> </center>
<center> <br><br><br><br> <p>Your slime transmogrifies.</p> <br> <div id="continue"> <<button "Continue">> <<if $count_pet >= 8>> <<set $pet to "BAST">> <<elseif $count_goodfood >= 5>> <<set $pet to "RAGNALLA">> <<elseif $count_badfood >= 5>> <<set $pet to "GHISGUTH">> <<else>> <<set $pet to "ABHOLOS">> <</if>> <<goto "Evolution2C">> <</button>> </div> </center>
<center> <<timed 2s t8n>> <p>$pet</p> <</timed>> <<timed 4s t8n>> <p> <<switch $pet>> <<case "BAST">> LADY OF COSMIC REDEMPTION <<case "RAGNALLA">> SEEKER IN THE SKIES <<case "ABHOLOS">> DEVOURER IN THE MIST <<case "GHISGUTH">> THE SOUND OF DEEP WATERS <</switch>> </p> <</timed>> <<timed 8s t8n>> <<include "PetPassSmall">><br> <</timed>> <<timed 10s t8n>> <div id="continue"> <<button "Continue">> <<goto "Pre-Day5">> <</button>> </div> <</timed>> </center>
<div id="pet-small"> <center> <<switch $pet>> <<case "egg">> <img src="images/egg.gif"> <<case "slime">> <img src="images/slime.gif"> <<case "BAST">> <img src="images/bast.gif"> <<case "RAGNALLA">> <img src="images/ragnalla.gif"> <<case "ABHOLOS">> <img src="images/abholos.gif"> <<case "GHISGUTH">> <img src="images/ghisguth.gif"> <</switch>> </center> </div>
<<include "PetPass">> <centeR>BONUS <p>Your $pet wants to play a game.</p> <div id="continue"> <<button "Continue">> <<goto "Game-Day5B">> <</button>> </div> </center>
<<link "BAST">><<set $pet to "BAST">><<goto "Day5SelectB">><</link>> <br> <<link "ABHOLOS">><<set $pet to "ABHOLOS">><<goto "Day5SelectB">><</link>> <br> <<link "GHISGUTH">><<set $pet to "GHISGUTH"'>><<goto "Day5SelectB">><</link>> <br> <<link "RAGNALLA">><<set $pet to "RAGNALLA">><<goto "Day5SelectB">><</link>> <br>
<<link "0-2">><<set $count_psychic to 0>><<goto "Pre-Day5">><</link>><br> <<link "3-4">><<set $count_psychic to 4>><<goto "Pre-Day5">><</link>><br> <<link "5-6">><<set $count_psychic to 6>><<goto "Pre-Day5">><</link>><br>
<div width="250%" style="transform:rotate(184deg);" class="spooky" id="spookydiv"> <center> <<link "The stars in their multitudes cannot stand in my way.">><<goto "EndStart">><</link>> The time for games has passed, $name. The stars in their multitudes cannot stand in my way. The stars in their multitudes cannot stand in my way. The stars in their multitudes cannot stand in my way The time for games has passed, $name. The stars in their multitudes cannot stand in my way. The stars in their multitudes cannot stand in my way. The stars in their multitudes cannot stand in my way. The time for games has passed, $name. </center> </div> <<timed 1s>> <<toggleclass "#spookydiv" "spooky">> <<toggleclass "#spookydiv" "spooky-fade">> <</timed>>
<center> <<include "PetPassSmall">> <<timed 1s t8n>> <p>"You have prepared me <<if $count_psychic <=2>>poorly<<else>>well<</if>> for the journey ahead."</p> <</timed>> <<timed 2s t8n>> <div id="continue"> <<button "Continue">> <<goto "EndStart2">> <</button>> </div> <</timed>> </center>
<center> <<include "PetPassSmall">> <<timed 1s t8n>> <p>"Thank you for <<switch $pet>><<case "BAST">>the pets.<<case "ABHOLOS">> everything.<<case "RAGNALLA">>the healthy sustenance.<<case "GHISGUTH">>the junk food.<<case "egg">>nothing.<</switch>>"</p> <</timed>> <<timed 2s t8n>> <div id="continue"> <<button "Continue">> <<if $pet is "BAST">> <<goto "GoodEnding1">> <<elseif $count_psychic <= 2>> <<goto "MiddleEnding1">> <<else>> <<goto "BadEnding1">> <</if>> <</button>> </div> <</timed>> </center>
<center><P>For a moment, $pet swells to a massive size. It takes flight above your god-forsaken land.</p> <div id="continue"> <<button "Continue">> <<goto "GoodEnding2">> <</button>> </div></center>
<center> <<include "PetPassSmall">> <<timed 1s t8n>> <p>"My psychic powers are <<if $count_psychic <=3>>dwindling. I shall do my best.<<else>>flourishing. I shall conquer the cosmos.<</if>>"</p> <</timed>> <<timed 2s t8n>> <div id="continue"> <<button "Continue">> <<goto "EndStart3">> <</button>> </div> <</timed>> </center>
<center><<include "PetPassSmall">> <p>But it would rather just have more pets, and returns to your Game Boy.</p> <div id="continue"> <<button "Continue">> <<goto "GoodEnding3">> <</button>> </div></center>
<<include "PetPass">> <center> <p>Thank you for playing!</p> <div id="continue"> <<button "Again?">> <<run UI.restart();>> <</button>> </div> </center>
<center><p>Oops! It looks like you unleashed a cosmic horror upon the universe.</p> <div id="continue"> <<button "Again?">> <<run UI.restart();>> <</button>> </div> </center>
<center><P>As horrible $pet swells to a massive size, it takes flight above your god-forsaken land.</p> <p>But its psychic powers run thin, and it [[shrinks back down|MiddleEnding2]].</p></center>
<center><<include "PetPassSmall">> <p>A cosmic deity now lives, trapped, in your Game Boy.</p> <div id="continue"> <<button "Continue">> <<goto "GoodEnding3">> <</button>> </div></center>
<p>[[Pre-Day1]]</p> <p>[[Pre-Day2]]</p> <p><<link "Pre-Day3">><<set $pet to "slime">><<goto "Pre-Day3">><</link>></p> <p><<link "Pre-Day4">><<set $pet to "slime">><<goto "Pre-Day4">><</link>></p> <p><<link "Day 5">><<goto "Day5Select">><</link>></p> <p>[[Game-Day5]]<p> <p>[[BadEnding1]]</p> <p><<link "Restart">><<run Dialog.setup(""); Dialog.wiki(Story.get("BadEnding3").processText()); Dialog.open();>><</link>></p>
<center><font id="logo1"><b>Nintendo</b></font> <font id="logo2"><i>GAME BOY</i></font> <font id="logo3"><<link "(TM)">><<run UI.restart();>><</link>></font></center>