Bugs-Life
JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
<<cacheaudio "boom" "audio/explode-short.mp3">>
<<cacheaudio "ooh" "audio/ooh.mp3">>
<<cacheaudio "yum" "audio/yum.mp3">>
<<cacheaudio "voop" "audio/voop.mp3">>
<<cacheaudio "magic" "audio/magic-short.mp3">>
<<cacheaudio "hum" "audio/humsong.mp3">>
<<cacheaudio "bell" "audio/bell.mp3">>
<<cacheaudio "click" "audio/click.mp3">>
<<cacheaudio "laugh" "audio/laugh.mp3">>
<<cacheaudio "slide" "audio/slide.mp3">>
<<audio "hum" play>>
<<audio "hum" volume 0 fadein>>
/*SET INITIAL VARIABLES or defaults HERE*/
<<set $love = 0>><<set $pcStr = 3>><<set $hasKey = 0>>
<<set $diemsg to "so sad.">>
<<set $winmsg to "so glad.">>
<<set $yourname to "You">>
importScripts(
"js/jquery.preload.js",
);
importStyles(
"css/bleached.css",
);
© Breanda Kuhler 2019
This is the story banner.
This is the story caption. Is it supposed to be longer?
<a href="mailto:babcock@ucmo.edu">If you liked the game email me at: babcock@ucmo.edu</a>
<div class="header">Scrat's Wish<span id="placename"><<print $bCrumb>></span></div>
This is the subtitle of the story.
<<widget "he">><<if $pcSex eq "male">>he<<elseif $pcSex eq "female">>she<<else>>it<</if>><</widget>>
<div class="illustration feature">[img[images/env/stars.png]]</div>
This is a beginning. An HTML DIV tag styles a twinescript placed image. A simple button goes to basic tutorials. Two text links go somewhere while changing the "breadcrumb" variable to new text that will display in the header on the screen that they go to. There is a 15 second timer that advances for you if you don't choose.
<<button [[Tutorial|Basics]]>><</button>>
<<link [[Bridge]]>><<set $bCrumb = "On The Bridge">><</link>>
[[walk more?|Take Walk][$bCrumb to "Walking"]]
<<timed 15s>><<goto [[Take Walk]]>><<set $bCrumb = "Ended up Walking">><</timed>>
<div class="illustration">[img[images/env/skele.png]]</div>
$yourname died.
<<print $diemsg>>
<<set $pcStr = 0>>
→ To print the total number of passages considered for completion.
<<print Completion.total()>>
→ To print the number of passages which have been visited.
<<print Completion.count()>>
→ To print the completion percentage (format: "###.#%").
<<print Completion.percentage()>>
→ To print the total number of passages, passages which have been
→ visited, and completion percentage (format: "#/# (###.#%)").
<span class="failify bigicon"><i class="fa fa-tasks" style="margin-right: .75em;"></i><<print Completion.all()>></span>/*chart-line, sort-amount-up*/
<<display lovemeter>>
<div class="illustration">[img[images/env/squarehall-w.jpg]]</div>
You are in a square hall.
Do you mind telling me your name?
User input with placeholder sets a variable.
<<textbox "$yourname" "You">>
<<button [[go further|forward]]>><<set $bCrumb = "Forward Hall">><</button>><<button [[go back|backward]]>><<set $bCrumb = "Backward Hall">><</button>>
<<button 'Random Choice' `either('forward', 'backward')`>><</button>>
The header is created in the PassageHeader special passage and is set to print the answer to the variable "bCrumb" to give you a page title each time. (It has to be set in the screen before).
The footer is created in the PassageFooter special passage and has icons with variables shown by numbers. These initial values are set tin the StoryInit special passage.
<div class="illustration"><<if hasVisited("backward")>><div class="double-img hall-fem1mad"></div><<else>><div class="double-img hall-fem1"></div><</if>></div>/*special "if/else" markup to check if saw green alien passage*/
<<nobr>>
<<if $yourname.includes("tupid") or $yourname.includes("uck")>><<set $yourname to "Potty Mouth">><</if>> /*check for bad words and change if found*/
<<switch visited()>> /*when you come back message changes*/
<<case 1>>
<<yourname>> chose to go forward (used yourname text input). The first time you visit here you see this message.<<if hasVisited("backward")>>…if you saw the green alien first you see this too…<</if>>
<<case 2 3>>
It's her again! You have to talk to her. 2nd and 3rd time you come here.
<<default>>
Its the woman. Okay already. 4th time and after visiting.
<</switch>>
<br><br>/*gives a line break to override the nobr*/
<<timed 2s t8n>> /*a time delays when this shows and fades in*/
<div class="leftquote"><span>Hello There. I'm talking nice. How will you respond?</span><div class="tail"></div></div>
/*a special CSS Div and Span series makes the text message look*/
<<audio ooh play>> /*the "ooh" sound is played*/
<br>/*gives a line break to override the nobr*/
<<next>>/*continues the timed content same parameters*/
<div class="choicequote"><span>[[Nice|Nice Hall][$bCrumb to "Nice Hall"]] - or - [[Mean|Mean Hall][$bCrumb to "Mean Hall"]]</span><div class="tail"></div></div>
/*a special CSS Div and Span series makes the text message look and gives you two links inside it.*/
<</timed>>
<<audio "hum" fadeout>> /*the "hum" song fades volume out and stops*/
<</nobr>>
<div class="illustration"><div class="double-img hall-ali1" title="Green Alien"></div></div>
$yourname (variable used but not word checked) doesn't get far before you find your path suddenly blocked by some weird green thing. Do you panic and flee? Or do you try to talk your way out of it?
<<nobr>>
<<button [[panic!|Alien Panic]]>><<set $bCrumb to "Make Up Something!">><</button>>
<<button [[turn around|forward]]>><<set $bCrumb to "Back to Forward Hall">><</button>>
<<button [[Talk|Alien Talk]]>><<set $bCrumb to "Alien Doesn't Understand">><</button>>
<</nobr>>
<<set $love to $love + 1>>/* love variable is increased by 1 and is reflected in footer*/
<<display lovemeter>>/*lovemeter passage is included here*/
<<audio "hum" fadeout>>/* "hum" audio fades out and stops*/ <div class="illustration"><div class="double-img hall-fem1smirk"></div></div>
<div class="rightquote"><span>You have really cool hair!</span><div class="tail"></div></div>
<<timed 2s t8n>>Hmm. Nice, but suspicious. <i class="fa fa-heart notify"><em>Love +1</em></i><<set $love++>><<audio bell play>>
<<next>>more text
<<next>>
<div class="leftquote"><span>Well . . . Thanks, I guess.How can I help you?</span><div class="tail"></div></div>
<<next>><div class="choicequote"><span><<link [[I need to find the bridge!|Space Death]]>><<set $diemsg to "She didn't trust you">><<set $bCrumb to "Betrayed">><</link>> <br>- or -<br> [[widget test|QuoteTest][$bCrumb to "Quote Test"]]</span><div class="tail"></div></div><</timed>>
<div class="illustration"><div class="double-img hall-fem1mad"></div></div>
<div class="rightquote"><span>I don't need to tell you anything!</span><div class="tail"></div></div>
<<timed 2s t8n>>She looks shocked, of course <span class="fa fa-heart failify"><em>Karma -1</em></span><</timed>>
<span id="early"><<button [[Just Run|Run!]]>><</button>></span>
<<timed 3s t8n>>
<<replace "#early">>Too Late<</replace>>
<div class="leftquote"><span>Well . . . okay. Are you looking for something?</span><div class="tail"></div></div><</timed>>
<<timed 5s t8n>><<set $seconds to 5>>\
<span class="failify">Answer Quick! <i class="fa fa-clock"></i> <span id="countdown">$seconds</span>!</span>\
<<nobr>>
<<repeat 1s>>
<<set $seconds to $seconds - 1>>
<<if $seconds gt 0>>
<<replace "#countdown">>$seconds<</replace>>
<<else>>
<<replace "#countdown">>Times Up<</replace>>
<<stop>>
<</if>>
<</repeat>>
<</nobr>>
<<button [[Run!]]>>
<<if $seconds gt 0>>
/% The player clicked the link in under 5s, so they escape %/
<<goto "backward">><<set $bCrumb to "Back to Backward Hall">>
<<else>>
/% Else, they die %/
<<set $toolate = "too late">>
<<goto "Space Death">><<set $bCrumb to "Decided Too Late">>
<</if>>
<</button>> \
<<button [[fight|Space Death]]>>Fight!<<set $bCrumb to "She Was Stronger">><</button>>
<</timed>>
<<set $love-->>
<div class="illustration"><div class="double-img hall-ali1"></div></div>
→ Creates a text box which modifies $pie
What's your favorite pie? <<textbox "$pie" "Blueberry">>
<<button [[submit|Pie Result]]>>My Pie<<set $bCrumb to "Made Pie Choice">><</button>>/*pie variable is changed without the button*/
<i class="fa fa-heart failify"><em>Health -1</em></i><<audio slide play>>
<<set $pcStr-->>/*takes one from the health variable*/
<div class="illustration"><div class="double-img hall-ali1"></div></div>
<div class="rightquote"><span>Hello sir. How's your day going?</span><div class="tail"></div></div>
<<timed 2s t8n>>The alien seems pleased that you addressed it. <i class="fa fa-heart notify"><em>Love +1</em></i><<audio bell play>>
<<next 2s t8n>>
<div class="leftquote"><span>!@#$%?</span><div class="tail"></div></div>
<<next 2s t8n>>Umm... Yeah, okay. Now what?<br>
<<next 2s t8n>><div class="choicequote"><span>[[I need to find the bridge!|Alien Key][$bCrumb to "Got Key!"]] <br>- or -<br> [[You no speaka Englais?|Bridge][$bCrumb to "He Took You to the Bridge"]]</span><div class="tail"></div></div><</timed>>
<<set $love++>>/* love variable is increased by 1 and is reflected in footer*/
<div class="illustration"><div class="double-img hall-ali1"></div></div>
The alien nods and hands you a small plastic card. <i class="fa fa-key notify"><em>Key +1</em></i><<audio bell play>><<set $hasKey++>>/*increases the key variable*/
<<timed 3s t8n>>
<div class="leftquote"><span>!@#$%?</span><div class="tail"></div></div>
<<next>>Umm... Yeah, okay. Now what?<br>
<<next>><div class="choicequote"><span>[[Will you show me the way to the bridge?|Bridge][$bCrumb to "Door to Bridge"]] <br>- or -<br> [[I don't want your filthy ID badge!|Space Death][$bCrumb to "Deserved It!"]]</span><div class="tail"></div></div><<set $diemsg to "That was a rude thing to say to the alien!">><</timed>>
<div class="illustration"><div class="double-img bridge-ali1"></div></div>
The alien took you to the bridge.
<<if $hasKey == 1>>
You show the card <i class="fa fa-key notify"></i> that the alien gave you to the door guard.<<audio laugh play>>
It's a good thing you were nice. Now you have the choice to [[win]].<<set $winmsg to "Nice people always win.">>/*win screen has a variable that you set here*/
<<else>>
The door guard asks you for a keycard, <i class="fa fa-key failify"></i> but you don't have one.<<audio ooh play>>
I guess you should have been nice. Now you will die.
<<timed 6s>><<goto [[Space Death][$bCrumb to "Wasn't Nice"]]>><<set $diemsg to "Maybe you should have been nice to that green alien.">><</timed>>
<</if>> Ran
<<set $bCrumb = passage()>>
<<fadein 2s 2s>>Fade me in over half a second, but give the passage transition a moment to finish.<</fadein>>
<<timed 6s>><<goto [[backward]]>><<set $bCrumb = "Ran Backward">><</timed>>
<div class="illustration"><div class="double-img hall-ali1"></div></div>
<div class="rightquote"><span>My favorite pie is $pie!</span><div class="tail"></div></div>
<<timed 4s>>
<<if $pie.includes("pple") or $pie.includes("herry")>>/*result is case sensitive so it works to leave off the first letter*/
<<goto [[win]]>><<set $bCrumb to "Pie Lover's Paradise">>
<<set $winmsg to "People that love $pie pie deserve to win!">>
<<else>>
<<set $diemsg to "The crew did not agree with your choice of favorite pie!">><<goto [[Space Death]]>><<set $bCrumb to "Bad Pie Choice">><<audio boom play>>
<</if>>
<</timed>>
<<if hasVisited("Bar")>>…has been to the Bar…<</if>>
<<if not hasVisited("Bar")>>…has never been to the Bar…<</if>>
<<if hasVisited("Bar", "Café")>>…has been to both the Bar and Café<</if>>
<<if not hasVisited("Bar", "Café")>>…has never been to either the Bar, Café, or both…<</if>> $("#passages").on("mouseenter", ".header", function() {
$("#ui-bar").show();
});
$("#ui-bar").mouseleave(function() {
$("#ui-bar").hide();
});
$(".choicequote").mouseover(function() {
$(".choicequote").addClass("blueme");
});
// IMAGE PRELOADER - USE FOR HOVER AND INTERACTIVE CHANGE IMAGES
$.preload(
"images/char/ali1.png",
"images/char/ali2.png",
"images/char/ali3.png",
"images/char/bot1.png",
"images/char/fem1.png",
"images/char/fem2.png",
"images/char/fem3.png",
"images/char/man1.png",
"images/char/man2.png",
"images/env/bridge.png",
"images/env/roundhall.png",
"images/env/skele.png",
"images/env/space-1.jpg",
"images/env/space-1b.jpg",
"images/env/squarehall-w.jpg",
"images/env/squarehall.png",
"images/env/stars.png",
"images/env/sunrise.png"
);
<div class="illustration"><div class="double-img hall-fem1gif"></div></div>
<<nobr>>
<<theysay>>
<<link "<<comment>>">>
<<replace ".leftquote">>
They are saying this.
<<said>>
<</replace>>
<<toggleclass ".leftquote" "show">>
<</link>>
<<yousay>>
<<link "<<reply>>">>
<<replace ".rightquote">>
You are saying this.
<<said>>
<</replace>>
<<toggleclass ".rightquote" "show">>
<</link>>
<<saythis>>
<<link "<<say>>">>
<<replace ".choicequote">>
[[I need to find the bridge!|Space Death][$bCrumb to "Betrayed"]] - or - [[widget test|convo-test][$bCrumb to "Convo Macro Test"]]<<said>>
<</replace>>
<<toggleclass ".choicequote" "show">>
<</link>>
<</nobr>>
<<widget "theysay">><div class="leftquote qhide"></div><</widget>>
<<widget "said">><div class="tail"></div><</widget>>
<<widget "comment">><i class="fa fa-comment comment"></i><</widget>>
<<widget "yousay">><div class="rightquote qhide"></div><</widget>>
<<widget "reply">><i class="fa fa-comment reply"></i><</widget>>
<<widget "say">><i class="fa fa-comment-alt say"></i><</widget>>
<<widget "saythis">><div class="choicequote qhide"></div><</widget>>
<<widget "you-they-say">><<yousay>>
<<theysay>>
<<saythis>><</widget>>
<div class="illustration"><div class="double-img hall-fem1"></div></div>
<<nobr>>
<<you-they-say>>
<<link "<<convo>>">>
<<timed 400ms t8n>>
<<replace ".rightquote">>
You chose to say this.
<<said>>
<</replace>>
<<toggleclass ".rightquote" "show">>
<<next 2s>>
<<replace ".leftquote">>
They respond by saying this. <span class="fa fa-heart notify"><em>Karma +1</em></span>
<<said>>
<</replace>>
<<toggleclass ".leftquote" "show">>
<<next>>
<<replace ".choicequote">>
[[I need to find the bridge!|Space Death][$bCrumb to "Betrayed"]] - or - [[widget test|ConvTest2][$bCrumb to "Deserved It!"]]<<said>>
<</replace>>
<<toggleclass ".choicequote" "show">>
<</timed>>
<</link>>
<</nobr>>
<<set $love++>>
<<widget "convo">><i class="fa fa-comments convo"></i><</widget>>
<<widget "they-say">><<theysay>>
<span class="interim qhide">Interim Statment</span><br>
<<saythis>><</widget>>
<<nobr>>
<<they-say>>
<<link "<<convo>>">>
<<timed 400ms t8n>>
<<replace ".leftquote">>
They respond by saying this.
<<said>>
<</replace>>
<<toggleclass ".leftquote" "show">>
<<next 2s>>
<<replace ".interim">>
Which makes us wonder. <span class="fa fa-heart notify"><em>Karma +1</em></span>
<</replace>>
<<toggleclass ".interim" "show">>
<<next 2s>>
<<replace ".choicequote">>
[[I need to find the bridge!|Space Death][$bCrumb to "Betrayed"]] - or - [[happy ending|win][$bCrumb to "Deserved It!"]]<<said>>
<</replace>>
<<toggleclass ".choicequote" "show">>
<</timed>>
<</link>>
<</nobr>>
<div id="lovemeter"><<if $love lt 0>><img src="images/char/fem1mad.png" width="100" height="100" alt="Mad Face" />
She is very mad!<<elseif $love is 0>><img src="images/char/fem1shock.png" width="100" height="100" alt="Shock Face" />
She can't believe how awful you are.<<elseif $love is 1>><img src="images/char/fem1.png" width="100" height="100" alt="Meh Face" />
She suspected as much.<<elseif $love is 2>><img src="images/char/fem1smirk.png" width="100" height="100" alt="Smirk Face" />
She is tickled.<<elseif $love is 3>><img src="images/char/fem1.gif" width="100" height="100" alt="All Expressions" />
She doesn't know what to think<</if>></div>
<div class="illustration feature">[img[images/env/sunrise.png]]</div>
<<yourname>> won!/*used styled version of "yourname" variable from macro here*/
<<print $winmsg>>
<span class="notify bigicon"><i class="fa fa-tasks" style="margin-right: .75em;"></i><<print Completion.all()>></span>/*chart-line, sort-amount-up*/
<<display lovemeter>>
<<audio "magic" play>>
<<widget "yourname">><span class="your-input"><<print $yourname>></span><</widget>>
There are 3 ways to include an image:
TwineScript (can't change size or include alt info)
[img[images/skull.png]]
HTML Image Tag (can force a size and do alt info)
<img src="images/char/fem2.png" width="200" height="200" alt="2nd Female">
As CSS Background Image on an object (must describe size in css)
<div class="tut-img double-img hall-fem1" title="Female Character"></div>
<<back>>
Here are basic interactive guidelines
[[Including Images]]
[[Linked Text]]
To go to another passage is [[simple]].
You can use other [[words|simple]] and still get there.
<<button [[simple]]>><</button>>
<<button [[go there|simple]]>><</button>>
An image can be a link:
<<link [img[images/bird-1.png][simple]]>><</link>>
A timer can do a link:<<nobr>>
<<timed 22s>><<goto [[simple]]>><</timed>>
<<set $seconds to 20>>
<span class="failify"> Countdown: <i class="fa fa-clock"></i> <span id="countdown">$seconds</span>!</span>
<<repeat 1s>>
<<set $seconds to $seconds - 1>>
<<if $seconds gt 0>>
<<replace "#countdown">>$seconds<</replace>>
<<else>>
<<replace "#countdown">>Times Up<</replace>>
<<stop>>
<</if>>
<</repeat>>
<</nobr>>
<<back>>
This is the simple passage that you linked to.
<<back>>
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
Ladybugs can't swim, START OVER.
<div class="icon-leaf"> </div>
<div class="illus Fly" title="fly"></div>
Is $yourname Crazy.... Your carring a Nut Remimber. Try again, go back
<<button [[Pasture]]>><</button>>
<<button [[Forest]]>><</button>>
<div class="illus Walk2"title="walk2"></div>
Walking does seam to be the best Idea. To walk may be slower but, $yourname can easily cary Scrats' nut.
How shall we carry the nut? with a.....
<<button [[Leaf]]>><</button>>
<<button [[Spider Web]]>><</button>>
<div class="illus Climb" title="climb"></div>
Ok $yourname is going to climb trees. what will $yourname cary the Nut with?
<<button [[a leaf]]>><</button>>
<<button [[a Spider Web]]>><</button>>
While walking through the paster $yourname see's clouds aporching, and relizes it is going to rain soon. $yourname needs to take cover, but there are no trees?
<<button [[Tree Bark]]>><</button>>
<<button [[Leaf]]>><</button>>
<<button [[Climb|climb]]>><</buyyon>>
Ladybugs can live on a pasture\, but there isn't alot of coverage. Maybe $yourname can diliver the Nut through the pasture.
There is not alot to climb. Does $yourname
<<button [[Fly]]>><</button>>
<<button [[Walk|walk]]>><</button>>
<<button [[Climb|climb]]>><</buyyon>>
<div class="illus Forest" title="forest"></div>
A ladybugs habitat is in a forest, Medows, weed Patchers or Gardens.
Now that $yourname is in the forest what shall we do next? Remimber we are caring a NUT.
<<button [[Fly]]>><</button>>
<<button [[Walk]]>><</button>>
<<button [[Climb Trees]]>><</button>>
<div class="illus Climb" title="climb"></div>
Double-click this passage to edit it.
<div class="icon-leaf"> </div>
<div class="illus wish" title="Wish"></div>
Do you mind telling me your name?
User input with placeholder sets a variable.
<<textbox "$yourname" "You">>
One day buzzing on the flowers, you run into your friend Scrat. Scrat wishes He could give his mom this rare golden nut, but he doesn't have the time. He is to busy harvestting nuts for him family before winter. You tell Scrat "granting wishes are what Ladybugs do."
To Grant Scrat's wish, what path will you take?
<div class="illus Forest" title="forest"></div>
<<button [[Forest|Forest 1]]>><</button>>
<div class="illus River" title="river"></div>
<<button [[River]]>><</button>>
<div class="illus Pasture" title="pasture"></div>
<<button [[Pasture|Pasture 1]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Forest" title="forest"></div>
A ladybug’s habitat is in a forest, Meadows, weed Pastures or Gardens.
Now that $yourname is in the forest what shall we do next? Remember we are caring a nut.
<<button [[Fly|Fly 1]]>><</button>>
<<button [[Walk|Walk 1]]>><</button>>
<<button [[Climb Trees|Climb Trees 1]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Pasture" title="pasture"></div>
Ladybugs can live on a pastures, but there isn't much coverage. Is $yourname willing to take the risk? What path with $yourname choose.
<<button [[Fly|Fly 2]]>><</button>>
<<button [[Walk|Walk 3]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Fly" title="flyt"></div>
Have $yourname lost your mind? $yourname is caring a nut remember
<<button [[Walk|Walk 1]]>><</button>>
<<button [[Climb Trees|Climb Trees 1]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Walk2" title="walk2"></div>
Walking does seam to be the best Idea. To walk may be slower but, $yourname can easily carry Scrats' nut.
How shall we carry the nut?
<<button [[with a Leaf|Leaf 1]]>><</button>>
<<button [[with a Spider Web|Web 1]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Climb" title="climb"></div>
Ok $yourname is going to climb trees. what will $yourname cary the Nut with?
<<button [[leaf|Leaf 2]]>><</button>>
<<button [[Spider Web|Web 2]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Pick-Flower" title="pick-flower"></div>
Cool $yourname can easily [[pick a leaf|Pick 1]] off a flower stem. <div class="icon-leaf"> </div>
<div class="illus Web-Forest" title="web-forest"></div>
To get a spider web, $yourname will have ato face a spider. Can Ladybugs be in contact with a spider with out dyeing?
<<button [[Yes|Yes 1]]>><</button>>
<<button [[No|No 1]]>><</button>> <div class="icon-leaf"> </div>
div class="illus Leaf-Forest" title="leaf-forest"></div>
Cool $yourname can easily [[pick a leaf|Pick 2]] off a tree stem.
<div class="icon-leaf"> </div>
<div class="illus Web-Forest2" title="web-forest2"></div>
To get a spider web, $yourname will have to face a spider. Can Ladybugs be incontact with a spider with out dyeing?
<<button [[Yes|Yes 2]]>><</button>>
<<button [[No|No 2]]>><</button>> <div class="icon-leaf"> </div>
<div class="illus Walk-Pasture" title="walk-pasture"></div>
Walking does seam to be the best Idea. To walk may be slower but, $yourname can easily cary Scrats' nut.
How shall we carry the nut? with a.....
<<button [[Leaf|Leaf 5]]>><</button>>
<<button [[Spider Web|Web 5]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Fly" title="flyt"></div>
Is $yourname crazy? Your caring a nut remember
<<button [[Continue|Walk 3]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Walking-Forest-Leaf" title="walking-forest-leaf"></div>
Now that $yourname has a way to carry the nut, $yourname can be on thier way, but we don’t know where Scrat's mother lives. Lets see if $yourname can
[[find help|Find Help 1]].
<div class="icon-leaf"> </div>
div class="illus Leaf-Forest2" title="leaf-forest2"></div>
Now that $yourname has a way to carry the nut, $yourname can be on thier way, but we don’t know where Scrat's mother lives. Lets see if $yourname can [[find help|Find Help 4]].
<div class="icon-leaf"> </div>
<div class="illus Pick-Flower" title="pick-flower"></div>
Cool $yourname can easily [[pick a leaf|Pick 5]] off a flower stim
<div class="icon-leaf"> </div>
<div class="illus Web-Pasture" title="Web-Pasture"></div>
To get a spider web, $yourname will have to face a spider. Can Ladybugs be incontact with a spider with out dyeing?
<<button [[Yes|Yes 5]]>><</button>>
<<button [[No|No 5]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Walk-Pasture-Leaf" title="walk-pasture-leaf"></div>
Now that $yourname has a way to carry the nut, $yourname can be on thier way, but we don’t know where Scrat's mother lives. Lets see if $yourname can
[[find help|Find Help 13]].
<div class="icon-leaf"> </div>
<div class="illus Ladybug-Happy" title="ladybug-happy"></div>
Ladybugs will bend down like turtles and bleed through their knees slightly. The smell scares off their enemies. This is similar to a skunk.
Now that $yourname has a way to carry the nut, $yourname can be on thier way, but we don’t know where Scrat's mother lives. Lets see if $yourname can
[[find help|Find Help 2]].
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
Ladybugs will bend down like turtles and bleed through their knees slightly. The smell scares off their enemies. This is similar to a skunk. Click on yes to continue.
<<button [[Yes|Yes 1]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Y-Forest2" title="y-forest2"></div>
While walking $yourname sees a yellow ladybug. Does $yourname ask where Scrat's mother lives?
<<button [[Yes|Yes 13]]>><</button>>
<<button [[No|No 13]]>><</button>> <div class="icon-leaf"> </div>
<div class="illus Y-Forest2" title="Y-Forest2"></div>
While walking $yourname sees a yellow ladybug. Does $yourname ask where Scrart's mother lives?
<<button [[Yes|Yes 14]]>><</button>>
<<button [[No|No 14]]>><</button>> <div class="icon-leaf"> </div>
div class="illus Y-Climb" title="y-climb"></div>
While climbing $yourname sees a yellow ladybug. Does $yourname ask where Scrat's mother lives?
<<button [[Yes|Yes 16]]>><</button>>
<<button [[No|No 16]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Web-Climb" title="web-climb"></div>
Ladybugs will bend down like turtles and bleed through their knees slightly. The smell scares off their enemies. This is similar to a skunk.
Now that $yourname has a way to carry the nut, $yourname can be on thier way, but we don’t know where Scrat's mother lives. Lets see if $yourname can
[[find help|Find Help 5]].
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
Ladybugs will bend down like turtles and bleed through their knees slightly. The smell scares off their enemies. This is similar to a skunk.
Get That Spider <<button [[web|Yes 2]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Y-Climb2" title="y-climb2"></div>
While walking $yourname sees a yellow ladybug. Does $your name ask where
Scrat's mother lives?
<<button [[Yes|Yes 17]]>><</button>>
<<button [[No|No 17]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Y-Pasture" title="y-pasture"></div>
While walking $yourname sees a yellow ladybug. Does $yourname ask where Scrat's mother lives?
<<button [[Yes|Yes 26]]>><</button>>
<<button [[No|No 26]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Ladybug-Happy" title="ladybug-happy"></div>
Ladybugs will bend down like turtles and bleed through their knees slightly. The smell scares off their enemies. This is similar to a skunk.
Now that $yourname has a way to carry the nut, $yourname can be on thier way, but we don’t know where Scrat's mother lives. Lets see if $yourname can
[[find help|Find Help 14]].
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
Ladybugs will bend down like turtles and bleed through their knees slightly. The smell scares off their enemies. This is similar to a skunk.
<<button [[Continue|Yes 5]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Y-Pasture2" title="y-pasture2"></div>
While walking $yourname sees a yellow ladybug. Does $yourname ask where Scrat's mother lives?
<<button [[Yes|Yes 28]]>><</button>>
<<button [[No|No 28]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
$yourname was eaten. The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. Continue by selecting no.
<<button [[No|No 13]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Ladybug-Happy" title="ladybug-happy"></div>
The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. $yourname needs to [[continue walking|Continue Walking 2]] till you see someone else that can help.
<div class="icon-leaf"> </div>
<div class="illus Ladybug-Happy" title="ladybug-happy"></div>
$yourname made the right choice!
The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. $yourname can [[continue walking| Continue Walking 4]] till you see someone else that can help.
<div class="icon-leaf"> </div>
$yourname finds out you need to take the next right, then turn left. Walk until you see the maple tree.
<div class="illus Ask-Directions" title="ask-directions"></div>
[[continue walking| Continue Walking 5]]
<div class="icon-leaf"> </div>
While $yourname makes the next right. $yourname begins to get hungry. What will $yourname choose to eat?
<div class="illus Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 2]]>><</button>>
<div class="illus Eat-Nut1" title="eat-nut1"></div>
<<button [[The Nut|The Nut 2]]>><</button>>
<div class="illus Honey" title="honey"></div>
<<button [[Honey|Honey 2]]>><</button>>
[[continue walking| Continue Walking 5]]
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
$yourname was eaten. The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. $yourname needs to [[continue climbing|Continue Climbing 10]] till you see someone else that can help.
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
$yourname was eaten. The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs.$yourname needs to [[continue climbing|Continue Climbing 5]] till you see someone else that can help.
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="Ladybug-Happy"></div>
$yourname made the write choice.
The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. $yourname needs to [[continue Climbing|Continue Climbing 5]] till you see someone else that can help.
<div class="icon-leaf"> </div>
<div class="illus Walking-Forest-Leaf" title="walking-forest-leaf"></div>
While walking $yourname becomes hungry. What should $yourname find to eat?
<div class="illus Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 2]]>><</button>>
<div class="illus Eat-Nut1" title="eat-nut1"></div>
<<button [[The Nut|The Nut 2]]>><</button>>
<div class="illus Honey" title="honey"></div>
<<button [[Honey|Honey 2]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Web-Climb" title="web-climb"></div>
While Climbing $yourname becomes hungry. What should $yourname find to eat?
<div class="illus Alphid" title="alphid"></div>
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 9]]>><</button>>
<div class="illus Eat-Nut1" title="eat-nut1"></div>
<div class="eat-nut" title="eat-nut"></div>
<<button [[The Nut|The Nut 9]]>><</button>>
<div class="illus Honey" title="honey"></div>
<div class="Honey" title="Honey"></div>
<<button [[Honey|Honey 9]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="ladybug-happyw"></div>
Ladybugs love eating alphids. In fact a ladybug will eat up to 5,000 in thier lifetime.
Now that $yourname has ate, $yourname decides to continue walking. While walking the sun begins to set, and $yourname becomes cold. How $yourname find a warm place for the night?
<<button [[Dig a whole in the dirt |warm 2]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 1]]>><</button>>
<<button [[Find a pile of leaves or old log |warm 3]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Scrat's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 2]]>><</button>>
<div class="Honey" title="Honey"></div>
<<button [[Honey|Honey 2]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Honey-No" title="honey-no"></div>
<div class='ate-nut'>$yourname stuck</div>
Try again
<div class="illus Alphid" title="alphid"></div>
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 2]]>><</button>>
<div class="illus Eat-Nut1" title="eat-nut1"></div>
<div class="eat-nut" title="eat-nut"></div>
<<button [[The Nut|The Nut 2]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="ladybug-happyw"></div>
Ladybugs love eating alphids. In fact a ladybug will eat up to 5,000 in thier lifetime.
Now that $yourname has ate, $yourname decides to continue walking. While walking the sun begins to set, and $yourname becomes cold. How $yourname find a warm place for the night?
<<button [[Dig a whole in the dirt |warm 5]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 4]]>><</button>>
<<button [[Find a pile of leaves |warm 6]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Scrat's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 5]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Honey|Honey 5]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="ladybug-happyw"></div>
Ladybugs love eating alphids. In fact a ladybug will eat up to 5,000 in thier lifetime.
Now that $yourname has ate, $yourname decides to continue climbing. While climbing the sun begins to set, and $yourname becomes cold. How $yourname find a warm place for the night?
<<button [[Dig a whole in the dirt |warm 8]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 7]]>><</button>>
<<button [[Find a pile of leaves |warm 9]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Scrat's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Please eat the <<button [[Aphids|Aphids 9]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class='ate-honey'>$yourname is stuck</div>
<div class="illus Honey-No" title="honey-no"></div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="illus Alphid" title="alphid"></div><div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 9]]>><</button>>
<div class="illus Eat-Nut1" title="eat-nut1"></div>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Nut|The Nut 9]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
While walking $yourname becomes hungry. What should $yourname find to eat?
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 11]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[The Nut|The Nut 11]]>><</button>>
<div class="Honey" title="Honey"></div>
<<button [[Honey|Honey 11]]>><</button>>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
div class="Alphid" title="alphid"></div>
<div class="illus Ladybug-Happy" title="ladybug-happyw"></div>
Ladybugs love eating alphids. In fact a ladybug will eat up to 5,000 in thier lifetime.
Now that $yourname has ate, $yourname decides to continue climbing. While climbing the sun begins to set, and $yourname becomes cold. How $yourname find a warm place for the night?
<<button [[Dig a whole in the dirt |warm 11]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 10]]>><</button>>
<<button [[Find a pile of leaves |warm 12]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 11]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Honey|Honey 11]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Please eat the <<button [[Aphids|Aphids 11]]>><</button>>Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 11]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Nut|The Nut 11]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
$yourname was eaten. The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs.
<<button [[Continue|No 26]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="ladybug-happy"></div>
$yourname made the right choice!
The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. $yourname can [[continue walking| Continue Walking 27]] till you see someone else that can help.
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>div
<div class="illus Ladybug-Happy" title="ladybug-happyw"></div>
Ladybugs love eating alphids. In fact a ladybug will eat up to 5,000 in thier lifetime.
Now that $yourname has ate, $yourname decides to continue walking. While walking the sun begins to set, and $yourname becomes cold. How $yourname find a warm place for the night?
<<button [[Dig a whole in the dirt |warm 14]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 13]]>><</button>>
<<button [[Find a pile of leaves |warm 15]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class="ate-nut">$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 27]]>><</button>>
<div class="eat-nut"title="eat-nut"></div>
<<button [[Honey|Honey 27]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class="honey-no">$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 27]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Nut|The Nut 27]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
$yourname was eaten. The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs.
<<button [[Contineu|Continue Walking 29]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="ladybug-happy"></div>
$yourname made the right choice!
The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. $yourname needs to [[continue walking| Continue Walking 29]] till you see someone else that can help.
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Web-Pasture2" title="web-pasture2"></div>
While walking $yourname becomes hungry. What should $yourname find to eat?
<div class="illus Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 2]]>><</button>>
<div class="illus Eat-Nut1" title="eat-nut1"></div>
<<button [[The Nut|The Nut 2]]>><</button>>
<div class="illus Honey" title="honey"></div>
<<button [[Honey|Honey 2]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="illus Ladybug-Happy" title="ladybug-happyw"></div>
Ladybugs love eating alphids. In fact a ladybug will eat up to 5,000 in thier lifetime.
Now that $yourname has ate, $yourname decides to continue walking. While walking the sun begins to set, and $yourname becomes cold. How $yourname find a warm place for the night?
<<button [[Dig a whole in the dirt |warm 17]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 16]]>><</button>>
<<button [[Find a pile of leaves or old log |warm 18]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 29]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Honey|Honey 29]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 29]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Nut|The Nut 29]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
While walking $yourname becomes hungry. What should $yourname find to eat?
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 27]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[The Nut|The Nut 27]]>><</button>>
<div class="Honey" title="Honey"></div>
<<button [[Honey|Honey 27]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
While walking $yourname becomes hungry. What should $yourname find to eat?
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 29]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[The Nut|The Nut 29]]>><</button>>
<div class="Honey" title="Honey"></div>
<<button [[Honey|Honey 29]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Walk-Forest2" title="walk-forest2"></div>
While walking $yourname becomes hungry. What should $yourname find to eat?
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 5]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[The Nut|The Nut 5]]>><</button>>
<div class="Honey" title="Honey"></div>
<<button [[Honey|Honey 5]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
$yourname was eaten. The Yellow Ladybug, known as the Japanese Beatle. Eats the red, only real Ladybugs. Select No to continue.
<<button [[No|No 14]]>><</button>>
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead"title="bug-dead"></div>
<div class='ate-nut'>$yourname ate Bob's Nut</div>
<div class='how-mean'>HOW MEAN !!!</div>
Try again
<div class="Alphid" title="alphid"></div>
<<button [[Aphids|Aphids 5]]>><</button>>
<div class="eat-nut" title="eat-nut"></div>
<<button [[Nut|The Nut 5]]>><</button>>
<div class="icon-leaf"> </div>
<div class="icon-leaf"> </div>
<div class="illus Bug-Dead" title="bug-dead"></div>
Ladybugs can not dig wholes. Look at our little hands. Try again.
<<button [[Smell for another ladybug's sent |warm 1]]>><</button>>
<<button [[Find a pile of leaves or old log |warm 3]]>><</button>>
<div class="icon-leaf"> </div>
<<button [[Dig a whole in the dirt |warm 2]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 1]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="icon-leaf"> </div>
<<button [[Dig a whole in the dirt |warm 5]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 4]]>><</button>>
<div class="icon-leaf"> </div>
<div class="icon-leaf"> </div>
<div class="icon-leaf"> </div>
<<button [[Dig a whole in the dirt |warm 8]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 7]]>><</button>>
<div class="icon-leaf"> </div>
<div class="icon-leaf"> </div>
<div class="icon-leaf"> </div>
<<button [[Dig a whole in the dirt |warm 11]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 10]]>><</button>>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<<button [[Dig a whole in the dirt |warm 14]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 13]]>><</button>> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div> <div class="icon-leaf"> </div>
<div class="lives" ><<set $health ++>> Health = <<print $health>> </div>
<div class="icon-leaf"> </div>
<div class="lives" ><<set $health -->> Health = <<print $health>> </div>
<<button [[Dig a whole in the dirt |warm 17]]>><</button>>
<<button [[Smell for another ladybug's sent |warm 16]]>><</button>>
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.