Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<if tale.has($passageLoc)>>\
Location is <<print $passageLoc>>
<<display $passageLoc>>\
<<else>>\
You can't go that way.
<<set $x to $oldx>>\
<<set $y to $oldy>>\
<<set $z to $oldz>>\
<<set $passageLoc to $x + "x" + $y>>\
Location is STILL <<print $passageLoc>>
<<display $passageLoc>>\
<</if>>\
This is passage 1x0You begin your journey<<set $nLoc to ($x+1) + "x" + $y + "x" + $z>>\
<<set $sLoc to ($x-1) + "x" + $y + "x" + $z>>\
<<set $eLoc to $x + "x" + ($y+1) + "x" + $z>>\
<<set $wLoc to $x + "x" + ($y-1) + "x" + $z>>\
<<set $uLoc to $x + "x" + $y + "x" + ($z+1)>>\
<<set $dLoc to $x + "x" + $y + "x" + ($z-1)>>\
\
<div style="border-radius:10px;font-family:monospace;text-align:center;padding:10px;width:70px;background:white">\
<<if tale.has($uLoc) and tags($passageLoc).includes("GoUp")>>\
<<link "U" "Dungeon">>\
<<set $oldz to $z>>\
<<set $z to $z+1>>\
<<set $passageLoc to $x + "x" + $y + "x" + $z>>\
<</link>>
<<else>>\
U
<</if>>\
<<if tale.has($nLoc) and !tags($passageLoc).includes("LockN")>>\
<<link "N" "Dungeon">>\
<<set $oldx to $x>>\
<<set $x to $x+1>>\
<<set $passageLoc to $x + "x" + $y + "x" + $z>>\
<</link>>
<<else>>\
N
<</if>>\
<<if tale.has($wLoc)>>\
<<link "W" "Dungeon">>\
<<set $oldy to $y>>\
<<set $y to $y-1>>\
<<set $passageLoc to $x + "x" + $y + "x" + $z>>\
<</link>>\
<<else>>\
W\
<</if>>\
O \
<<if tale.has($eLoc)>>\
<<link "E" "Dungeon">>
<<set $oldy to $y>>\
<<set $y to $y+1>>\
<<set $passageLoc to $x + "x" + $y + "x" + $z>>\
<</link>>\
<<else>>\
E
<</if>>\
<<if tale.has($sLoc)>>\
<<link "S" "Dungeon">>\
<<set $oldx to $x>>\
<<set $x to $x-1>>\
<<set $passageLoc to $x + "x" + $y + "x" + $z>>\
<</link>>
<<else>>\
S
<</if>>\
<<if tale.has($dLoc) and tags($passageLoc).includes("GoDown")>>\
<<link "D" "Dungeon">>
<<set $oldz to $z>>\
<<set $z to $z-1>>\
<<set $passageLoc to $x + "x" + $y + "x" + $z>>\
<</link>>\
<<else>>\
D
<</if>>\
</div>\<<if ndef $y>>
<<set $y to 0>>
<<set $x to 0>>
<<set $z to 0>>
<<set $oldy to 0>>
<<set $oldx to 0>>
<<set $oldz to 0>>
<<set $passageLoc to $x + "x" + $y + "x" + $z>>
<</if>>A clear blue sky and a forest in the distance.The castle drawbridge is pulled up. There's no getting into there!What a nasty swamp!You have entered the great forest.
The way back still stretches out, but going forward would be more adventurous.<div style="float:right"><<display "Navigation">></div>\You have climbed up a level