Advertisement
Nemesis02

Untitled

Oct 22nd, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #alias {goPalace}{#load palace;spe 2w;open door;spe 2n4e3s9e;#act {^Entrance to the Auriakan Palace [ exits: south west ]}{#begin;#unact {^Entrance to the Auriakan Palace [ exits: south west ]}}}
  2. #alias {goJungle}{#load kontaro;spe 2w;open door;spe 7nw3n9e3s;#act {^Approaching the Jungle [ exits: north east west ]}{#begin;#unact {^Approaching the Jungle [ exits: north east west ]}}}
  3.  
  4. #var stage 1
  5. #alias {loopPalaceJungle}{#if {$stage=1}{goPalace;#var stage 2} else {#if {$stage=3}{goPalace;#var stage 1};#if {$stage=2}{goJungle;#var stage 3}}}
  6.  
  7. #var RSSCRIPT {loopPalaceJungle}
  8. #var DOCONV {conv 8;conv 5}
  9. #action {^You can learn no more.} {#end;recall;$DOCONV;$RSSCRIPT} {nembot}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement