Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
You are a father who loves his daughter.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/1-father.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="lemon" data-passage="1">[[Yes.|1]]</a>
<<set $lemons to 0>>
<<set $cookies to 0>>And you also happen to be the captain of a pirate ship.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/boat.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="1b">[[Also yes.|1b]]</a>She's here.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/2.GIF?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="2Cookie">[[She is a princess.|2Cookie]]</a> <a id="lemon" data-passage="2Lemon">[[Did she forget anything?|2Lemon]]</a>She hasn't been on the sea before.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/3.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="3Cookie">[[Give her the best view.|3Cookie]]</a> <a id="lemon" data-passage="3Lemon">[[Keep her safe.|3Lemon]]</a>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/2cookie.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="3">[[Your highness.|3]]</a>
<<set $cookies to $cookies + 1>>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/22cookie.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="lemon" data-passage="3">[[Remember your toothbrush.|3]]</a>
<<set $lemons to $lemons + 1>>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/3cookie.gif?raw=true" width="800" height="600" alt="2" class = "borders">
<a id="cookie" data-passage="4">[[It is beautiful.|4]]</a>
<<set $cookies to $cookies + 1>>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/3lemon.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="lemon" data-passage="4">[[She is beautiful.|4]]</a>
<<set $lemons to $lemons + 1>>She wants to learn.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/4.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="4Cookie">[[And she will.|4Cookie]]</a> <a id="lemon" data-passage="4Lemon">[[Not everything.|4Lemon]]</a><img src="https://github.com/BeccaHa/pirateImages/blob/master/4cookie.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="5">[[Yarrr!|5]]</a>
<<set $cookies to $cookies + 1>><img src="https://github.com/BeccaHa/pirateImages/blob/master/4lemon.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="lemon" data-passage="5">[[Baby steps.|5]]</a>
<<set $lemons to $lemons + 1>>And after all of it...
<<if $lemons gte 5>><a id="lemon" data-passage="6lemons">[[Yes?|6lemons]]</a>
<<elseif $lemons lte 0>><a id="cookie" data-passage="6cookies">[[Yes?|6cookies]]</a>
<<else>><a id="cookie" data-passage="6">[[Yes?|6]]</a><a id="lemon" data-passage="6">[[Yes?|6]]</a>
<</if>>
What will you give her?
<img src="https://github.com/BeccaHa/pirateImages/blob/master/1b.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="1bcookie">[[Cookies.|1bcookie]]</a> <a id="lemon" data-passage="1blemon">[[Lemons.|1blemon]]</a>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/1b%20cookie.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="2">[[She will have all she wants.|2]]</a>
<<set $cookies to $cookies + 1>>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/1b%20lemon.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="lemon" data-passage="2">[[Not today, scurvy.|2]]</a>
<<set $lemons to $lemons + 1>>She might get lonely.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/5.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="5Cookie">[[She's one of the crew.|5Cookie]]</a> <a id="lemon" data-passage="5Lemon">[[The crew will take care of her.|5Lemon]]</a>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/5cookie.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="cookie" data-passage="end">[[Striking fear in the hearts of her enemies!|end]]</a>
<<set $cookies to $cookies + 1>>
<img src="https://github.com/BeccaHa/pirateImages/blob/master/5lemon.gif?raw=true" width="800" height="600" alt="2" class="borders">
<a id="lemon" data-passage="end">[[What a show!|end]]</a>
<<set $lemons to $lemons + 1>>Together, you will run this ship.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/6both.gif?raw=true" width="800" height="600" alt="2" class="borders">
This is gonna be a great trip.
<a id="cookie" data-passage="introduction">[[Well done. Again?|Introduction]]</a><a id="lemon" data-passage="Introduction">[[Well done. Again?|Introduction]]</a>Too many lemons! She grows bored of you and this ship.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/6fulllemon.gif?raw=true" width="800" height="600" alt="2" class="borders">
Caution can only get you so far.
<a id="lemon" data-passage="Introduction">[[So true. Again?|Introduction]]</a>Too many cookies! The power got to her head.
<img src="https://github.com/BeccaHa/pirateImages/blob/master/6fullcookie.gif?raw=true" width="800" height="600" alt="2" class="borders">
You can't help but be a little proud.
<a id="cookie" data-passage="Introduction">[[So true. Again?|Introduction]]</a>