- You are in a dark room. Moonlight shines through the window.
- There is GOLD in the corner, along with a SHOVEL and ROPE.
[- There is a DOOR to the EAST]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off" autofocus>\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "pick up" is in (lowercase: $action) or
"take" is in (lowercase: $action) or
"pickup" is in (lowercase: $action) or
"get" is in (lowercase: $action) and
"gold" is in (lowercase: $action))[
(if: $gold is false)[
<!---(track: "getgold", "play")-->
(append: ?int)[<br><br>- You pick up the GOLD.]
(set: $gold to true)]
(elseif: $gold is true)[
(append: ?int)[<br><br>- You already have the GOLD.]]
]
(if: "pick up" is in (lowercase: $action) or
"pickup" is in (lowercase: $action) or
"take" is in (lowercase: $action) or
"get" is in (lowercase: $action) and
"shovel" is in (lowercase: $action))[
(if: $shovel is false)[
<!---(track: "shovel", "play")-->
(append: ?int)[<br><br>- You pick up the SHOVEL.]
(set: $shovel to true)]
(elseif: $shovel is true)[
(append: ?int)[<br><br>- You already have the SHOVEL.]]
]
(if: "pick up" is in (lowercase: $action) or
"pickup" is in (lowercase: $action) or
"take" is in (lowercase: $action) or
"get" is in (lowercase: $action) and
"rope" is in (lowercase: $action))[
(if: $rope is false)[
<!---(track: "rope","play")-->
(append: ?int)[<br><br>- You pick up the ROPE.]
(set: $rope to true)]
(elseif: $rope is true)[
(append: ?int)[<br><br>- You already have the ROPE.]]
]
(if: "use" is in (lowercase: $action))[
(replace: ?cmd)[]
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "door" is in (lowercase: $action))[
(if: "open" is in (lowercase: $action))[
(if: $door is false)[
<!---(track: "door","play")-->
(append: ?int)[<br><br>- You open the DOOR.]
(set: $door to true)
]
(elseif: $door is true)[
(append: ?int)[<br><br>- The DOOR is already open.]
]
]
]
(if: "east" is in (lowercase: $action))[
(if: $door is false)[
(append: ?int)[<br><br>- The DOOR isn't open.]
]
(elseif: $door is true)[
(if: $gold is true and $shovel is true)[
(goto: 'outside')
]
(elseif: $gold is false or $shovel is false)[
(append: ?int)[<br><br>- You are not ready.]
]
]
]
]
]}
=><=
Pale Luna (text-style:'smear')[☾]
<==
<hr>Press `[/]` to select the command line. Then, type START and press `[enter]`.<hr>
=><=
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off" autofocus>\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "start" is in (lowercase: $action) or
"begin" is in (lowercase: $action) or
"play" is in (lowercase: $action))[
(goto: 'room')
]
]
]}
{(set:$action to "",
$gold to false,
$shovel to false,
$rope to false,
$door to false,
$hole to false)
}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off" autofocus>\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto: '1')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
(if: "skip" is in (lowercase: $action))[
(goto: '34')
]
]
]}<!---(track:"reboot","play")-->System information as of (currenttime:) (currentdate:)
=|
System load:
Usage of /:
Memory usage:
Swap usage:
|=
0.0
(random: 10,29).(random:0,9)% of 24.06GB
(random: 40,65)%
0%
==|
Processes:
Users logged in:
IP address for eth0:
=|
(random:86,107)
1
|==|
* Canonical livepatch is available for installation.
70 packages can be updated.
0 packages are security updates.
<b>`***` System restart required `***`</b>{
(live: 2s)[
<!---(track: "reboot", "play")-->
]
}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto: '2')
]
(if: "north" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'3')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'4')
]
(if: "north" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'5')
]
(if: "south" is in (lowercase: $action) or
"west" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH and WEST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'6')
]
(if: "west" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'7')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'8')
]
(if: "north" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'9')
]
(if: "north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'10')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'11')
]
(if: "west" is in (lowercase: $action) or
"north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'12')
]
(if: "south" is in (lowercase: $action) or
"north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'13')
]
(if: "west" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'14')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action) or
"north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'13')
]
(if: "north" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'16')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'17')
]
(if: "west" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'18')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'19')
]
(if: "north" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'20')
]
(if: "west" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH and WEST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'21')
]
(if: "north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'22')
]
(if: "north" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'23')
]
(if: "north" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There is a path to the WEST]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'24')
]
(if: "south" is in (lowercase: $action) or
"east" is in (lowercase: $action) or
"north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'25')
]
(if: "west" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'263')
]
(if: "south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'27')
]
(if: "north" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'28')
]
(if: "west" is in (lowercase: $action) or
"north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "west" is in (lowercase: $action))[
(goto:'29')
]
(if: "north" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'30')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH, WEST, and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "north" is in (lowercase: $action))[
(goto:'31')
]
(if: "west" is in (lowercase: $action) or
"east" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the WEST, EAST, and SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'32')
]
(if: "west" is in (lowercase: $action) or
"south" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There are paths to the NORTH and EAST.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "east" is in (lowercase: $action))[
(goto:'33')
]
(if: "north" is in (lowercase: $action))[
(goto: 'reboot')
]
]
]}- Reap your reward.
- Pale Luna smiles at you!
- You are in a forest.
[- There is a path to the SOUTH.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action))[
(if: $gold is true and "gold" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not here.]
]
(if: $shovel is true and "shovel" is in (lowercase: $action))[
(append: ?int)[<br><br>- Not now.]
]
(if: $rope is true and "rope" is in (lowercase: $action))[
(append: ?int)[<br><br>- You've already used this.]
]
]
(if: "south" is in (lowercase: $action))[
(goto:'34')
]
]
]}- Pale Luna smiles wide!
- There are no paths.
- Pale Luna smiles wide!
- The ground is soft.
- Pale Luna smiles at you!
[- Here.]<int|
---
(textstyle:"blink")[>] {<input type="text" value="Command?" data-varname="action" class="mousetrap" id="text" autocomplete="off">\
<script>processInputElements();</script>} {
|go>[(link-repeat: "⏎")[
(if: "use" is in (lowercase: $action) or
"dig" is in (lowercase: $action) or
"make" is in (lowercase: $action) or
"fill" is in (lowercase: $action) and
"shovel"is in (lowercase: $action) or
"hole" is in (lowercase: $action))[
(if: $hole is false and $gold is true)[
<!---(track: "dig","play")-->
(append: ?int)[<br><br>- You dig a hole. This is good.]
(set: $hole to true)
]
(if: $hole is true and $gold is false)[
<!---(track: "bury","play")-->
(append: ?int)[<br><br>- You fill the hole.]
(set: $hole to false)
(live: 2s)[
(goto: 'end')
(stop:)
]
]
]
(if: "gold" is in (lowercase: $action))[
(if: "use" is in (lowercase: $action) or
"drop" is in (lowercase: $action))[
(if: $hole is false and $gold is true)[
(append: ?int)[<br><br>- Not yet.]
]
(if: $hole is true and $gold is true)[
<!---(track: "dropgold","play")-->
(append: ?int)[<br><br>- You drop the GOLD in the hole.]
(set: $gold to false)
]
]
(if: "bury" is in (lowercase: $action))[
(if: $hole is false)[
(append: ?int)[<br><br>- You need a hole to bury it in.]
]
(if: $hole is true)[
<!---(track: "dropgold","play")-->
(append: ?int)[<br><br>- You drop the GOLD and fill the hole with dirt]
(set: $gold to false)
(live: 1s)[
<!---(track: "bury","play")-->
(stop:)
(live: 1s)[
(goto: 'end')
(stop:)
]
]
]
]
(if: "use" is in (lowercase: $action) and
"rope" is in (lowercase: $action))[
(if: $rope is true)[
(append: ?int)[<br><br>- You've already used this.]
]
(if: $rope is false)[
(append: ?int)[<br><br>- You don't have the ROPE.]
]
]
]
]]}
=><=
(text-style:'blink')[Congratulations!]
--- 40.24248 ---
--- -121.4434 ---getgold: ./audio/gold1.mp3
dropgold: ./audio/gold2.mp3
dig: ./audio/dig.mp3
bury: ./audio/bury.mp3
shovel: ./audio/getshovel.mp3
rope: ./audio/rope.mp3
door: ./audio/door.mp3
reboot: ./audio/reboot.mp3