Go Anywhere *KS* (script)

From Elanthipedia
Jump to navigation Jump to search
Go Anywhere *KS* (script)
Category Travel,Utility
Front-end StormFront
Author Kashna

What This Script Does

This script gets you from one place to another all throughout Zoluren. Each possible destination is also a possible starting point. I suggest the name of just plain "Go".

Many destinations are simply entry points to hunting areas, or movement to a special location (like NPC Empath Triage). For most of these, there is a small prompt that is given upon arrival that will guide you to the next step that one usually takes at that location. Sometimes it might simply read the catalog for you as you arrive in a shop, for instance. At other times, it will guide you over the barricade to enter Rock Trolls.

There are over 110 potential starting locations and destinations. While all destinations serve as stating locations, I made the starting locations as flexible as possible. For instance, going to the Bank will always send you to the Teller, but you may start the script from any of the three rooms there.

How To Use It

1. Start the script with your destination as the variable. Variables are not case-sensitive, but must not contain any spaces. I made the variables very flexible. Try what you would consider logical, odds are, it'll work.

  • .Go bank will take you to the bank.

2. Otherwise, just start the script without any variable at all. Doing so will send you to a menu page that will show you the possibilities.

Important Caveat

This is a massive script. Each time I installed it for one of my characters I received a prompt warning me that my script storage was being changed from server-side storage to client-side local storage. I don't want such a thing to come as a surprise to anyone.

It should also be noted that this script only manages locations from Ferry-To-Ferry. For locations in Leth, the script that inspired me to take on this project should suffice for the time being. I'll update this one to include that one once I get it up to this level of quality and coverage. Leth Travel *KS* (Script)

One more thing: While this script has proven to be amazingly amazingly effective in the past 48 hour period in which I've been using the final product of my work, there may still be a few bugs... but with 118 total possible destinations across 12 separate pivot points, there's an awful lot to test (that's 118 to the 12th power!) it from every possible starting point from every possible destination. It passed all initial testing with flying colors, though! I'll be updating the script to squash bugs as I come across them. The core pathways are certain to work, though.

Also, if you have a particular destination in mind that is important to include (a hunting grounds that I missed, or a particularly important chapel or gathering place), leave me feedback on the TALK page and I'll be sure to update it. Let me know what shortcuts you'd like to lead there, and a link to the map that contains it.

Go (Script)

#Go WHERE?
echo
echo **************************************
echo
echo *** Start the script as .Go DESTINATION
echo *** or select from the options below.
echo 
echo **************************************
echo
pause 1
goto SetDestination%1

SetDestination:
pause 1
echo
echo
echo *****************************************************
echo *** Most places are possible destinations.  For instance:
echo *** Banks:  Crossing Bank, Dirge Bank and Premie Bank
echo *** Their shortcuts are:  .go Bank, .go DirgeBank, .go Premie
echo ***
echo *** ALL SHORTCUTS MUST CONTAIN NO SPACES
echo ***
echo *** All destinations also serve as potential starting points
echo *** Other rooms, nearby, might also work (there are 118 starting points in total!)
echo ***
echo *** All training locations are named by attribute – Intellect / int
echo *** All guilds listed by guild name (or shorthand) – Paladins / Pallies / Pally
echo ***
echo *** Shops are usually listed by full, generic name:
echo *** GemShop, MagicShop, Locksmith (Locks also works),
echo *** Exceptions to this are “Armor” and “Weapon”.
echo ***
echo *** Many extras are included, too.  TradersPlaza (Plaza) and Mags,
echo *** Arthe Dale’s Swimming Hole/Tree (Hole), Forge, LavaForge
echo ***
echo ***  If you’re struggling to find a starting place, starting the script and
echo ***  running around a little will work – the script will start traveling when
echo ***  you encounter known starting point
echo ***
echo *** Type SHOW ALL to receive a full listing of possible destinations
echo *****************************************************
echo
match DestinationsMenu next
match DestinationsMenu You nod
match DestinationsMenu show all
match DestinationsMenu showall
matchwait

DestinationsMenu:
echo Okay!
pause 1
echo
echo
echo ******************************************************
echo ***  Type  SHOW #   to see possible destinations/starting points
echo ***  Or type what’s in the parenthesis afterewards
echo ***
echo ***  1.  Crossings Guilds and Attributes  (Guilds)
echo ***
echo ***  2.  Crossings Shops and Crafting Societies  (Shops)
echo ***
echo ***  3.  Other locations in and near Crossings (Other)
echo ***
echo ***  4.  Hunting grounds near Crossings  (Hunting)
echo ***
echo ***  5.  Tiger Clan  (Tiger)
echo ***
echo ***  6.  Wolf Clan, Knife Clan, Cougars, Blood Wolves, etc.  (Wolf)
echo ***
echo ***   7.  Arthe Dale  (Arthe)
echo ***
echo ***   8.  Stone Clan  (Stone)
echo ***
echo ***   9.  Dirge  (Dirge)
echo ***
echo ***   10.  North of Dirge – Lava Forge, Crocs, River and Ferry  (north)
echo ***
echo ***  
echo ******************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsCrossingsGuildAttribute next
match DestinationsCrossingsGuildAttribute guilds
match DestinationsCrossingsGuildAttribute show guilds
match DestinationsCrossingsGuildAttribute showguilds
match DestinationsCrossingsGuildAttribute show 1
match DestinationsCrossingsGuildAttribute show1
match DestinationsCrossingsShopsAndSocieties shops
match DestinationsCrossingsShopsAndSocieties show shops
match DestinationsCrossingsShopsAndSocieties showshops
match DestinationsCrossingsShopsAndSocieties show 2
match DestinationsCrossingsShopsAndSocieties show2
match DestinationsCrossingsOther other
match DestinationsCrossingsOther showother
match DestinationsCrossingsOther show other
match DestinationsCrossingsOther show 3
match DestinationsCrossingsOther show3
match DestinationsCrossingsHunting hunting
match DestinationsCrossingsHunting showhunting
match DestinationsCrossingsHunting show hunting
match DestinationsCrossingsHunting show 4
match DestinationsCrossingsHunting show4
match DestinationsTigerClan showtiger
match DestinationsTigerClan show tiger
match DestinationsTigerClan tiger
match DestinationsTigerClan showtigerclan
match DestinationsTigerClan show tiger clan
match DestinationsTigerClan show 5
match DestinationsTigerClan show5
match DestinationsCougarsPivot showwolfclan
match DestinationsCougarsPivot show wolf clan
match DestinationsCougarsPivot wolf clan
match DestinationsCougarsPivot wolfclan
match DestinationsCougarsPivot showwolf
match DestinationsCougarsPivot show wolf
match DestinationsCougarsPivot show 6
match DestinationsCougarsPivot show6
match DestinationsArthe arthe
match DestinationsArthe show arthe
match DestinationsArthe showarthe
match DestinationsArthe show 7
match DestinationsArthe show7
match DestinationsStoneClan showstone
match DestinationsStoneClan show stone
match DestinationsStoneClan showstoneclan
match DestinationsStoneClan show stone clan
match DestinationsStoneClan show 8
match DestinationsStoneClan show8
match DestinationsDirge dirge
match DestinationsDirge showdirge
match DestinationsDirge show dirge
match DestinationsDirge show 9
match DestinationsDirge show9
match DestinationsCaravansary north
match DestinationsCaravansary shownorth
match DestinationsCaravansary show north
match DestinationsCaravansary show 10
match DestinationsCaravansary show10
matchwait

DestinationsCrossingsGuildAttribute:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo *** Crossings Guild Locations:
echo ***
echo ***   Bards – Bard                    Barbarians – barbs, barb
echo ***   Clerics – Cleric                  Paladins – Pally, Pallies  
echo ***   Traders – Trader               Rangers – Ranger, Rang
echo ***   WMGuid – WM                  MMGuild - MM
echo ***   Empaths – Emp
echo ***
echo ***  (Thief guild locations have been excluded from this script.)
echo ***
echo ***  Special note:  MMGL sends you to the MM guild leader
echo ***
echo ***  Crossings Attribute Locations:
echo ***
echo ***  Asemath Academy trains Intellect, Wisdom and Magical Feats
echo ***  Possible shortcuts are:  int, wis, academy, asemath, feats
echo ***
echo ***  Discipline – disc                  Charisma - char
echo ***  Strength – str                    Stamina - stam
echo ***  Reflexes - ref
echo ***
echo ***  Note:   I built a LOT of shortcuts into this script.
echo ***              if you prefer a particular shortcut, try it!
echo ***              It might work!
echo ***
echo ***  To go to any of these locations, restart the script using the shortcut now
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsCrossingsGuildAttribute again
match DestinationsCrossingsShopsAndSocieties next
match DestinationsMenu main
matchwait

DestinationsCrossingsShopsAndSocieties:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo *** Crossings Shops Locations:
echo ***
echo ***   Weapon Shop (Weapon)            Armor Shop (Armor)
echo ***   Pawn Shop (Pawn)                    Trader’s Market (Plaza, Bazaar)
echo ***   Bard’s Shop (BardShop)            Cleric’s Shop (ClericShop)
echo ***   General Store (Gen, General)     Locksmith (Locks)
echo ***   Gem Shop (Gems)                    Tannery (Tann, Furrier, furr, Skins, pelts, etc)
echo ***   MAMAs (mamas)                       Florist (Flowers)
echo ***   NPC Triage Empath (Triage)       MetalRepair (Repair, Catrox)
echo ***
echo ***
echo ***  Crossings Crafting Societies:
echo ***
echo ***   Outfitting (Outfit)                 Forging (Forg, Forge)
echo ***   Engineering (Eng)                Alchemy (Alch)
echo ***
echo ***
echo ***  To go to any of these locations, type the shortcut now
echo ***  In the future it may be accessed by typing:   .go SHORTCUT
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsCrossingsShopsAndSocieties again
match DestinationsCrossingsOther next
match DestinationsMenu main
matchwait

DestinationsCrossingsOther:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Other Locations in Crossings:
echo ***
echo ***    Vaults (vault, vaults, carousel)
echo ***    West Gate (wgate, westgate)
echo ***    NEGate (NEGate, NE)
echo ***
echo ***    The Stone Grotto Altar – to GET favor orbs (Favors, Orbs, FavorOrbs)
echo ***    Crossing’s Altar – to offer favor orbs  (Alt, Altar)
echo ***    Crossing’s Temple – front gate (Temple, Temp)
echo ***
echo ***    Town Green Pond
echo ***    Town Hall (Hall)
echo ***    Bank (Bank)
echo ***    Estate Holder’s Bank  (Strand, Veranda, Premie)
echo ***    Ferry to Leth  (Ferry)
echo ***             Note:  if you set Leth or Shard, the script will get you across the ferry
echo ***                        otherwise, it simply brings you TO the ferry
echo ***    Jadewater (Jade)
echo ***     
echo ***
echo ***  To go to any of these locations, type the shortcut now
echo ***  In the future it may be accessed by typing:   .go SHORTCUT
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsCrossingsShopsAndSocieties again
match DestinationsCrossingsHunting next
match DestinationsMenu main
matchwait


DestinationsCrossingsHunting:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Hunting Destinations, west-to-northeast:
echo ***
echo ***    Out Crossing’s West Gate:
echo ***    Goblins (gobs)                 Grass Eels (eels)
echo ***    Bobcats (bob, bobs)        Lipopods (lipo, lipos)
echo ***
echo ***    West of the brook:    
echo ***    Cougars (cougs)
echo ***    Blood Wolves (wolves)    Silver-Backed Bears (bears)
echo ***    Young Ogres (YoungOgres)
echo ***    Note:  All 3 of these lead to the same location
echo ***
echo ***    In the City of Crossing:   The Shipyard (rats)
echo ***
echo ***    Out Crossing’s North Gate:
echo ***    Gargoyles (gargs),    Death Spirits (DS)
echo ***    Pothanits, Badgers, Trollkin (brambles)
echo ***
echo ***    Out Crossing’s NE Gate:
echo ***    Louts (middens)
echo ***    Wood Trolls, Grendels (NEWilds, grend)
echo ***    Ghouls (crypt)
echo ***
echo ***    Off the Northern Trade Route:
echo ***    Vineyard (vine)                      Rock Trolls (rock, rockies)
echo ***    S’lai Scouts (scout, scouts)    Beisswurm (beiss)
echo ***    Guardians / Vipers (guards, vipes)
echo ***    Reavers (reav)
echo ***    Firecats (cat, cats)                 FireSprites (sprites)
echo ***    Blue-bellied crocodiles (crocs)
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsCrossingsHunting again
match DestinationsTigerClan next
matchwait

DestinationsTigerClan:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Locations near Tiger Clan:
echo ***
echo ***   The Gate itself:  TC
echo ***
echo ***   The Trader’s Post:  TCTraders, TCTrade
echo ***
echo ***   The Herbalist (sells scar herbs):  TCHerbs, TCHerbalist
echo ***
echo ***   The Brook West of Tiger Clan:  brook
echo ***
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsTigerClan again
match DestinationsCougarsPivot next
matchwait


DestinationsCougarsPivot:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Locations near Wolf Clan:
echo ***
echo ***   In Wolf Clan:
echo ***   Traders Post:  WCTrading, WCTraders, WCTrade
echo ***   Leather Shop:  LeatherShop
echo ***   Leather Repair:  Leather, LeatherRepair
echo ***
echo ***   In Knife Clan:
echo ***    Inside the clan, outside the leather shop:  KC
echo ***
echo ***   Hunting:
echo ***   Cougars (cougs), Blood Wolves (wolves)
echo ***   Silver-Backed Bears (bears), Young Ogres (youngogres)
echo ***
echo ***   Note: wolves, bears, and ogres are all on the same Rocky Outcrop
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsCougarsPivot again
match DestinationsArthe next
matchwait

DestinationsArthe:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Locations in Arthe Dale:
echo ***
echo ***    Arthe Dale Gate:  Arthe
echo ***
echo ***   Arthe Dale Tree and Swimming Hole:  hole
echo ***
echo ***   Arthe Dale Shopping District:  ArtheShops
echo ***
echo ***   Arthe Dale Traders Post:  Atraders, ADtraders, etc.
echo ***
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsArthe again
match DestinationsStoneClan next
matchwait

DestinationsStoneClan:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Locations near Stone Clan:
echo ***
echo ***   Trading Post:   SC, SCTraders, SCTrading, StoneClanTradersPost, etc.
echo ***
echo ***   S’lai Scouts and Beisswurm:  scout, scouts, beiss, beisswurm
echo ***
echo ***   Reavers:  reav
echo ***
echo ***   Stone Guardians and Vipers:  guardians, guards, vipers, viper, vipe, vipes
echo ***
echo ***   Abandoned Mine:  SCMine, AbandonedMine
echo ***
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsStoneClan again
match DestinationsDirge next
matchwait

DestinationsDirge:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Locations in and related to Dirge:
echo ***
echo ***   Dirge Gate:  dirge
echo ***
echo ***   Dirge Bank:  dirgebank, dbank
echo ***
echo ***   Dirge Mine:  dirgemine, dmine
echo ***
echo ***   Dirge Vaults:  dirgevaults, dvault
echo ***
echo ***   Note:  There is a location that is only a starting point and
echo ***   NOT a destination at the Caravansary intersection outside of Dirge
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsDirge again
match DestinationsCaravansary next
matchwait

DestinationsCaravansary:
echo Okay!
pause 1
echo
echo
echo *****************************************************
echo ***   Locations North of Dirge along the NTR:
echo ***
echo ***   Firecats (cats), Fire Sprites (sprites), Crocs (crocs)
echo ***
echo ***   The Lava Forge:  lavaforge, lforge, lava
echo ***   The old moon mage guild near the lava forge:  LavaMMGuild
echo ***
echo ***   Faldesu Swimming – to swim across in lieu of the ferry:  faldesu, river
echo ***
echo ***   The Ferry to Haven:  HavenFerry   Note: stops at the ferry
echo ***
echo ***   To ride the ferry across the river and stop at the other side:
echo ***              Haven, Riverhaven
echo ***
echo ***  Go back to the menu by typing MAIN
echo ***  Go to the next page by typing NEXT
echo ***  To show this page again, type AGAIN
echo *****************************************************
echo
pause 1
match DestinationsMenu main
match DestinationsCaravansary again
match SetDestination next
matchwait

SetDestinationShard:
setvariable D Shard
echo
echo Destination:  Shard!
echo
goto CheckStart

SetDestinationLeth:
setvariable D Leth
echo
echo Destination:  Leth!
echo
goto CheckStart

SetDestinationChamp:
SetDestinationChamps:
SetDestinationChampions:
setvariable D ChampionsPivot
echo
echo Destination:  Champion’s Square!
echo
goto CheckStart

SetDestinationHaven:
SetDestinationRiverhaven:
setvariable D Haven
echo
echo Destination:  Riverhaven!
echo
goto CheckStart

SetDestinationHavenFerry:
setvariable D ZolurenHavenFerry
echo
echo Destination:  The Ferry to Haven!
echo
goto CheckStart

SetDestinationCat:
SetDestinationCats:
SetDestinationFirec:
SetDestinationFirecats:
setvariable D Firecats
echo
echo Destination:  Firecats!
echo
goto CheckStart

SetDestinationFireS:
SetDestinationSprites:
SetDestinationFireSprites:
setvariable D FireSprites
echo
echo Destination:  Fire Sprites!
echo
goto CheckStart

SetDestinationLForge:
SetDestinationLava:
SetDestinationDirgeForge:
SetDestinationLavaForge:
setvariable D LavaForgeInside
echo
echo Destination:  The Lava Forge!
echo
goto CheckStart

SetDestinationPond:
SetDestinationTGPond:
SetDestinationTownGreenPond:
setvariable D Pond
echo
echo Destination:  The Town Green Pond!
echo
goto CheckStart

SetDestinationDirgeMMGuild:
SetDestinationLavaMMGuild:
SetDestinationLavaForgeMMGuild:
setvariable D LavaForgeMMGuild
echo
echo Destination:  The Moon Mage’s guild near the Lava Forge!
echo
goto CheckStart

SetDestinationCroc:
SetDestinationCrocodiles:
SetDestinationCrocs:
setvariable D Crocs
echo
echo Destination:  Crocs!	
echo
goto CheckStart

SetDestinationFaldesu:
SetDestinationRiver:
SetDestinationFaldesuRiver:
SetDestinationFaldesuSwimming:
setvariable D FaldesuSwimming
echo
echo Destination:  The Faldesu River!
echo
goto CheckStart

SetDestinationDirg:
SetDestinationDirge:
SetDestinationDirgeGate:
SetDestinationDirgePivot:
setvariable D DirgePivot
echo
echo Destination:  Dirge!
echo
goto CheckStart

SetDestinationDVault:
SetDestinationDVaults:
SetDestinationDirgeVault:
SetDestinationDirgeVaults:
setvariable D DirgeVaults
echo
echo Destination:  Dirge’s Vaults
echo
goto CheckStart

SetDestinationDBank:
SetDestinationDirgeBank:
setvariable D DirgeBank
echo
echo Destination:  Dirge’s Bank!
echo
goto CheckStart

SetDestinationWickedBurrowMine:
SetDestinationWickedBurrow:
SetDestinationWBMine:
SetDestinationDMine:
SetDestinationDirgeMine:
setvariable D DirgeMine
echo
echo Destination:  Dirge’s Mine!
echo
goto CheckStart

SetDestinationReav:
SetDestinationReavers:
setvariable D Reavers
echo
echo Destination:  Reavers!
echo
goto CheckStart

SetDestinationSC:
SetDestinationStone:
SetDestinationStoneClan:
SetDestinationStoneClanPivot:
setvariable D StoneClanPivot
echo
echo Destination:  The NTR Outside Stone Clan’s Trader’s Post!
echo		
goto CheckStart

SetDestinationVipes:
SetDestinationViper:
SetDestinationVipers:
SetDestinationGuards:
SetDestinationGuardians:
SetDestinationRockGuardians:
setvariable D Guardians
echo
echo Destination:  Rock Guardians and Vipers!
echo
goto CheckStart

SetDestinationSCTP:
SetDestinationSCTraders:
SetDestinationStoneClanTraders:
SetDestinationStoneClanTradersPost:
setvariable D StoneClanTradersPost
echo
echo Destination:  Stone Clan’s Trader’s Post!
echo		
goto CheckStart

SetDestinationAMine:
SetDestinationSCMine:
SetDestinationAbandonedMine:
SetDestinationStoneClanMine:
setvariable D StoneClanMine
echo
echo Destination:  Stone Clan’s Abandoned Mine!
echo		
goto CheckStart

SetDestinationBeiss:
SetDestinationBeisswurm:
SetDestinationBeisswurms:
SetDestinationScout:
SetDestinationScouts:
setvariable D Scouts
echo
echo Destination:  Scouts!
echo
goto CheckStart

SetDestinationArtheDaleShops:
SetDestinationArtheShops:
setvariable D ArtheShops
echo
echo Destination:  Arthe Dale’s Shopping District!
echo		
goto CheckStart

SetDestinationATraders:
SetDestinationADTraders:
SetDestinationArtheTraders:
SetDestinationArtheDaleTradersPost:
SetDestinationArtheDaleTraders:
SetDestinationArtheTradersPost:
setvariable D ArtheTradersPost
echo
echo Destination:  Arthe Dale’s Trader’s Post!
echo		
goto CheckStart

SetDestinationHole:
SetDestinationSwimmingHole:
SetDestinationArtheTree:
setvariable D ArtheTree
echo
echo Destination:  Arthe Dale’s Tree and Swimming Hole!
echo		
goto CheckStart

SetDestinationArthe:
setvariable D Arthe
echo
echo Destination:  The front gate of Arthe Dale!
echo		
goto CheckStart

SetDestinationWM:
SetDestinationWMGuild:
SetDestinationWarriorMageGuild:
setvariable D WMGuild
echo
echo Destination:  The Warrior Mage Guild!
echo
goto CheckStart

SetDestinationMM:
SetDestinationMMGuild:
SetDestinationMoonMageGuild:
setvariable D MMGuild
echo
echo Destination:  The Moon Mage Guild!
echo
goto CheckStart

SetDestinationMML:
SetDestinationMMGL:
SetDestinationMMLeader:
SetDestinationMMGLeader:
SetDestinationMMGuildLeader:
setvariable D MMGuild
echo
echo Destination:  The Moon Mage Guild!
echo
goto CheckStart

SetDestinationLout:
SetDestinationLouts:
SetDestinationMiddens:
setvariable D Middens
echo
echo Destination:  The Middens!
echo
goto CheckStart

SetDestinationGhoul:
SetDestinationCrypt:
SetDestinationGhouls:
SetDestinationNEGateCrypt:
setvariable D NEGateCrypt
echo
echo Destination:  Ghouls in the Crypt!
echo
goto CheckStart

SetDestinationWoodTrolls:
SetDestinationWoodTroll:
SetDestinationGrend:
SetDestinationGrendels:
SetDestinationNEWilds:
setvariable D NEWilds
echo
echo Destination:  The Northeast Wilds!
echo
goto CheckStart

SetDestinationRock:
SetDestinationRockies:
SetDestinationRockTroll:
SetDestinationRockTrolls:
setvariable D RockTrolls
echo
echo Destination:  Rock Trolls!
echo
goto CheckStart

SetDestinationKaernas:
SetDestinationKaernasVillage:
SetDestinationKaernaVillage:
SetDestinationKaerna:
setvariable D Kaerna
echo
echo Destination:  Kaerna Village!
echo
goto CheckStart

SetDestinationVine:
SetDestinationBaear:
SetDestinationBaearholts:
SetDestinationBaearholt:
SetDestinationVineyard:
setvariable D Vineyard
echo
echo Destination:  The Vineyard!
echo
goto CheckStart

SetDestinationNE:
SetDestinationNortheastGate:
SetDestinationNEGate:
setvariable D NEGatePivot
echo
echo Destination:  The Crossing’s NE Gate!
echo
goto CheckStart

SetDestinationJade:
SetDestinationJadewaterMansion:
SetDestinationJadewater:
setvariable D Jadewater
echo
echo Destination:  The Jadewater Mansion!
echo
goto CheckStart

SetDestinationGarg:
SetDestinationGargs:
SetDestinationGargoyle:
SetDestinationGargoyles
SetDestination:CrossingsGargs:
SetDestinationCrossingGarg:
SetDestinationCrossingGargs:
SetDestinationCrossingsGargoyles:
setvariable D CrossingsGargoyles
echo
echo Destination:  Gargoyles in the Monastery!
echo
goto CheckStart

SetDestinationDS:
SetDestinationDeathSpirits:
SetDestinationCrossingDS:
SetDestinationCrossingsDS:
SetDestinationCrossingsDeathSpirits:
setvariable D CrossingsDeathSpirits
echo
echo Destination:  Death Spirits in the Monastery!
echo
goto CheckStart

SetDestinationBadgers:
SetDestinationPothanits:
SetDestinationTrollkin:
SetDestinationTrollkins:
SetDestinationCrossingsBrambles:
setvariable D CrossingsBrambles
echo
echo Destination:  The Brambles north of Crossing!
echo
goto CheckStart

SetDestinationPallies:
SetDestinationPally:
SetDestinationPallyGuild:
SetDestinationPaladin:
SetDestinationPaladins:
SetDestinationPaladinsGuild:
setvariable D Paladins
echo
echo Destination:  The Paladins Guild!
echo
goto CheckStart

SetDestinationEmp:
SetDestinationEmpath:
SetDestinationEmpaths:
SetDestinationEmpathGuild:
SetDestinationEmpathsGuild:
setvariable D Empaths
echo
echo Destination:  The Empaths Guild!
echo
goto CheckStart

SetDestinationTriage:
SetDestinationEmpathTriage:
setvariable D Triage
echo
echo Destination:  Empath Triage!
echo
goto CheckStart

SetDestinationHerb:
SetDestinationHerbs:
SetDestinationHerbalist:
SetDestinationCrossingHerbs:
SetDestinationCrossingsHerbs:
SetDestinationCrossingsHerbalist:
setvariable D CrossingsHerbalist
echo
echo Destination:  The Herbalist!
echo
goto CheckStart

SetDestinationBarb:
SetDestinationBarbs:
SetDestinationBarbGuild:
SetDestinationBarbsGuild:
SetDestinationBarbarianGuild:
SetDestinationBarbariansGuild:
setvariable D Barbarians
echo
echo Destination:  The Barbarians Guild!
echo
goto CheckStart

SetDestinationStam:
SetDestinationStamina:
setvariable D Stamina
echo
echo Destination:  The Stamina Trainer!
echo
goto CheckStart

SetDestinationForg:
SetDestinationForge:
SetDestinationForging:
SetDestinationForgingSociety:
setvariable D Forge
echo
echo Destination:  The Forge!
echo
goto CheckStart

SetDestinationFlower:
SetDestinationFlowers:
SetDestinationMaurigasBotanicals:
SetDestinationMauriga:
SetDestinationMaurigas:
SetDestinationFlorist:
setvariable D Florist
echo
echo Destination:  Mauriga’s Botanicals!
echo
goto CheckStart

SetDestinationBank:
SetDestinationCrossingsBank:
setvariable D Bank
echo
echo Destination:  The Bank!
echo
goto CheckStart

SetDestinationPlaza:
SetDestinationTraderPlaza:
SetDestinationTradersPlaza:
SetDestinationBazaar:
setvariable D TradersPlaza
echo
echo Destination:  Trader’s Plaza!
echo
goto CheckStart

SetDestinationMags:
setvariable D Mags
echo
echo Destination:  Mags!
echo
goto CheckStart

SetDestinationRef:
SetDestinationRefl:
SetDestinationCollegium:
SetDestinationReflex:
SetDestinationReflexes:
setvariable D Reflexes
echo
echo Destination:  Reflexes!
echo
goto CheckStart

SetDestinationArmor:
SetDestinationArmorShop:
setvariable D ArmorShop
echo
echo Destination:  Armor Shop!
echo
goto CheckStart

SetDestinationSTR:
SetDestinationStrength:
setvariable D Strength
echo
echo Destination:  Strength Training!
echo
goto CheckStart

SetDestinationWeapon:
SetDestinationWeapons:
SetDestinationWeaponShop:
SetDestinationWeaponsShop:
setvariable D WeaponsShop
echo
echo Destination:  The Armory!
echo
goto CheckStart

SetDestinationCarousel:
SetDestinationVault:
SetDestinationVaults:
setvariable D Vaults
echo
echo Destination:  Carousel Square!
echo
goto CheckStart

SetDestinationGen:
SetDestinationGeneral:
SetDestinationGeneralStore:
setvariable D GeneralStore
echo
echo Destination:  The General Store!
echo
goto CheckStart

SetDestinationClericShop:
SetDestinationClericsShop:
setvariable D ClericsShop
echo
echo Destination:  The Cleric’s Shop!
echo
goto CheckStart

SetDestinationBardShop:
SetDestinationBardsShop:
setvariable D BardsShop
echo
echo Destination:  The Bard’s Shop!
echo
goto CheckStart

SetDestinationOutfit:
SetDestinationOutfittingSociety:
SetDestinationOutfitting:
setvariable D Outfitting
echo
echo Destination:  The Outfitting Society!
echo
goto CheckStart

SetDestinationLock:
SetDestinationLocks:
SetDestinationLocksmithy:
SetDestinationLocksmiths:
SetDestinationLocksmith:
setvariable D Locksmith
echo
echo Destination:  The Locksmith’s!
echo
goto CheckStart

SetDestinationHall:
SetDestinationTownHall:
setvariable D TownHall
echo
echo Destination:  The Town Hall!
echo
goto CheckStart

SetDestinationEng:
SetDestinationEngineeringSociety:
SetDestinationEngineering:
setvariable D Engineering
echo
echo Destination:  The Engineering Society!
echo
goto CheckStart

SetDestinationChar:
SetDestinationCharisma:
setvariable D Charisma
echo
echo Destination:  Charisma Training!
echo
goto CheckStart

SetDestinationGem:
SetDestinationGems:
SetDestinationJeweler:
SetDestinationJewelry:
SetDestinationGemShop:
setvariable D GemShop
echo
echo Destination:  The Gem Shop!
echo
goto CheckStart

SetDestinationAlt:
SetDestinationFavorsAltar:
SetDestinationFavorAltar:
SetDestinationAltar:
setvariable D Altar
echo
echo Destination:  The Resurrection Creche in the Crossing’s Temple!
echo
goto CheckStart

SetDestinationTemp:
SetDestinationTemple:
setvariable D Temple
echo
echo Destination:  The Temple Gate in Crossing!
echo
goto CheckStart

SetDestinationRat:
SetDestinationRats:
SetDestinationShip:
SetDestinationShipyard:
setvariable D Shipyard
echo
echo Destination:  The Shipyard!
echo
goto CheckStart

SetDestinationStrand:
SetDestinationPremie:
SetDestinationVeranda:
SetDestinationPremieBank:
SetDestinationPremieBankTeller:
setvariable D PremieBankTeller
echo
echo Destination:  The Estate Holder’s Bank!
echo
goto CheckStart

SetDestinationFerry:
SetDestinationFerrySouth:
SetDestinationCrossingFerry:
SetDestinationCrossingsFerry:
setvariable D CrossingsFerry
echo
echo Destination:  The Crossing’s Ferry!
echo
goto CheckStart

SetDestinationAlch:
SetDestinationAlchemySociety:
SetDestinationAlchemy:
setvariable D Alchemy
echo
echo Destination:  The Alchemy Society!
echo
goto CheckStart

SetDestinationTrad:
SetDestinationTrade:
SetDestinationTrader:
SetDestinationTraders:
SetDestinationTradersGuild:
setvariable D Traders
echo
echo Destination:  The Trader’s Guild!
echo
goto CheckStart

SetDestinationMamas:
setvariable D Mamas
echo
echo Destination:  MAMAs!
echo
goto CheckStart

SetDestinationRep:
SetDestinationRepair:
SetDestinationRepairs:
SetDestinationCatrox:
SetDestinationCatroxForge:
SetDestinationCatroxsForge:
SetDestinationMetalRepair:
setvariable D MetalRepair
echo
echo Destination:  Catrox’s Forge for Metal Repairs!
echo
goto CheckStart

SetDestinationArt:
SetDestinationMagic:
SetDestinationHerilos:
SetDestinationArtificiers:
SetDestinationMagicShop:
SetDestinationArtificiersShop:
setvariable D Artificiers
echo
echo Destination:  Herilo’s Artifiacts!
echo
goto CheckStart

SetDestinationBard:
SetDestinationBards:
SetDestinationBardGuild:
SetDestinationBardsGuild:
setvariable D Bards
echo
echo Destination:  Bards Guild!
echo
goto CheckStart

SetDestinationAgi:
SetDestinationAgil:
SetDestinationAgility:
setvariable D Agility
echo
echo Destination:  Agility Training!
echo
goto CheckStart

SetDestinationInt:
SetDestinationWis:
SetDestinationAsemath:
SetDestinationWisdom:
SetDestinationIntellect:
SetDestinationAcademy:
SetDestinationFeat:
SetDestinationFeats:
SetDestinationMagicalFeats:
SetDestinationAsemathAcademy:
SetDestinationCrossingsWisdom:
SetDestinationCrossingsIntellect:
setvariable D AsemathAcademy
echo
echo Destination:  Asemath Academy!
echo
goto CheckStart

SetDestinationCleric:
SetDestinationClerics:
SetDestinationClericGuild:
SetDestinationClericsGuild:
setvariable D Clerics
echo
echo Destination:  Clerics Guild!
echo
goto CheckStart

SetDestinationDisc:
SetDestinationDiscipline:
setvariable D Discipline
echo
echo Destination:  Discipline Training!
echo
goto CheckStart

SetDestinationSkin:
SetDestinationSkins:
SetDestinationTanning:
SetDestinationFurrier:
SetDestinationFurr:
SetDestinationPelts:
SetDestinationTann:
SetDestinationTanner:
SetDestinationTannery:
setvariable D Tannery
echo
echo Destination:  The Tannery!
echo
goto CheckStart

SetDestinationRang:
SetDestinationRanger:
SetDestinationRangers:
SetDestinationRangerGuild:
SetDestinationRangersGuild:
setvariable D Rangers
echo
echo Destination:  Ranger’s Guild!
echo
goto CheckStart

SetDestinationPawn:
SetDestinationPawnShop:
echo
echo Destination:  Pawn Shop!
echo
goto CheckStart

SetDestinationAsemathGate:
SetDestinationAsemathNorth:
SetDestinationAsemathPivot:
setvariable D AsemathPivot
echo
echo Destination:  The Gate to the Asemath Academy!
echo
goto CheckStart

SetDestinationLipo:
SetDestinationLipos:
SetDestinationLipopod:
SetDestinationLipopods:
setvariable D Lipopods
echo
echo Destination:  Lipopods west of Crossing!
echo
goto CheckStart

SetDestinationWGate:
SetDestinationWestGate:
SetDestinationCrossingsWestGate:
SetDestinationCrossingWestGate:
SetDestinationCrossingsWGate:
setvariable D CrossingsWGate
echo
echo Destination:  Crossing’s West Gate!
echo
goto CheckStart

SetDestinationEels:
SetDestinationGrassEels:
setvariable D GrassEels
echo
echo Destination:  Grass Eels west of Crossing!
echo
goto CheckStart

SetDestinationGob:
SetDestinationGobs:
SetDestinationGoblin:
SetDestinationGoblins:
setvariable D Goblins
echo
echo Destination:  Field Goblins west of Crossing!
echo
goto CheckStart

SetDestinationOrb:
SetDestinationOrbs:
SetDestinationFavorOrb:
SetDestinationFavorOrbs:
SetDestinationFavor:
SetDestinationFavorsAltar:
SetDestinationFavorAltar:
SetDestinationStoneGrotto:
SetDestinationFavors:
setvariable D Favors
echo
echo Destination:  The Stone Grotto west of Crossing!
echo
goto CheckStart

SetDestinationBob:
SetDestinationBobs:
SetDestinationBobcat:
SetDestinationBobcats:
setvariable D Bobcats
echo
echo Destination:  Bobcats beside the Stone Grotto!
echo
goto CheckStart

SetDestinationTC:
SetDestinationTiger:
SetDestinationTigerClan:
setvariable D TigerClan
echo
echo Destination:  Tiger Clan!
echo
goto CheckStart

SetDestinationTCTraders:
SetDestinationTCTrading:
SetDestinationTCTrade:
SetDestinationTCTrader:
SetDestinationTigerClanTradingPost:
SetDestinationTigerClanTradersPost:
setvariable D TigerClanTradersPost
echo
echo Destination:  Tiger Clan’s Trader’s Post!
echo
goto CheckStart

SetDestinationTCHerb:
SetDestinationTCHerbs:
SetDestinationTCHerbalist:
SetDestinationTigerClanHerbalist:
setvariable D TigerClanHerbalist
echo
echo Destination:  Tiger Clan’s Herbalist, Neesa!
echo
goto CheckStart

SetDestinationBrook:
SetDestinationGoblinBrook:
SetDestinationBrookWestOfTigerClan:
setvariable D BrookWestOfTigerClan
echo
echo Destination:  The brook west of Tiger Clan!
echo
goto CheckStart

SetDestinationYoungOgres:
SetDestinationSilverBears:
SetDestinationBears:
SetDestinationBWolves:
SetDestinationWolves:
SetDestinationBloodWolves:
setvariable D BloodWolves
echo
echo Destination:  Blood Wolves!
echo
goto CheckStart

SetDestinationKC:
SetDestinationKnifeClan:
setvariable D KnifeClan
echo
echo Destination:  Knife Clan!
echo
goto CheckStart

SetDestinationWC:
SetDestination WolfClan:
setvariable D WolfClanBuilding
echo
echo Destination:  Wolf Clan!
echo
goto CheckStart

SetDestinationLeath:
SetDestinationLeather:
SetDestinationLeatherRepair:
setvariable D LeatherRepair
echo
echo Destination:  The Leather Repair Shop!
echo
goto CheckStart

SetDestinationLeatherShop:
SetDestinationWolfClanLeatherShop:
setvariable D WolfClanLeatherShop
echo
echo Destination:  Wolf Clan’s Leather Shop!
echo
goto CheckStart

SetDestinationCoug:
SetDestinationCougs:
SetDestinationCougar:
SetDestinationCougars:
setvariable D CougarsPivot
echo
echo Destination:  Cougars west of Crossing!
echo
goto CheckStart

SetDestinationWCTraders:
SetDestinationWCTrade:
SetDestinationWCTrader:
SetDestinationWCTrading:
SetDestinationWolfClanTradingPost:
SetDestinationWolfClanTradersPost:
setvariable D WolfClanTradersPost
echo
echo Destination:  Wolf Clan’s Trader’s Post!
echo
goto CheckStart

CheckStart:
match Firecats as if smashed into the plain by the fist of an angry god
match FireSprites bramble and myrtle grow on either side of an oak-bough gateway
match LavaForgeInside rickety wooden table stands near a battered rack that leans against the granite
match LavaForgeOutside cooled lava floor and piles in the corners of the stone building
match ZolurenHavenFerry rides upon the Faldesu River forming the landing for the ferry
match LavaForgeMMGuild former occupants are bits of bone and the remnants of a large crystal hand
match BlueBelliedCrocs searching for the hillside to the west or the reeds to the east
match FaldesuSwimming orange glow of the town's street torches forms an eerie dome
match CaravansaryOutsideDirge narrow path branches off to the east following a rough line of hills
match Reavers sickly-colored stuff about them the way a Human child hides under a security blanket
match DirgePivot sign painted with a large keg indicates that perhaps a drink or two
match DirgeBank One or two of them look you over casually but with a wariness in their cold eyes
match DirgeMine Rows of torches line the walls and cast dancing shadows down the long tunnel ahead
match WickedBurrowEstateCrevice freshly-hewn corridor lined with well-kept torches extends into
match WcikedBurrowMineMiddle Jagged stalactites reach towards the floor and small pools of water
match DirgeVaults collecting in packed deposits at the base of the curved wall ringing
match StoneClanPivot your eyes until it fades from view among the steeply rising mountains
match StoneClanTradersPost the Stone Clan trade minister
match StoneClanMine strange blue moss throws out an eerie light making it possible
match StoneClanScouts All seem more attractive than the forbidding set of cliffs up ahead
match StoneGuardians but it fades off before you can wonder about where it might lead
match ArthePivot built specifically for those of short stature
match ArtheOutsideGate adventurers and farmers from the surrounding valley mingle here
match ArtheShops pale lavender-pink glaysker flowers that have been planted
match ArtheTradersPost colorful silken or woolen fabrics sparkled with gleaming gold and jewels
match ArtheTree massive branches reaching out to form a canopy over the local swimming hole
match NEGatePivot You are before the Northeast Gate of the Crossing
match NEGateInside Here stands the Northeast Gate
match WMGuildInside Two gruesome and fierce-countenanced dvarapalas stare sullenly
match WMGuild enormous tower of grey marble rises imposingly from the ground
match MMGuild The top floor is also the nerve center of the Moon Mages
match MMGuildLeader save for a narrow strip of anti-color bordering starkly on all sides
match Middens this footpath can just be discerned through a field of sedge
match NEGateCryptUp old rotted offerings of food and streaked with ancient pools
match NEGateCryptInside Two burning torches fixed to the ceiling in heavy iron brackets light
match NEGateCryptOutside Faint pinpoints of light fade in and out of the trees and you would swear
match NEWilds The moonlight turns the gold of the tall grasses of the field into silver
match NEWilds the skeleton of a dilapidated doorway
match RockTrolls presence of rolling hills to the west and the small village of Kaerna
match KaernaIntersection windows and open doorway of the Gilded Unicorn Inn
match Vineyard small stone farmhouse seems caught in a struggle with the tendrils
match ChampionsPivot voice of the trainers barking out instructions to the would-be fighters
match CrossingsGargoyles stones mix with the weeds to mark the start of a small gully
match CrossingsDeathSpirits Tatters of white netting sway from the shrubbery's slender branches
match CrossingsBrambles bridge footings descend into a mix of lush cattails and creekbroom
match Jadewater Brown cobbles set in herringbone rows lead from the gate
match Paladins representing the symbolic equality of all guild members
match Empaths Here healers both novice and experienced gather to share techniques
match CrossingsEmpathTriage hospital of Martyr Saedelthorp
match CrossingsHerbalist Mauriga the Botanist beams at you
match Barbarians enormous jeweled steel greatsword glints above a raised podium
match CrossingsStamina axis runs across the room and is attached to a set of gears
match CrossingsForge pounding din of metal on metal from the smithies
match CrossingsForge Freshly chiseled granite walls surround an area where forgers
match Florist Beautifully crafted earthen pots filled with brightly hued blossoms
match CrossingsBankPivot Marble tiled floors covered with heavy rugs and walls of polished jasper
match CrossingsBankExchange well-padded chair is placed for your comfort while waiting
match CrossingsBankLobby neat row of barred windows faces you along a marble counter
match CrossingsTradersPlaza a decorated iron gate leading out of the plaza
match CrossingsReflexes Rartan's Collegium of Inner Juggling and
match CrossingsArmorShop Tembeg
match CrossingsWeaponsShop eviscerate and otherwise discomfit your enemies can be had here
match TownGreenPond Town Green Pond
match CrossingsBardsShop Famed far and wide for its range of instruments and things bardic
match CrossingsGeneralStore Berolt
match ClericsShop Brother Durantine
match CrossingsOutfitting a large oak door with a polished bronze knob
match CrossingsLocksmith vague outlines of some rather sinister looking figures as they skulk
match CrossingsTownHall [Town Hall
match CrossingsTownHall nerve centers of the administrative arm of the local government
match CrossingsVaults a vast framework of iron and timbers rising to the building
match CrossingsVaults Carousel Square
match CrossingsAltar [Resurrection Creche, Li Stil rae Kwego ia Kweld]
match CrossingsTemple [Temple Grounds, Entry Gates]
match CrossingsShipyard Shipyard and Boat Repair is a cluttered and hectic place
match CrossingsPremieBankTeller [Strand Communal Center
match CrossingsFerry trade route to the Elven forest reaches lies south across
match CrossingsAlchemy [Alchemy Society
match CrossingsEngineering well-polished oak molding and fitted with iron bars styled to resemble
match CrossingsTraders marble columns to the frescoed ceiling depicting the god Kertigen
match CrossingsCharisma seated youths are listening attentively to an Elothean lad at a podium
match CrossingsGemShop Grisgonda
match CrossingsMamas who is adjusting the beam of the smallest of three graduated scales
match CrossingsMetalRepair The forge of Catrox the Dwarf is known throughout the lands
match CrossingsArtificiers Herilo the Artificer Exemplar squints
match AsemathPivot Students and faculty come and go through it
match CrossingsBards guild commons is a place where bards young and old meet to trade
match AsemathAcademy [Asemath Academy
match Clerics paneled with a coarse flowing grain mark this circular chamber
match CrossingsDiscipline The tiny windowless hovel feels cramped despite its minimal furnishings
match CrossingsTannery presided over by the ever-alert Falken
match Rangers Pine Needle Path]
match CrossingsAgility the Academy of Agility
match CrossingsPawnShop Cormyn
match CrossingsWGatePivot grove of trees to a gate in The Crossing's western wall
match GoblinIntersection you manage to identify several landmarks and reorient yourself
match GoblinMiddle for the cut rows suddenly end and the grain rises
match EelsExit inured stone wall marks the southern boundary of the orchard
match EelsEntry route north through the apple orchard ends abruptly here
match Favors four rounded stones of descending size are set one upon the other in
match Bobcats massive sculpture appears to sink at an angle into the ground
match Bobcats Desperately hugging the edge of the cliff	
match Lipopods congregating more heavily near the shimmering trees and moonlit lake
match TigerClanPivot Beyond the wall you can make out the thatched rooftops 
match TigerClanInsideGate find fellowship and food in the conveniently
match TigerClanTradersPost looking Guild trade minister is at hand to expedite
match TigerClanHerbalist a mantel with several things on it and a trestle table with a simple alchemy kit
match BrookWestOfTigerClan water hyacinths and horsetail grasses flourish along the gurgling brook
match WolfClanBuilding of dead animals and substances of the tanning trade drift
match WolfClanLeatherShop stench that permeates the rest of Crolin
match LeatherRepair Behind a wood counter Randal sits smiling to himself
match WolfClanTradersPost harried Guild trade minister is at hand to expedite
match WolfClanBushes an exit out through a clump of dense bushes
match KnifeClanOutsideLeather Dressed in brightly dyed leathers and carrying an impressive
match KnifeClanInsideGate path crosses a large grassy clearing with a few scattered fire pits
match BloodWolves Hooting calls and low hums and clicks signal
match CougarsPivot standing silent and watchful like arboreal sentinels
match CougarsStart A nervous red fox moves cautiously through the trees with nose to the ground
pause 1
put look
matchwait

ZolurenHavenFerry:
goto ZolurenHavenFerryTo%D

BlueBelliedCrocs:
CrocsToHavenFerry:
ZolurenHavenFerryToFaldesuSwimming:
FaldesuSwimming:
put se
put s
pause 1
put s
put s
pause 1
put se
put s
pause 1
put se
move w
put w
put w
move w
put nw
put nw
move w
put w
put go bridge
move w
put w
put w
move w
put w
put nw
move n
put n
goto ZolurenHavenFerry

CaravansaryOutsideDirge:
CaravansaryToDirgePivot:
put go path
put e
move ne
put e
put ne
move w
put nw
put sw
move w
put n
move n
put n
put go gate
goto DirgePivot

CaravansaryToHaven:
CaravansaryToZolurenHavenFerry:
CaravansaryToHavenFerry:
put n
move n
put n
put nw
move go trail
put w
move climb rock
put n
move ne
pause 2
move ne
put go flow
move ne
put n	
move go tunn
put n
move n
put n
move ne
put ne
move n
put nw
move n
put go bridge
put n
move n
put nw
put w
move w
put w
put w
move w
put w
put w
move w
put w
put w
move w
put w
put w
move nw
put nw
put w
move w
put go bridge
put w
move w
put w
put w
move w
put nw
put n
move n
goto ZolurenHavenFerryTo%D

ZolurenHavenFerryToZolurenHavenFerry:
pause 1
echo	
echo *************************************
echo
echo *** You have arrived at the Ferry to Riverhaven
echo
echo *** GO FERRY to board
echo
echo *************************************
echo
Exit

ZolurenHavenFerryToHaven:
put go ferry
match ZolurenHavenFerryToHavenNoMoney Come back when you can afford the fare
match ZolurenHavenFerryToHavenWait There is no ferry here
match ZolurenHavenFerryToHavenBoarded your kronars and climb aboard
matchwait

ZolurenHavenFerryToHavenNoMoney:
pause 1
echo
echo *************************************
echo
echo *** You do not have the necessary 35 kronars
echo *** to afford this ferry ride
echo
echo *************************************
echo
Exit

ZolurenHavenFerryToHavenWait:
waitfor pulls into the dock
goto ZolurenHavenFerryToHaven

ZolurenHavenFerryToHavenBoarded:
pause 1
echo	
echo *************************************
echo
echo *** You have boarded the Riverhaven Ferry
echo *** Waiting for arrival on the other side 
echo
echo *************************************
echo
waitfor reaches the dock and its crew ties the ferry off
pause 1
put go dock
pause 1
echo	
echo ************************
echo
echo *** You arrived in Riverhaven
echo
echo ************************
echo
Exit

ZolurenHavenFerryToLavaForgeMMGuild:
ZolurenHavenFerryToLavaForgeInside:
put s
put s
move se
put e
put e
move e
put e
put e
move go bridge
put e
put e
move se
put se
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move se
put s
put s
move go bridge
put s
move se
goto TrailToLavaForgeInside

ZolurenHavenFerryToDirge:
ZolurenHavenFerryToDirgeBank:
ZolurenHavenFerryToDirgeVaults:
ZolurenHavenFerryToDirgeMine:
HavenFerryToDirge:
put s
put s
move se
put e
put e
move e
put e
put e
move go bridge
put e
put e
move se
put se
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move se
put s
put s
move go bridge
put s
goto FireSprites

ZolurenHavenFerryToLeth:
ZolurenHavenFerryToShard:
ZolurenHavenFerryToCougarsStart:
ZolurenHavenFerryToBloodWolves:
ZolurenHavenFerryToKnifeClan:
ZolurenHavenFerryToWolfClanBuilding:
ZolurenHavenFerryToTigerClan:
ZolurenHavenFerryToTigerClanHerbalist:
ZolurenHavenFerryToCrossingsWGate:
ZolurenHavenFerryToGoblins:
ZolurenHavenFerryToFavors:
ZolurenHavenFerryToAsemathPivot:
ZolurenHavenFerryToBards:
ZolurenHavenFerryToAsemathAcademy:
ZolurenHavenFerryToClerics:
ZolurenHavenFerryToDiscipline:
ZolurenHavenFerryToTannery:
ZolurenHavenFerryToRangers:
ZolurenHavenFerryToAgility:
ZolurenHavenFerryToPawnShop:
ZolurenHavenFerryToRangers:
ZolurenHavenFerryToBank:
ZolurenHavenFerryToTradersPlaza:
ZolurenHavenFerryToReflexes:
ZolurenHavenFerryToArmorShop:
ZolurenHavenFerryToWeaponsShop:
ZolurenHavenFerryToBardsShop:
ZolurenHavenFerryToGeneralStore:
ZolurenHavenFerryToClericsShop:
ZolurenHavenFerryToOutfitting:
ZolurenHavenFerryToTownHall:
ZolurenHavenFerryToVaults:
ZolurenHavenFerryToTemple:
ZolurenHavenFerryToAltar:
ZolurenHavenFerryToShipyard:
ZolurenHavenFerryToPremieBankTeller:
ZolurenHavenFerryToCrossingsFerry:
ZolurenHavenFerryToAlchemy:
ZolurenHavenFerryToEngineering:
ZolurenHavenFerryToTraders:
ZolurenHavenFerryToCharisma:
ZolurenHavenFerryToGemShop:
ZolurenHavenFerryToMAMAs:
ZolurenHavenFerryToMetalRepair:
ZolurenHavenFerryToChampionsPivot:
ZolurenHavenFerryToCrossingsGargoyles:
ZolurenHavenFerryToJadewater:
ZolurenHavenFerryToPaladins:
ZolurenHavenFerryToEmpaths:
ZolurenHavenFerryToCrossingsDeathSpirits:
ZolurenHavenFerryToCrossingsBrambles:
ZolurenHavenFerryToMags:
ZolurenHavenFerryToLocksmith:
ZolurenHavenFerryToArtificiers:
ZolurenHavenFerryTriage:
ZolurenHavenFerryToCrossingsHerbalist:
ZolurenHavenFerryToBarbarians:
ZolurenHavenFerryToStamina:
ZolurenHavenFerryToForge:
ZolurenHavenFerryToFlorist:
ZolurenHavenFerryToNEGatePivot:
ZolurenHavenFerryToWMGuild:
ZolurenHavenFerryToMMGuild:
ZolurenHavenFerryToMMGuildLeader:
ZolurenHavenFerryToMiddens:
ZolurenHavenFerryToRockTrolls:
ZolurenHavenFerryToKaernaIntersection:
ZolurenHavenFerryToKaerna:
ZolurenHavenFerryToVineyard:
ZolurenHavenFerryToPond:
ZolurenHavenFerryToArthe:
ZolurenHavenFerryToArtheShops:
ZolurenHavenFerryToArtheTradersPost:
ZolurenHavenFerryToArtheTree:
put s
put s
move se
put e
put e
move e
put e
put e
move go bridge
put e
put e
move se
put se
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move se
put s
put s
move go bridge
put s
put se
move s
put sw
put sw
move s
put s
put go tunn
move s
put s
move sw
put go flow
put sw
move sw
move s
pause 2
move climb rockslide
put e
put go trail
move se
put s
put s
move s
goto CaravansaryToNEGatePivot

CaravansaryToNEGatePivot:
put se
move se
put se
put se
move s
put sw
put sw
move sw
put sw
put s
move s
put s
put se
move sw
put s
put s
move sw
put sw
put sw
move s
put s
put se
move se
put s
put sw
move s
put go bri
put s
move s
put s
put s
move s
put s
put s
move se
put sw
put sw
move w
put w
put s
move sw
put s
put s
move w
put w
put s
move se
put se
put go gate
move sw
put s
put go gate
move sw
put s
put s
move s
put s
put s
move s
put w
put w
move w
put sw
put sw
move sw
put s
put s
move s
put se
put se
move s
put s
put se
move sw
put s
put s
move se
put se
put s
move sw
put sw
put s
move s
put s
goto NEGatePivot

ZolurenHavenFerryToStoneClanPivot:
ZolurenHavenFerryToStoneClanTradersPost:
ZolurenHavenFerryToStoneClanMine:
ZolurenHavenFerryToScouts:
ZolurenHavenFerryToGuardians:
ZolurenHavenFerryToStoneClanPivot:
put s
put s
move se
put e
put e
move e
put e
put e
move go bridge
put e
put e
move se
put se
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move e
put e
put e
move se
put s
put s
move go bridge
put s
put se
move s
put sw
put sw
move s
put s
put go tunn
move s
put s
move sw
put go flow
put sw
move sw
move s
pause 2
move climb rockslide
put e
put go trail
move se
put s
put s
move s
goto CaravansaryToStoneClanPivot

ZolurenHavenFerryToCrocs:
put s
put s
move se
move e
put e
put e
move e
put e
put e
move go bridge
put e
put e
move se
put se
put e
move e
put e
put e
move nw
put n
goto CrocsTo%D

CrocsToCrocs:
pause 1
echo
echo *********************************
echo
echo *** GO REED to enter Blue-Bellied Crocs
echo
echo *********************************
echo
Exit

CrocsToFaldesuSwimming:
put nw
move n
put n
put n
move nw
pause 1
echo
echo *******************************
echo
echo *** DIVE WATER to swim the Faldesu
echo
echo *******************************
echo
Exit

CaravansaryToFaldesu:
CaravansaryToFaldesuSwimming:
CaravansaryToCrocs:
put n
move n
put n
put nw
move go trail
put w
move climb rock
put n
move ne
pause 2
move ne
put go flow
move ne
put n	
move go tunn
put n
move n
put n
move ne
put ne
move n
put nw
move n
put go bridge
put n
move n
put nw
put w
move w
put w
put w
move w
put w
put w
move w
put w
goto CrocsTo%D

CaravansaryToLavaForgeMMGuild:
CaravansaryToLavaForgeInside:
put n
move n
put n
put nw
move go trail
put w
put climb rock
move n
move ne
pause 2
move ne
put go flow
move ne
put n
move go tunn
put n
put n
move n
put ne
put ne
move n
goto TrailToLavaForgeInside

TrailToLavaForgeInside:
put go trail
put nw
move w
put w
put nw
move nw
put w
put nw
move nw
put n
put n
move nw
put w
put w
move w
put nw
put n
move nw
put w
put nw
move nw
put w
goto LavaForgeTo%D

LavaForgeToLavaForgeInside:
put go arch
move go curtain
pause 1
echo
echo *******************************
echo
echo *** You have arrived at the Lava Forge
echo
echo *******************************
echo
Exit

LavaForgeToLavaForgeMMGuild:
put nw
move n
put w
put w
move nw
put w
put nw
move w
put w
put w
move climb stair
pause 1
echo
echo *********************************
echo
echo *** Enter the Moon Mage Guild from here
echo
echo *********************************
echo
Exit

LavaForgeMMGuild:
put climb stair
move e
put e
put e
move se
put e
put se
move e
put e
put s
move se
goto OutsideLavaForge

LavaForgeInside:
put go curtain
goto LavaForgeOutside

LavaForgeOutside:
put out
goto OutsideLavaForge

LavaForgeToCaravansary:
OutsideLavaForge:
move e
put se
put se
move e
put se
put s
move se
put e
put e
move e
put se
put s
move s
put se
put se
move e
put se
put se
move e
put e
put se
move go trail
put s
put sw
move sw
put s
put s
move go tunn
put s
put s
move sw
put go flow
put sw
move sw
move s
pause 2
move climb rockslide
put e
put go trail
move se
put s
put s
move s
goto Caravansary%D

LavaForgeToDirgePivot:
put go curtain
put out
move e
put se
put se
move e
put se
put s
move se
put e
put e
move e
put se
put s
move s
put se
put se
move e
put se
put se
move e
put e
put se
move go trail
goto OutsideLavaForgeTrail

Firecats:
FirecatsToCaravansary:
move sw
put go flow
put sw
move sw
move s
pause 2
move climb rockslide
put e
put go trail
move se
put s
put s
move s
goto CaravansaryToDirgePivot

CaravansaryToFirecats:
put n
move n
put n
put nw
move go trail
put w
put climb rock
move n
move ne
pause 2
move ne
put go flow
move ne
pause 1
echo ***************************
echo
echo *** GO TRAIL to enter Firecats
echo
echo ***************************
echo
Exit

CaravansaryToFireSprites:
put n
move n
put n
put nw
move go trail
put w
put climb rock
move n
move ne
pause 2
move ne
put go flow
move ne
put n
move go tunn
put n
put n
move n
put ne
put ne
move n
put nw
put w
pause 1
echo ********************************
echo
echo *** CLIMB GATE to enter Fire Sprites
echo ***
echo *** Be parepared for the internal neck damage
echo
echo **********************************
echo
Exit

FireSprites:
FireSpritesToCaravansary:
put e
move se
goto OutsideLavaForgeTrail

OutsideLavaForgeTrail:
put s
put sw
move sw
put s
put s
move go tunn
put s
put s
goto FirecatsToCaravansary

CaravansaryToWolfClanLeatherRepair:
CaravansaryToWolfClanLeatherShop:
CaravansaryToWolfClanBuilding:
CaravansaryToWolfClan:
CaravansaryToCougarsPivot:
CaravansaryToCougarsStart:
CaravansaryToBloodWolves:
CaravansaryToKnifeClan:
CaravansaryToWolfClanBuilding:
CaravansaryToTigerClanTradersPost:
CaravansaryToBrookWestOfTigerClan:
CaravansaryToTigerClan:
CaravansaryToTigerClanHerbalist:
CaravansaryToGrassEels:
CaravansaryToBobcats:
CaravansaryToLipopods:
CaravansaryToGoblins:
CaravansaryToFavors:
CaravansaryToAsemathPivot:
CaravansaryToBards:
CaravansaryToAsemathAcademy:
CaravansaryToClerics:
CaravansaryToDiscipline:
CaravansaryToTannery:
CaravansaryToRangers:
CaravansaryToAgility:
CaravansaryToPawnShop:
CaravansaryToRangers:
CaravansaryToBank:
CaravansaryToTradersPlaza:
CaravansaryToReflexes:
CaravansaryToArmorShop:
CaravansaryToWeaponsShop:
CaravansaryToBardsShop:
CaravansaryToGeneralStore:
CaravansaryToClericsShop:
CaravansaryToOutfitting:
CaravansaryToTownHall:
CaravansaryToVaults:
CaravansaryToTemple:
CaravansaryToAltar:
CaravansaryToShipyard:
CaravansaryToPremieBankTeller:
CaravansaryToCrossingsFerry:
CaravansaryToAlchemy:
CaravansaryToEngineering:
CaravansaryToTraders:
CaravansaryToCharisma:
CaravansaryToGemShop:
CaravansaryToMAMAs:
CaravansaryToMetalRepair:
CaravansaryToCrossingsGargoyles:
CaravansaryToJadewater:
CaravansaryToPaladins:
CaravansaryToEmpaths:
CaravansaryTriage:
CaravansaryToCrossingsHerbalist:
CaravansaryToBarbarians:
CaravansaryToStamina:
CaravansaryToForge:
CaravansaryToFlorist:
CaravansaryToWMGuild:
CaravansaryToMMGuild:
CaravansaryToMMGuildLeader:
CaravansaryToMiddens:
CaravansaryToRockTrolls:
CaravansaryToKaerna:
CaravansaryToVineyard:
CaravansaryToArthe:
CaravansaryToArtheShops:
CaravansaryToArtheTradersPost:
CaravansaryToArtheTree:
CaravansaryToStoneClanPivot:
CaravansaryToStoneClanTradersPost:
CaravansaryToStoneClanMine:
CaravansaryToScouts:
CaravansaryToGuardians:
CaravansaryToSToneClanPivot:
CaravansaryToReavers:
CaravansaryToCrossingsDeathSpirits:
CaravansaryToCrossingsBrambles:
CaravansaryToMags:
CaravansaryToLocksmith:
CaravansaryToArtificiers:
CaravansaryToStoneClanPivot:
put se
move se
put se
put se
move s
put sw
put sw
move sw
put sw
put s
move s
put s
put se
move sw
put s
put s
move sw
put sw
put sw
move s
put s
put se
move se
put s
put sw
move s
put go bridge
put s
move s
put s
put s
move s
put s
put s
move se
put sw
put sw
move w
put w
put s
move sw
put s
put s
goto StoneClanPivot

DirgePivot:
goto DirgePivotTo%D

DirgeVaults:
put out
put out
move se
put sw
move s
goto DirgePivot

DirgePivotToDirgeVaults:
move n
put ne
put nw
move go square
put go door
pause 1
echo
echo *****************************
echo
echo *** You have arrived at Dirge’s Vaults
echo
echo *****************************
echo
Exit

Reavers:
ReaversToStoneClanPivot:
move sw
put s
put s
move se
put se
put s
move sw
put s
put go bridge
move s
put s
put s
move s
put s
put s
move s
put se
put sw
move sw
put w
put w
move s
put sw
put s
move s
goto StoneClanPivot

DirgePivotToReavers:
put go gate
put s
move s
put s
put e
move ne
put se
put e
move sw
put w
put sw
move w
put go road
put se
move se
put se
put se
move s
put sw
put sw
move sw
put sw
put s
move s
put s
put se
move sw
put s
put s
move sw
put sw
pause 1
echo
echo *******************************
echo
echo *** You have arrived in Reaver territory
echo ***
echo ***  GO PATH to enter
echo
echo *******************************
echo
exit

DirgeBank:
put out
move s
goto DirgePivot

DirgePivotToDirgeBank:
put n
put go bank
pause 1
echo
echo ****************************
echo
echo *** You have arrived at Dirge’s Bank
echo
echo ****************************
echo
Exit

DirgeMine:
put go opening
put e
move e
put go path
put go gate
goto DirgePivot

DirgePivotToDirgeMine:
move go gate
put go path
put w
move w
put go entrance
pause 1
echo
echo **************************************
echo
echo *** You have arrived at the Wicked Burrow Mine
echo ***
echo *** Continue to the Estate Holder section?
echo ***                 ( Yes / Nope )
echo
echo **************************************
echo
match WickedBurrowEstateYes Yes
match WickedBurrowEstateYes You nod
match WickedBurrowEstateNo Nope
matchwait

WickedBurrowEstateNo:
Exit

WickedBurrowEstateYes:
move e
put ne
put e
move se
put d
put e
move ne
put go crevice
pause 1
echo
echo ************************************************************
echo
echo *** You have arrived in the Estate Holder section of the Wicked Burrow Mine
echo
echo ************************************************************
echo
Exit

WickedBurrowEstateCrevice:
put go crevice
put sw
move w
put u
put nw
goto WickedBurrowMineMiddle

WcikedBurrowMineMiddle:
move w
put sw
put w
goto DirgeMine


DirgePivotToDirgePivot:
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Dirge’s front gate
echo
echo ********************************
echo
Exit

DirgePivotToStoneClanPivot:
DirgePivotToStoneClanTradersPost:
DirgePivotToStoneClanMine:
DirgePivotToScouts:
DirgePivotToGuardians:
DirgePivotToSToneClanPivot:
move go gate
put s
put s
move s
put e
put ne
move se
put e
put sw
move w
put sw
put w
move go Road
goto CaravansaryToStoneClanPivot

DirgePivotToLeth:
DirgePivotToShard:
DirgePivotToCougarsStart:
DirgePivotToBloodWolves:
DirgePivotToKnifeClan:
DirgePivotToWolfClanBuilding:
DirgePivotToTigerClan:
DirgePivotToTigerClanHerbalist:
DirgePivotToCrossingsWGate:
DirgePivotToGoblins:
DirgePivotToFavors:
DirgePivotToAsemathPivot:
DirgePivotToBards:
DirgePivotToAsemathAcademy:
DirgePivotToClerics:
DirgePivotToDiscipline:
DirgePivotToTannery:
DirgePivotToRangers:
DirgePivotToAgility:
DirgePivotToPawnShop:
DirgePivotToRangers:
DirgePivotToBank:
DirgePivotToTradersPlaza:
DirgePivotToReflexes:
DirgePivotToArmorShop:
DirgePivotToWeaponsShop:
DirgePivotToBardsShop:
DirgePivotToGeneralStore:
DirgePivotToClericsShop:
DirgePivotToOutfitting:
DirgePivotToTownHall:
DirgePivotToVaults:
DirgePivotToTemple:
DirgePivotToAltar:
DirgePivotToShipyard:
DirgePivotToPremieBankTeller:
DirgePivotToCrossingsFerry:
DirgePivotToAlchemy:
DirgePivotToEngineering:
DirgePivotToTraders:
DirgePivotToCharisma:
DirgePivotToGemShop:
DirgePivotToMAMAs:
DirgePivotToMetalRepair:
DirgePivotToChampionsPivot:
DirgePivotToCrossingsGargoyles:
DirgePivotToJadewater:
DirgePivotToPaladins:
DirgePivotToEmpaths:
DirgePivotTriage:
DirgePivotToCrossingsHerbalist:
DirgePivotToBarbarians:
DirgePivotToStamina:
DirgePivotToForge:
DirgePivotToFlorist:
DirgePivotToWMGuild:
DirgePivotToMMGuild:
DirgePivotToMMGuildLeader:
DirgePivotToMiddens:
DirgePivotToRockTrolls:
DirgePivotToKaerna:
DirgePivotToVineyard:
DirgePivotToArthe:
DirgePivotToArtheShops:
DirgePivotToArtheTradersPost:
DirgePivotToArtheTree:
DirgePivotToCrossingsDeathSpirits:
DirgePivotToCrossingsBrambles:
DirgePivotToMags:
DirgePivotToLocksmith:
DirgePivotToArtificiers:
DirgePivotToPond:
DirgePivotToNEGatePivot:
move go gate
put s
put s
move s
put e
put ne
move se
put e
put sw
move w
put sw
put w
move go Road
goto CaravansaryToNEGatePivot

DirgePivotToForge:
DirgePivotToLavaForgeInside:
DirgePivotToLavaForgeMMGuild:
move go gate
put s
put s
move s
put e
put ne
move se
put e
put sw
move w
put sw
put w
move go Road
goto CaravansaryToLavaForgeInside

DirgePivotToFireSprites:
move go gate
put s
put s
move s
put e
put ne
move se
put e
put sw
move w
put sw
put w
move go Road
goto CaravansaryToFireSprites

DirgePivotToCrocs:
move go gate
put s
put s
move s
put e
put ne
move se
put e
put sw
move w
put sw
put w
move go Road
goto CaravansaryToCrocs

DirgePivotToFerry:
DirgePivotToHaven:
DirgePivotToZolurenHavenFerry:
DirgePivotToHavenFerry:
move go gate
put s
put s
move s
put e
put ne
move se
put e
put sw
move w
put sw
put w
move go Road
goto CaravansaryToHavenFerry

StoneClanPivot:
goto StoneClanPivotTo%D

StoneGuardians:
move sw
put w
put w
move s
put sw
put s
move s
goto StoneClanPivot

StoneClanPivotToGuardians:
move n
put n
put ne
move n
put e
put e
move ne
pause 1
echo ***************************
echo
echo *** You have arrived at the Thicket
echo ***
echo *** Rock Guardians, Vipers
echo *** Leucros and Geni may be found
echo *** by GO PATH and searching out the trails
echo
echo **********************************
echo
Exit

StoneClanPivotToStoneClanPivot:
pause 1
echo
echo ******************************************
echo
echo *** You have arrived at the Stone Clan Trader’s Guild
echo
echo ******************************************
echo
Exit

StoneClanTradersPost:
put out
goto StoneClanPivot

StoneClanPivotToStoneClanMine:
put climb trail
put u
move w
put u
put u
move go entrance
put go crevice
put climb ladder
pause 1
echo
echo ***********************************
echo
echo *** You have arrived at the Abandoned Mine
echo ***
echo *** Beware the Cave Bears!
echo
echo ***********************************
echo
Exit

StoneClanMine:
put climb ladder
put go crevice
move out
put d
put d
move e
put d
put climb trail
goto StoneClanPivot

StoneClanScouts:
put climb trail
goto StoneClanPivot

StoneClanPivotToScouts:
put climb trail
pause 1
echo
echo ****************************
echo
echo *** GO PATH for S’lai Scouts
echo ***
echo *** Beisswurms are UP, as is the mine
echo ***
echo *** CLIMB TRAIL to exit the area
echo
echo ****************************
echo
Exit

StoneClanPivotToStoneClanTradersPost:
put go outpost
pause 1
echo
echo ****************************************
echo
echo *** You have arrived at the Stone Clan Trader’s Post
echo
echo ***************************************
echo
Exit

StoneClanTradersPost:
put out
goto StoneClanPivot

StoneClanPivotToCougarsPivot:
StoneClanPivotToCougarsStart:
StoneClanPivotToBloodWolves:
StoneClanPivotToKnifeClan:
StoneClanPivotToWolfClanBuilding:
StoneClanPivotToTigerClan:
StoneClanPivotToTigerClanHerbalist:
StoneClanPivotToCrossingsWGate:
StoneClanPivotToGoblins:
StoneClanPivotToFavors:
StoneClanPivotToAsemathPivot:
StoneClanPivotToBards:
StoneClanPivotToAsemathAcademy:
StoneClanPivotToClerics:
StoneClanPivotToDiscipline:
StoneClanPivotToTannery:
StoneClanPivotToRangers:
StoneClanPivotToAgility:
StoneClanPivotToPawnShop:
StoneClanPivotToRangers:
StoneClanPivotToBank:
StoneClanPivotToTradersPlaza:
StoneClanPivotToReflexes:
StoneClanPivotToArmorShop:
StoneClanPivotToWeaponsShop:
StoneClanPivotToBardsShop:
StoneClanPivotToGeneralStore:
StoneClanPivotToClericsShop:
StoneClanPivotToOutfitting:
StoneClanPivotToTownHall:
StoneClanPivotToVaults:
StoneClanPivotToTemple:
StoneClanPivotToAltar:
StoneClanPivotToShipyard:
StoneClanPivotToPremieBankTeller:
StoneClanPivotToCrossingsFerry:
StoneClanPivotToAlchemy:
StoneClanPivotToEngineering:
StoneClanPivotToTraders:
StoneClanPivotToCharisma:
StoneClanPivotToGemShop:
StoneClanPivotToMAMAs:
StoneClanPivotToMetalRepair:
StoneClanPivotToChampionsPivot:
StoneClanPivotToCrossingsGargoyles:
StoneClanPivotToJadewater:
StoneClanPivotToPaladins:
StoneClanPivotToEmpaths:
StoneClanPivotTriage:
StoneClanPivotToCrossingsHerbalist:
StoneClanPivotToBarbarians:
StoneClanPivotToStamina:
StoneClanPivotToForge:
StoneClanPivotToFlorist:
StoneClanPivotToPond:
StoneClanPivotToWMGuild:
StoneClanPivotToMMGuild:
StoneClanPivotToMMGuildLeader:
StoneClanPivotToMiddens:
StoneClanPivotToRockTrolls:
StoneClanPivotToKaerna:
StoneClanPivotToVineyard:
StoneClanPivotToArthe:
StoneClanPivotToArtheShops:
StoneClanPivotToArtheTradersPost:
StoneClanPivotToArtheTree:
StoneClanPivotToCrossingsDeathSpirits:
StoneClanPivotToCrossingsBrambles:
StoneClanPivotToMags:
StoneClanPivotToLocksmith:
StoneClanPivotToArtificiers:
StoneClanPivotToLeth:
StoneClanPivotToShard:
StoneClanPivotToNEGatePivot:
move w
put w
put s
move se
put se
put go gate
move sw
put s
put go gate
move sw
put s
put s
move s
put s
put s
move s
put w
put w
move w
put sw
put sw
move sw
put s
put s
move s
put se
put se
move s
put s
put se
move sw
put s
put s
move se
put se
put s
move sw
put sw
put s
move s
put s
goto NEGatePivot

StoneClanPivotToReavers:
move n
put n
put ne
move n
put e
put e
move ne
put ne
put nw
move n
put n
put n
move n
put n
put n
move go bridge
put n
put n
move ne
put n
put nw
move nw
put n
move n
put ne
pause 1
echo
echo *******************************
echo
echo *** You have arrived in Reaver territory
echo ***
echo ***  GO PATH to enter
echo
echo *******************************
echo
exit

StoneClanPivotToDirge:
StoneClanPivotToDirgeBank:
StoneClanPivotToDirgeVaults:
StoneClanPivotToDirgeMine:
StoneClanPivotToCrocs:
StoneClanPivotToHaven:
StoneClanPivotToZolurenHavenFerry:
StoneClanPivotToFaldesu:
StoneClanPivotToFaldesuSwimming:
StoneClanPivotToDirgePivot:
move n
put n
put ne	
move n
put e
put e
move ne
put ne
put nw
move n
put n
put n
move n
put n
put n
move go bridge
put n
put n
move ne
put n
put nw
move nw
put n
put n
move ne
put ne
put ne
move n
put n
put ne
move nw
put n
put n
move n
put ne
put ne
move ne
put ne
put n
move nw
put nw
put nw
move nw
goto CaravansaryToDirgePivot

StoneClanPivotToLavaForgeMMGuild:
StoneClanPivotToLavaForgeInside:
StoneClanPivotToFirecats:
StoneClanPivotToFireSprites:
CaravansaryToFireSprites:
StoneClanPivotToCaravansary:
move n
put n
put ne	
move n
put e
put e
move ne
put ne
put nw
move n
put n
put n
move n
put n
put n
move go bridge
put n
put n
move ne
put n
put nw
move nw
put n
put n
move ne
put ne
put ne
move n
put n
put ne
move nw
put n
put n
move n
put ne
put ne
move ne
put ne
put n
move nw
put nw
put nw
move nw
goto Caravansary

Caravansary:
goto CaravansaryTo%D

ArthePivot:
goto ArthePivotTo%D

ArthePivotToArtheTradersPost:
move n
put n
put n
move n
put w
put go door
pause 1
echo
echo ***************************************
echo
echo *** You have arrived at Arthe Dale’s Trader’s Post
echo
echo ***************************************
echo
Exit

ArtheTree:
put n
move e
put s
move s
goto ArthePivot

ArthePivotToArtheTree:
put n
put n
move w
put s
pause 1
echo
echo *******************************************
echo
echo *** You have arrived at the Arthe Dale Swimming Hole
echo
echo *******************************************
echo
Exit

ArtheShops:
put w
put s
move s
put s
move s
goto ArthePivot

ArtheTradersPost:
put out
put e
move s
put s
put s
move s
goto ArthePivot

ArthePivotToArthePivot:
ArthePivotToArthe:
pause 1
echo
echo ***************************
echo
echo *** You have arrived in Arthe Dale
echo
echo ***************************
echo
Exit

ArtheOutsideGate:
put go gate

ArthePivotToWolfClanLeatherRepair:
ArthePivotToWolfClanLeatherShop:
ArthePivotToWolfClanBuilding:
ArthePivotToWolfClan:
ArthePivotToCougarsPivot:
ArthePivotToTigerClanTradersPost:
ArthePivotToBrookWestOfTigerClan:
ArthePivotToGrassEels:
ArthePivotToBobcats:
ArthePivotToLipopods:
ArthePivotToCougarsStart:
ArthePivotToBloodWolves:
ArthePivotToKnifeClan:
ArthePivotToWolfClanBuilding:
ArthePivotToTigerClan:
ArthePivotToTigerClanHerbalist:
ArthePivotToCrossingsWGate:
ArthePivotToGoblins:
ArthePivotToFavors:
ArthePivotToAsemathPivot:
ArthePivotToBards:
ArthePivotToAsemathAcademy:
ArthePivotToClerics:
ArthePivotToDiscipline:
ArthePivotToTannery:
ArthePivotToRangers:
ArthePivotToAgility:
ArthePivotToPawnShop:
ArthePivotToRangers:
ArthePivotToBank:
ArthePivotToTradersPlaza:
ArthePivotToReflexes:
ArthePivotToArmorShop:
ArthePivotToWeaponsShop:
ArthePivotToBardsShop:
ArthePivotToGeneralStore:
ArthePivotToClericsShop:
ArthePivotToOutfitting:
ArthePivotToTownHall:
ArthePivotToVaults:
ArthePivotToTemple:
ArthePivotToAltar:
ArthePivotToShipyard:
ArthePivotToPremieBankTeller:
ArthePivotToCrossingsFerry:
ArthePivotToAlchemy:
ArthePivotToEngineering:
ArthePivotToTraders:
ArthePivotToCharisma:
ArthePivotToGemShop:
ArthePivotToMAMAs:
ArthePivotToMetalRepair:
ArthePivotToChampionsPivot:
ArthePivotToCrossingsGargoyles:
ArthePivotToJadewater:
ArthePivotToPaladins:
ArthePivotToEmpaths:
ArthePivotTriage:
ArthePivotToCrossingsHerbalist:
ArthePivotToBarbarians:
ArthePivotToStamina:
ArthePivotToForge:
ArthePivotToFlorist:
ArthePivotToPond:
ArthePivotToWMGuild:
ArthePivotToMMGuild:
ArthePivotToMMGuildLeader:
ArthePivotToMiddens:
ArthePivotToRockTrolls:
ArthePivotToKaerna:
ArthePivotToVineyard:
ArthePivotToArthe:
ArthePivotToArtheShops:
ArthePivotToArtheTradersPost:
ArthePivotToArtheTree:
ArthePivotToStoneClanPivot:
ArthePivotToStoneClanTradersPost:
ArthePivotToStoneClanMine:
ArthePivotToScouts:
ArthePivotToGuardians:
ArthePivotToSToneClanPivot:
ArthePivotToCrocs:
ArthePivotToHaven:
ArthePivotToZolurenHavenFerry:
ArthePivotToFaldesu:
ArthePivotToFaldesuSwimming:
ArthePivotToDirgePivot:
ArthePivotToDirge:
ArthePivotToDirgeBank:
ArthePivotToDirgeVaults:
ArthePivotToDirgeMine:
ArthePivotToLavaForgeMMGuild:
ArthePivotToLavaForgeInside:
ArthePivotToFirecats:
ArthePivotToFireSprites:
ArthePivotToReavers:
ArthePivotToCrossingsDeathSpirits:
ArthePivotToCrossingsBrambles:
ArthePivotToMags:
ArthePivotToLocksmith:
ArthePivotToArtificiers:
ArthePivotToLeth
ArthePivotToShard
ArthePivotToNEGatePivot:
put go gate
put up
move up
put w
put s
move s
put se
put sw
move s
put s
put se
move se
put s
put sw
move sw
put s
put s
move s
goto NEGatePivot

ArthePivotToArtheShops:
put n
put n
move n
put n
move e
pause 1
echo
echo *******************************************
echo
echo *** You have arrived in Arthe Dale’s Shopping District
echo
echo *******************************************
echo
Exit

NEGatePivot:
goto NEGatePivotTo%D

NEGateInside:
move go gate
goto NEGatePivot

NEGatePivotToNEGatePivot:
pause 1
echo
echo **********************************
echo
echo *** You have arrived at Crossing’s NE Gate
echo
echo **********************************
echo
Exit

WMGuildInside:
put go door
goto WMGuild

WMGuild:
put s
move sw
put w
put sw
move nw
put w
put w
move nw
goto NEGatePivot

NEGatePivotToWMGuild:
move se
put e
put e
move se
put ne
put e
move ne
put n
pause 1
echo
echo *******************************************
echo
echo *** You have arrived at Crossing’s Warrior Mage Guild
echo ***
echo *** GO DOOR to enter the Guild itself
echo *** then GO ARCH to speak with Guildleader Gauthus
echo
echo *******************************************
echo
Exit

MMGuildLeader:
move ne
move se
move e
move s
move se
move sw
put touch handp
move s
move w
move sw
move nw
move w
move n
put go stair
move s
move e
move se
move ne
move e
move n
put go door
goto MMGuildGate

MMGuildGate:
pause 1
echo
echo *********************
echo
echo *** Continue on or no?
echo *** ( YES / NOPE )
echo
echo *********************
echo
match MMGuild Yes
match MMGuild You nod
match MMGuildGateStop Nope
matchwait

MMGuild:
put go gate
move n
move n
move w
move sw
move sw
move w
move w
move w
move n
move nw
move nw
move w
put go sed
move w
move nw
move n
move n
move u
move n
move n
goto NEGatePivot

NEGatePivotToMMGuild:
move go footpath
put s
put d
move s
put s
put se
move e
put e
put e
move se
put se
move s
put e
put e
move e
put ne
put ne
move e
put s
put s
move go gate
pause 1
echo
echo **************************************
echo
echo *** You have arrived at the Moon Mage Guild Gate
echo *** Continue on to the Guildleader?
echo *** ( YES / NOPE )
echo
echo ************************************
echo
match MMGuildToGuildleader Yes
match MMGuildToGuildleader You nod
match MMGuildGateStop Nope
matchwait

MMGuildGateStop:
echo Okay!
Exit

MMGuildToGuildleader:
echo Okay!
pause 1
move go door
put s
put w
move sw
put nw
put w
move n
put go stair
put s
move e
put se
put ne
move e
put n
put touch handp
move ne
put nw
put n
move w
put nw
put sw
pause 1
echo **********************************
echo
echo *** You have arrived at Guildleader Kssarh
echo
echo ************************************
echo
Exit

Middens:
move w
put nw
put n
move n
put up
put n
move n
goto NEGatePivot

NEGatePivotToMiddens:
move go footpath
put s
put d
move s
put s
put se
move e
pause 1
echo
echo **************************
echo
echo *** Go EAST to enter the Middens
echo ***
echo *** Louts are right there
echo *** GO SEDGE to return from them
echo
echo **************************
echo
Exit

NEGateCryptInside:
put up
goto NEGateCryptUp

NEGateCryptUp:
put out
goto NEGateCryptOutside

NEGateCryptOutside: 
move s
put s
put go gate
move s
put go path
move w
goto NEGatePivot

NEGatePivotToNEGateCrypt:
move e
put go path
put n
move go gate
put n
put n
move go crypt
move go crack
pause 1
echo
echo ******************************
echo
echo *** You have arrived in Ghoul territory
echo ***
echo *** ASSESS does not work here due to lighting
echo *** This is the only room of the crypt where
echo *** You may see directions without light
echo
echo ******************************
echo
Exit

NEWilds:
put s
put s
move se
put go trail
put w
goto NEGatePivot

NEGatePivotToNEWilds:
move e
put go trail
put nw
move n
put go door
pause 1
echo
echo ******************************
echo
echo *** You have arrived in Grendel territory
echo ***
echo *** Wood Trolls, Grendels, Boars and Cougars
echo
echo ******************************
echo
Exit

NEGatePivotToRockTrolls:
NEGatePivotToKaerna:
move n
put n
move n
put ne
put ne
move n
put nw
put nw
move n
put n
put ne
move nw
put n
put n
move nw
put nw
put n
move n
put n
put ne
move ne
put ne
put e
move e
put e
put n
move n
put n
put n
move n
put n
move ne
put go gate
put n
goto KaernaTo%D

KaernaToKaerna:
pause 1
echo
echo *******************************
echo
echo *** You have arrived in Kaerna Village
echo
echo *******************************
echo
Exit

KaernaToRockTrolls:
move w
put w
pause 1
echo
echo *************************************
echo
echo *** Climb barricade to enter Rock Troll territory
echo
echo *************************************
echo
Exit

RockTrolls:
put e
put e
goto KaernaToNEGatePivot

KaernaIntersection:
KaernaToNEGatePivot:
move s
put go gate
put sw
move s
put s
put s
move s
put s
put s
move w
put w
put w
move sw
put sw
put sw
move s
put s
put s
move se
put se
put s
move s
put se
put sw
move s
put s
put se
move se
put s
put sw
move sw
put s
move s
put s
goto NEGatePivot

NEGatePivotToVineyard:
move n
put n
put n
move go trail
pause 1
echo
echo ******************************
echo
echo *** You have arrived at the Vineyard
echo ***
echo *** GO FARM for Rats (‘go door’ to return)
echo *** CLIMB HILL for Wood Trolls and Rams
echo ***
echo *** N/NE and CLIMB STILE for the Estate Holder area
echo
echo *******************************************
echo
Exit

Vineyard:
put go trail
move s
put s
put s
goto NEGatePivot

NEGatePivotToWolfClanLeatherRepair:
NEGatePivotToWolfClanLeatherShop:
NEGatePivotToWolfClanBuilding:
NEGatePivotToWolfClan:
NEGatePivotToCougarsPivot:
NEGatePivotToTigerClanTradersPost:
NEGatePivotToBrookWestOfTigerClan:
NEGatePivotToGrassEels:
NEGatePivotToBobcats:
NEGatePivotToLipopods:
NEGatePivotToCougarsStart:
NEGatePivotToBloodWolves:
NEGatePivotToKnifeClan:
NEGatePivotToWolfClanBuilding:
NEGatePivotToTigerClan:
NEGatePivotToTigerClanHerbalist:
NEGatePivotToCrossingsWGate:
NEGatePivotToGoblins:
NEGatePivotToFavors:
NEGatePivotToAsemathPivot:
NEGatePivotToBards:
NEGatePivotToAsemathAcademy:
NEGatePivotToClerics:
NEGatePivotToDiscipline:
NEGatePivotToTannery:
NEGatePivotToRangers:
NEGatePivotToAgility:
NEGatePivotToPawnShop:
NEGatePivotToRangers:
NEGatePivotToAsemathPivot:
move go gate
put w
put w
move w
put s
put s
move w
put s
move w
put w
put w
move w
goto AsemathPivot

NEGatePivotToArthe:
NEGatePivotToArtheShops:
NEGatePivotToArtheTradersPost:
NEGatePivotToArtheTree:
NEGatePivotToArthePivot:
move n
put n
put n
move ne
put ne
put n
move nw
put nw
put n
move n
put ne
put nw
move n
put n
put e
move d
put d
move go gate
goto ArthePivot

NEGatePivotToStoneClanPivot:
NEGatePivotToStoneClanTradersPost:
NEGatePivotToStoneClanMine:
NEGatePivotToScouts:
NEGatePivotToGuardians:
NEGatePivotToSToneClanPivot:
NEGatePivotToCrocs:
NEGatePivotToHaven:
NEGatePivotToZolurenHavenFerry:
NEGatePivotToFaldesu:
NEGatePivotToFaldesuSwimming:
NEGatePivotToDirgePivot:
NEGatePivotToDirge:
NEGatePivotToDirgeBank:
NEGatePivotToDirgeVaults:
NEGatePivotToDirgeMine:
NEGatePivotToLavaForgeMMGuild:
NEGatePivotToLavaForgeInside:
NEGatePivotToFirecats:
NEGatePivotToFireSprites:
NEGatePivotToReavers:
NEGatePivotToStoneClanPivot:
put n
put n
move n
put ne
put ne
move n
put nw
put nw
move n
put n
put ne
move nw
put n
put n
move nw
put nw
put n
move n
put n
put ne
move ne
put ne
put e
move e
put e
put n
move n
put n
put n
move n
put n
put ne
move go gate
put n
put ne
move go gate
put nw
put nw
move n
put e
move e
goto StoneClanPivot

NEGatePivotToCrossingsGargoyles:
NEGatePivotToJadewater:
NEGatePivotToPaladins:
NEGatePivotToEmpaths:
NEGatePivotTriage:
NEGatePivotToCrossingsHerbalist:
NEGatePivotToBarbarians:
NEGatePivotToStamina:
NEGatePivotToForge:
NEGatePivotToFlorist:
NEGatePivotToCrossingsDeathSpirits:
NEGatePivotToCrossingsBrambles:
NEGatePivotToMags:
NEGatePivotToChampionsPivot:
Move go gate
put w
put w
move w
put s
put s
move w
put s
goto ChampionsPivot

NEGatePivotToBank:
NEGatePivotToTradersPlaza:
NEGatePivotToReflexes:
NEGatePivotToArmorShop:
NEGatePivotToWeaponsShop:
NEGatePivotToBardsShop:
NEGatePivotToGeneralStore:
NEGatePivotToClericsShop:
NEGatePivotToOutfitting:
NEGatePivotToTownHall:
NEGatePivotToVaults:
NEGatePivotToTemple:
NEGatePivotToAltar:
NEGatePivotToShipyard:
NEGatePivotToPremieBankTeller:
NEGatePivotToCrossingsFerry:
NEGatePivotToAlchemy:
NEGatePivotToEngineering:
NEGatePivotToTraders:
NEGatePivotToCharisma:
NEGatePivotToGemShop:
NEGatePivotToMAMAs:
NEGatePivotToMetalRepair:
NEGatePivotToLocksmith:
NEGatePivotToArtificiers:
NEGatePivotToLeth
NEGatePivotToShard
NEGatePivotToCrossingsBankPivot:
move go gate
put w
put s
move s
put s
put s
move sw
put s
put s
move s
put w
put w
move w
put go bank
goto CrossingsBankPivot

ChampionsPivot:
goto ChampionsPivotTo%D

ChampionsPivotToChampionsPivot:
pause 1
echo
echo *********************************
echo
echo *** You have arrived at Champions’ Square!
echo
echo *********************************
echo
Exit

CrossingsBrambles:
put sw
put s
move s
put s
put se
move se
put se
put s
move s
put s
put s
move w
goto CrossingsDeathSpirits

CrossingsDeathSpirits:
put sw
put sw
move sw
goto CrossingsGargoyles

CrossingsGargoyles:
put s
put sw
move s
put go arch
put e
goto OutsideJadewater

Jadewater:
put go gate
goto OutsideJadewater

OutsideJadewater:
move e
put e
goto SouthOfPaladins

Paladins:
put out
put s
move s
goto SouthOfPaladins

SouthOfPaladins:
move s
put e
move s
put s
put w
move s
goto ChampionsPivot

ChampionsPivotToCrossingsBrambles:
ChampionsPivotToCrossingsDeathSpirits:
ChampionsPivotToCrossingsGargoyles:
ChampionsPivotToJadewater:
ChampionsPivotToPaladins:
move n
put e
put n
move n
put w
put n
goto HeraldStreetTo%D

HeraldStreetToPaladins:
move n
put n
put go guild
pause 1
echo
echo **********************************
echo
echo *** You have arrived at the Paladin’s Guild
echo ***
echo *** GO ARCH to speak with Guildleader Verika
echo *** Go WEST for the Donation Weapons Rack
echo
echo **********************************
echo
Exit

HeraldStreetToCrossingsBrambles:
HeraldStreetToCrossingsDeathSpirits:
HeraldStreetToCrossingsGargoyles:
HeraldStreetToJadewater:
move w
put w
goto JadewaterBreakTo%D

JadewaterBreakToJadewater:
put go gate
pause 1
echo
echo **************************************
echo
echo *** You have arrived at the Jadewater Mansion
echo ***
echo *** PULL BELL to receive a Mentor’s assistance
echo
echo **************************************
echo
Exit

JadewaterBreakToCrossingsBrambles:
JadewaterBreakToCrossingsDeathSpirits:
JadewaterBreakToCrossingsGargoyles:
move w
put w
put go arch
move n
put ne
put n
goto CrossingsGargBreakTo%D

CrossingsGargBreakToCrossingsGargoyles:
pause 1
echo
echo **********************************
echo
echo *** You have arrived at the Monastery
echo ***
echo *** GO GULLY to enter Gargoyle territory
echo
echo **********************************
echo
Exit

CrossingsGargsBreakToCrossingsBrambles:
CrossingsGargsBreakToCrossingsDeathSpirits:
move ne
put ne
put ne
goto CrossingsDSBreakTo%D

CrossingsDSBreakToCrossingsDeathSpirits:
pause 1
echo
echo **********************************
echo
echo *** You have arrived at the Monastery
echo ***
echo *** GO FENCE to enter Death Spirit territory
echo
echo **********************************
echo
Exit

CrossingsDSBreakToBrambles:
move e
put n
put n
move n
put n
put nw
move nw
put nw
put n
move n
put n
put ne
pause 1
echo
echo *******************************
echo
echo *** You have arrived at the Brambles
echo ***
echo *** GO BRIDGE for Trollkins, Badgers and Pothanits
echo
echo ****************************************
echo
Exit

CrossingsEmpathTriage:
put go arch
put s
goto ChampionsPivot

ChampionsPivotToTriage:
put n
put go arch
pause 1
echo
echo *****************************************
echo
echo *** You have arrived at the Martyr Saedelthorps Triage
echo ***
echo *** JOIN LIST for healing
echo
echo *****************************************
echo
Exit

Empaths:
put out
put s
goto ChampionsPivot

ChampionsPivotToEmpaths:
move n
put go door
pause 1
echo
echo *****************************************
echo
echo *** You have arrived at the Crossing’s Empaths Guild
echo ***
echo *** Go NE to speak with Guildleader Salvur
echo *** Go WEST for the Infirmary
echo
echo *****************************************
echo
Exit

CrossingsHerbalist:
put out
put e
move s
goto ChampionsPivot

ChampionsPivotToCrossingsHerbalist:
move n
put w
put go shop
pause 1
echo
echo ************************************
echo
echo *** You have arrived at Mauriga’s Botanicals
echo
echo ************************************
echo
pause 1
put read catalog
Exit

CrossingsStamina:
Barbarians:
put out
goto ChampionsPivot

ChampionsPivotToBarbarians:
move go guild
pause 1
echo
echo *****************************************
echo
echo *** You have arrived at the Crossing’s Barbarians Guild
echo ***
echo *** CLIMB STAIR, GO OPENING for the
echo *** Barbarian Guild’s Donations Weapon Rack
echo
echo *****************************************
echo
Exit

ChampionsPivotToStamina:
move go structure
pause 1
echo
echo **********************************
echo
echo *** You have arrived at Stamina Training
echo
echo **********************************
echo
Exit

CrossingsForge:
put n
put n
move go door
put n
goto ChampionsPivot

ChampionsPivotToForge:
move s
put go build
put s
pause 1
echo
echo ***********************************
echo
echo *** You have arrived at the Crossing’s Forge
echo
echo ***********************************
echo
Exit

Florist:
put out
put n
move e
goto ChampionsPivot

ChampionsPivotToFlorist:
move w
put s
put go shop
pause 1
echo
echo **********************************
echo
echo *** You have arrived at Orielda’s Blossoms
echo
echo **********************************
echo
pause 1
put read catalog
Exit

ChampionsPivotToMags:
ChampionsPivotToReflexes:
ChampionsPivotToTradersPlaza:
move w
put s
put s
move go bazaar
goto MagsTo%D


ChampionsPivotToWolfClanLeatherRepair:
ChampionsPivotToWolfClanLeatherShop:
ChampionsPivotToWolfClanBuilding:
ChampionsPivotToWolfClan:
ChampionsPivotToCougarsPivot:
ChampionsPivotToTigerClanTradersPost:
ChampionsPivotToBrookWestOfTigerClan:
ChampionsPivotToGrassEels:
ChampionsPivotToBobcats:
ChampionsPivotToLipopods:
ChampionsPivotToCougarsStart:
ChampionsPivotToBloodWolves:
ChampionsPivotToKnifeClan:
ChampionsPivotToWolfClanBuilding:
ChampionsPivotToTigerClan:
ChampionsPivotToTigerClanHerbalist:
ChampionsPivotToCrossingsWGate:
ChampionsPivotToGoblins:
ChampionsPivotToFavors:
ChampionsPivotToAsemathPivot:
ChampionsPivotToBards:
ChampionsPivotToAsemathAcademy:
ChampionsPivotToClerics:
ChampionsPivotToDiscipline:
ChampionsPivotToTannery:
ChampionsPivotToRangers:
ChampionsPivotToAgility:
ChampionsPivotToPawnShop:
ChampionsPivotToRangers:
ChampionsPivotToAsemathPivot:
move w
put w
put w
move w
goto AsemathPivot

ChampionsPivotToBank:
ChampionsPivotToArmorShop:
ChampionsPivotToWeaponsShop:
ChampionsPivotToBardsShop:
ChampionsPivotToGeneralStore:
ChampionsPivotToClericsShop:
ChampionsPivotToOutfitting:
ChampionsPivotToTownHall:
ChampionsPivotToVaults:
ChampionsPivotToTemple:
ChampionsPivotToAltar:
ChampionsPivotToShipyard:
ChampionsPivotToPremieBankTeller:
ChampionsPivotToCrossingsFerry:
ChampionsPivotToAlchemy:
ChampionsPivotToEngineering:
ChampionsPivotToTraders:
ChampionsPivotToCharisma:
ChampionsPivotToGemShop:
ChampionsPivotToMAMAs:
ChampionsPivotToMetalRepair:
ChampionsPivotToPond:
ChampionsPivotToLeth:
ChampionsPivotToShard:
ChampionsPivotToCrossingsBankPivot:
move w
put s
put s
move go bazaar
put go path
put sw
move s
put s
move se
put go bank
goto CrossingsBankPivot

ChampionsPivotToWMGuild:
ChampionsPivotToMMGuild:
ChampionsPivotToMMGuildLeader:
ChampionsPivotToMiddens:
ChampionsPivotToRockTrolls:
ChampionsPivotToKaerna:
ChampionsPivotToVineyard:
ChampionsPivotToArthe:
ChampionsPivotToArtheShops:
ChampionsPivotToArtheTradersPost:
ChampionsPivotToArtheTree:
ChampionsPivotToStoneClanPivot:
ChampionsPivotToStoneClanTradersPost:
ChampionsPivotToStoneClanMine:
ChampionsPivotToScouts:
ChampionsPivotToGuardians:
ChampionsPivotToSToneClanPivot:
ChampionsPivotToCrocs:
ChampionsPivotToHaven:
ChampionsPivotToZolurenHavenFerry:
ChampionsPivotToFaldesu:
ChampionsPivotToFaldesuSwimming:
ChampionsPivotToDirgePivot:
ChampionsPivotToDirge:
ChampionsPivotToDirgeBank:
ChampionsPivotToDirgeVaults:
ChampionsPivotToDirgeMine:
ChampionsPivotToLavaForgeMMGuild:
ChampionsPivotToLavaForgeInside:
ChampionsPivotToFirecats:
ChampionsPivotToFireSprites:
ChampionsPivotToReavers:
ChampionsPivotToNEGatePivot:
move n
put e
put n
move n
put e
put e
move e
put go gate
goto NeGatePivot

CrossingsBankPivot:
goto CrossingsBankPivotTo%D


CrossingsGemShop:
put out
put out
move s
put s
move w
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToGemShop:
put out
move e
put n
put n
move go shop
put go room
echo
echo **********************************
echo
echo *** You have arrived at Grisgonda’s Gem Shop
echo ***
echo *** You may sell gems to the Appraiser
echo *** Go OUT for the regular shop
echo
echo **********************************
echo
Exit

CrossingsMamas:
put out
move e
put s
move w
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToMamas:
move out
put e
put n
move w
put go door
echo
echo **************************
echo
echo *** You have arraved at MAMAS
echo ***
echo *** PUT <ITEM> ON COUNTER
echo *** for them to weigh it for you
echo
echo ****************************
echo
Exit

CrossingsMetalRepair:
put out
put w
move w
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToMetalRepair:
move out
put e
move e
put go forge
pause 1
echo
echo *****************************
echo
echo *** You have arrived at Catrox’s Forge
echo ***
echo *** GIVE CATROX the item needing repairs
echo *** or ASK CATROX ABOUT REPAIR ALL
echo *** for him to repair what he may that you are wearing
echo
echo ***************************************
echo
Exit

CrossingsFerry:
put go square
put ne
move e
put e
put e
move e
put ne
put go bridge
move ne
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToShard:
CrossingsBankPivotToLeth:
CrossingsBankPivotToCrossingsFerry:
move out
put sw
put go bridge
move sw
put w
put w
move w
put w
put sw
move go pier
goto CrossingsFerryTo%D

CrossingsFerryToCrossingsFerry:
pause 1
echo
echo *************************************
echo
echo *** You have arrived at the Crossings Ferry 
echo
echo *** GO FERRY to board
echo
echo *************************************
echo
Exit

CrossingsFerryToLeth:
CrossingsFerryToShard:
put go ferry
match CrossingsFerryToLethNoMoney Come back when you can afford the fare
match CrossingsFerryToLethWait There is no ferry here
match CrossingsFerryToLethBoarded your kronars and climb aboard
matchwait

CrossingsFerryToLethNoMoney:
pause 1
echo
echo *************************************
echo
echo *** You do not have the necessary 35 kronars
echo *** to afford this ferry ride
echo
echo *************************************
echo
Exit

CrossingsFerryToLethWait:
waitfor pulls into the dock
goto CrossingsFerryToLeth

CrossingsFerryToLethBoarded:
pause 1
echo	
echo *************************************
echo
echo *** You have boarded the Crossing’s Ferry
echo *** Waiting for arrival on the other side 
echo
echo *************************************
echo
waitfor reaches the dock and its crew ties the ferry off
pause 1
put go dock
Exit

CrossingsBankPivotToArtificiers:
CrossingsBankPivotToTraders:
CrossingsBankPivotToCharisma:
CrossingsBankPivotToAlchemy:
CrossingsBankPivotToEngineering:
move out
put sw
put go bridge
move n
put n
move w
put nw
move w
goto CrossingsSocietyPivotTo%D

CrossingsSocietyPivotToArtificiers:
put w
move w
put w
move n
put n
put go shop
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Herilo’s Artifacts
echo
echo ********************************
echo
pause 1
put shop
Exit

CrossingsSocietyPivotToAlchemy:
put go building
pause 1
echo
echo *****************************************
echo
echo *** You have arrived at the Crossing’s Alchemy Society
echo
echo *****************************************
echo
Exit

CrossingsSocietyPivotToEngineering:
move w
put go building
pause 1
echo
echo ******************************************
echo
echo *** You have arrived at the Crossing’s Engineering Society
echo
echo ******************************************
echo
Exit

CrossingsArtificiers:
put out
put s
move s
put e
put e
move e
goto CrossingsSocietiesToCrossingsBankPivot

CrossingsEngineering:
put go door
move e
goto CrossingsSocietiesToCrossingsBankPivot

CrossingsAlchemy:
put n
put n
move go door
goto CrossingsSocietiesToCrossingsBankPivot

CrossingsSocietyPivotToTraders:
move w
put w
put go guild
pause 1
echo
echo ****************************************
echo
echo *** You have arrived at the Crossing’s Trader’s Guild
echo
echo ****************************************
echo
Exit

CrossingsSocietyPivotToCharisma:
move w
put n
put go cottage
pause 1
echo
echo *******************************
echo
echo *** You have arrived at Charisma Training
echo
echo *******************************
echo
Exit

CrossingsCharisma:
put out
put s
move e
goto CrossingsSocietiesToCrossingsBankPivot

CrossingsTraders:
put out
put e
move e
goto CrossingsSocietiesToCrossingsBankPivot

CrossingsSocietiesToCrossingsBankPivot:
move e
put se
put e
move s
put s
put go bridge
move ne
put go bank
goto CrossingsBankPivot

CrossingsShipyard:
put go gate
move ne
put go bridge
move ne
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToShipyard:
move out
put sw
put go bridge
move sw
put go gate
pause 1
echo
echo ***************************
echo
echo *** You have arrived at the Shipyard
echo
echo ***************************
Exit

CrossingsBankPivotToPond:
move out
put nw
move n
put n
move n
put go pond
pause 1
echo
echo ***************************
echo
echo *** You have arrived at the Pond
echo
echo ***************************
Exit


CrossingsPremieBankTeller:
put out
put out
move climb step
put go arch
put go door
move out
put nw
move nw
put nw
put go bridge
move ne
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToPremieBankTeller:
move out
put sw
put go bridge
move se
put se
put se
move go veranda
put go door
put go arch
move climb step
put go door
pause 1
echo
echo ******************************
echo
echo *** You have arrived at the Strand Bank
echo ***
echo *** GO ALCOVE for Jasmine’s Gem Shop
echo *** GO DOOR for Foreign Exchange Services
echo *** OUT and GO PASSAGE for the Curio Shop
echo
echo ************************************
echo
Exit

CrossingsAltar:
put go door
put s
goto CrossingsTemple

CrossingsTemple:
move go gate
put ne
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToAltar:
CrossingsBankPivotToTemple:
move out
put sw
put go gate
goto CrossingsTempleTo%D

CrossingsTempleToTemple:
pause 1
echo
echo ***********************************
echo
echo *** You have arrived at the Crossing’s Temple
echo
echo ***********************************
echo
Exit

CrossingsTempleToAltar:
move n
put go door
pause 1
echo
echo *****************************************
echo
echo *** You have arrived at the Altar to offer up favor orbs
echo
echo *****************************************
echo
Exit

CrossingsBankPivotToBank:
put go win
pause 1
echo
echo ****************************************
echo
echo *** You have arrived at the Crossing’s Bank Window
echo
echo ****************************************
echo
Exit

CrossingsBankLobby:
CrossingsBankExchange:
put out
goto CrossingsBankPivot

CrossingsTradersPlaza:
CrossingsTradersPlazaToMags:
move go gate
put go arch
goto MagsToCrossingsBankPivot

CrossingsReflexes:
MagsToCrossingsBankPivot:
put out
move go path
put sw
goto CrossingsTGSSouth

CrossingsBankPivotToReflexes:
CrossingsBankPivotToTradersPlaza:
CrossingsBankPivotToMags:
move out
put nw
put n
move n
put ne
move go path
goto MagsTo%D

MagsToMags:
pause 1
echo
echo ***********************
echo
echo *** You have arrived at Mags
echo
echo ***********************
echo
Exit

MagsToReflexes:
put go collegium
pause 1
echo
echo ****************************
echo
echo *** You have arrived at Reflex Training
echo
echo ****************************
echo
Exit

MagsToTradersPlaza:
put se
move go plaza
pause 1
echo
echo *******************************
echo
echo *** You have arrived at the Trader’s Plaza
echo ***
echo *** READ BOARD for a listing of shops currently open
echo ***
echo *** ASK GUARD ABOUT <SHOP>
echo *** to get an escort directly to the shop
echo ***
echo *** ASK GUARD ABOUT FOYER
echo *** To return to this room when done
echo
echo *******************************
echo
Exit

CrossingsArmorShop:
CrossingsArmorShopToCrossingsBankPivot:
put out
put out
move out
put se
goto CrossingsTGSSouth

TownGreenPond:
CrossingsWeaponsShop:
put out
put s
goto CrossingsTGSSouth

CrossingsBardsShop:
put out
move e
put e
put e
goto CrossingsTGSSouth

CrossingsTGSSouth:
move s
put s
move se
put go bank
goto CrossingsBankPivot

CrossingsLocksmith:
put out
put s
move s
put e
put e
move e
put e
put e
move se
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToLocksmith:
move out
put nw
put w
move w
put w
put w
move w
put n
put n
move go door
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Ragge’s Locksmithing
echo
echo ********************************
echo
pause 1
put read catalog
Exit

CrossingsBankPivotToOutfitting:
CrossingsBankPivotToBardsShop:
CrossingsBankPivotToArmorShop:
CrossingsBankPivotToWeaponsShop:
CrossingsBankPivotToStrength:
move out
put nw
put n
move n
goto TGSTo%D

TGSToOutfitting:
move w
put w
put w
move w
put w
put go building
pause 1
echo
echo **************************************
echo
echo *** You have arrived at Crossing’s Outfitting Society
echo
echo **************************************
echo
Exit

CrossingsOutfitting:
put go door
move e
put e
put e
move e
put e
goto CrossingsTGSSouth

TGSToBardsShop:
move w
put w
put w
move go shop
pause 1
echo
echo *******************************
echo
echo *** You have arrived at the Bard’s Shop
echo
echo *******************************
echo
pause 1
put read catalog
Exit

TGSToWeaponsShop:
move n
put go shop
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Milgrym’s Weapons
echo
echo *******************************
echo
pause 1
put shop
Exit

TGSToArmorShop:
TGSToStrength:
move nw
put go shop
goto CrossingsArmorShopTo%D

CrossingsArmorShopToArmorShop:
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Tembeg’s Armory
echo
echo *******************************
echo
pause 1
put shop
Exit

CrossingsArmorShopToStrength:
put go door
move go room
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Strength Training
echo
echo *******************************
echo
Exit

CrossingsGeneralStore:
put out
move s
put s
put se
goto CrossingsBankPivot

CrossingsBankPivotToGeneralStore:
move out
put nw
put n
move go shop
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Berolt’s Dry Goods
echo
echo *******************************
echo
pause 1
put read catalog
Exit

ClericsShop:
put out
put out
move e
move se
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToClericsShop:
move out
put nw
put w
move go shop
pause 1
echo
echo ****************************************
echo
echo *** You have arrived at the Brother Durantine’s Shop
echo
echo ****************************************
echo
pause 1
put read catalog
Exit

CrossingsVaults:
put out
put out
move se
put go bank
goto CrossingsBankPivot

CrossingsBankPivotToVaults:
move out
put nw
put go square
move go door
pause 1
echo
echo ********************************
echo
echo *** You have arrived at the Crossing Vaults
echo
echo ********************************
echo
Exit

CrossingsTownHall:
put out
put out
move w
put s
put se
move go bank
goto CrossingsBankPivot

CrossingsBankPivotToTownHall:
move out
put nw
put n
move e
put go hall
pause 1
echo
echo ***********************************
echo
echo *** You have arrived at the Crossing’s Town Hall
echo ***
echo *** GO COLL OFFICE to pay your debt
echo ***GO REG OFFICE for a passport
echo
echo ***********************************
echo
Exit

CrossingsBankPivotToWolfClanLeatherRepair:
CrossingsBankPivotToWolfClanLeatherShop:
CrossingsBankPivotToWolfClanBuilding:
CrossingsBankPivotToWolfClan:
CrossingsBankPivotToCougarsPivot:
CrossingsBankPivotToTigerClanTradersPost:
CrossingsBankPivotToBrookWestOfTigerClan:
CrossingsBankPivotToGrassEels:
CrossingsBankPivotToBobcats:
CrossingsBankPivotToLipopods:
CrossingsBankPivotToCougarsStart:
CrossingsBankPivotToBloodWolves:
CrossingsBankPivotToKnifeClan:
CrossingsBankPivotToWolfClanBuilding:
CrossingsBankPivotToTigerClan:
CrossingsBankPivotToTigerClanHerbalist:
CrossingsBankPivotToCrossingsWGate:
CrossingsBankPivotToGoblins:
CrossingsBankPivotToFavors:
CrossingsBankPivotToBards:
CrossingsBankPivotToAsemathAcademy:
CrossingsBankPivotToClerics:
CrossingsBankPivotToDiscipline:
CrossingsBankPivotToTannery:
CrossingsBankPivotToRangers:
CrossingsBankPivotToAgility:
CrossingsBankPivotToPawnShop:
CrossingsBankPivotToRangers:
CrossingsBankPivotToAsemathPivot:
move out
put nw
put n
move n
put n
put n
move n
put n
put w
move w
goto AsemathPivot

CrossingsBankPivotToCrossingsGargoyles:
CrossingsBankPivotToJadewater:
CrossingsBankPivotToPaladins:
CrossingsBankPivotToEmpaths:
CrossingsBankPivotTriage:
CrossingsBankPivotToCrossingsHerbalist:
CrossingsBankPivotToBarbarians:
CrossingsBankPivotToStamina:
CrossingsBankPivotToForge:
CrossingsBankPivotToFlorist:
CrossingsBankPivotToCrossingsDeathSpirits:
CrossingsBankPivotToCrossingsBrambles:
CrossingsBankPivotToChampionsPivot:
move out
put nw
put n
move n
put n
put n
move n
put n
put e
move e
goto ChampionsPivot

CrossingsBankPivotToWMGuild:
CrossingsBankPivotToMMGuild:
CrossingsBankPivotToMMGuildLeader:
CrossingsBankPivotToMiddens:
CrossingsBankPivotToRockTrolls:
CrossingsBankPivotToKaerna:
CrossingsBankPivotToVineyard:
CrossingsBankPivotToArthe:
CrossingsBankPivotToArtheShops:
CrossingsBankPivotToArtheTradersPost:
CrossingsBankPivotToArtheTree:
CrossingsBankPivotToStoneClanPivot:
CrossingsBankPivotToStoneClanTradersPost:
CrossingsBankPivotToStoneClanMine:
CrossingsBankPivotToScouts:
CrossingsBankPivotToGuardians:
CrossingsBankPivotToSToneClanPivot:
CrossingsBankPivotToCrocs:
CrossingsBankPivotToHaven:
CrossingsBankPivotToZolurenHavenFerry:
CrossingsBankPivotToFaldesu:
CrossingsBankPivotToFaldesuSwimming:
CrossingsBankPivotToDirgePivot:
CrossingsBankPivotToDirge:
CrossingsBankPivotToDirgeBank:
CrossingsBankPivotToDirgeVaults:
CrossingsBankPivotToDirgeMine:
CrossingsBankPivotToLavaForgeMMGuild:
CrossingsBankPivotToLavaForgeInside:
CrossingsBankPivotToFirecats:
CrossingsBankPivotToFireSprites:
CrossingsBankPivotToReavers:
CrossingsBankPivotToNEGatePivot:
move out
put e
put e
move e
put n
put n
move n
put ne
put n
move n
put n
put n
move e
move go gate
goto NEGatePivot

AsemathPivot:
goto AsemathPivotTo%D

AsemathPivotToPawnShop:
move w
put w
put go bridge
move s
put go shop
pause 1
echo
echo *****************************************
echo
echo *** You have arrived at Cormyn’s House of Heirlooms
echo ***
echo *** Hold the item in your right hand and SELL <ITEM>
echo
echo *****************************************
echo
Exit

CrossingsPawnShop:
put out
put n
move e
put e
move e
goto AsemathPivot

CrossingsAgility:
put out
move n
put n
put n
move e
put e
put e
move e
goto AsemathPivot

AsemathPivotToAgility:
move w
put w
put go bridge
move w
put s
put s
move s
put go academy
pause 1
echo
echo ******************************
echo
echo *** You have arrived at Agility Training!
echo
echo ******************************
echo
Exit


AsemathPivotToAsemathPivot:
move go gate
pause 1
echo
echo ***********************************
echo
echo *** You have arrived at the Asemath Academy
echo
echo ***********************************
echo
Exit

AsemathPivotToBards:
move w
put go build
pause 1
echo
echo ************************************
echo
echo *** You have arrived at Crossing’s Bards Guild
echo
echo ************************************
echo
Exit

CrossingsBards:
BardsToAsemathPivot:
put out
put e
goto AsemathPivot

AsemathPivotToIntellect:
AsemathPivotToWisdom:
AsemathPivotToAsemath:
AsemathPivotToAsemathAcademy:
move go gate
put w
put w
move n
pause 1
echo
echo ************************************
echo
echo *** You have arrived at the Asemath Academy!
echo ***
echo *** Go NORTH to train Wisdom
echo *** Go NORTHEAST to train Intellect
echo ***
echo *** Ozursus is usually south/southwest for
echo *** magical feat training
echo
echo ************************************
echo
Exit

AsemathAcademy:
AsemathAcademyToAsemathPivot:
put out
move s
put e
put e
move go gate
goto AsemathPivot

AsemathPivotToClerics:
move n
put n
put n
move n
put go guild
pause 1
echo
echo ************************************
echo
echo *** You have arrived at the Crossing’s Clerics Guild!
echo ***
echo *** GO STUDY to speak with Guildleader Esuin
echo ***
echo *** GO ARCH DOOR and GO BUILDING
echo *** for a regular cleric hangout
echo ***
echo *** GO ARCH DOOR and GO ARCH
echo *** for the Clerics’ Guild Chapel
echo
echo ************************************
echo
Exit

Clerics:
ClericsToAsemathPivot:
move out
put s
put s
move s
put s
goto AsemathPivot

AsemathPivotToTannery:
move n
put n
put w
move go shed
pause 1
echo
echo ********************************
echo
echo *** You have arrived at Falken’s Tannery!
echo
echo ********************************
echo
Exit

CrossingsTannery:
CrossingsTanneryToAsemathPivot:
move out
put e
put s
move s
goto AsemathPivot

AsemathPivotToDiscipline:
move n
put n
put n
move n
put go hovel
pause 1
echo
echo ******************************************
echo
echo *** You have arrived at the Hovel for Discipline Training
echo
echo ******************************************
echo
Exit

CrossingsDiscipline:
CrossingsDisciplineToAsemathPivot:
move out
put s
put s
move s
put s
goto AsemathPivot

AsemathPivotToRangers:
move n
put n
put w
move w
put go gate
put n
pause 1
echo
echo ******************************************
echo
echo *** You have arrived at the Crossing’s Rangers Guild
echo
echo ******************************************
echo
Exit

Rangers:
RangersToAsemathPivot:
put s
move go gate
move e
put e
put s
move s
goto AsemathPivot


AsemathPivotToWolfClanLeatherRepair:
AsemathPivotToWolfClanLeatherShop:
AsemathPivotToWolfClanBuilding:
AsemathPivotToWolfClan:
AsemathPivotToCougarsPivot:
AsemathPivotToTigerClanTradersPost:
AsemathPivotToBrookWestOfTigerClan:
AsemathPivotToGrassEels:
AsemathPivotToBobcats:
AsemathPivotToLipopods:
AsemathPivotToCougarsStart:
AsemathPivotToBloodWolves:
AsemathPivotToKnifeClan:
AsemathPivotToWolfClanBuilding:
AsemathPivotToTigerClan:
AsemathPivotToTigerClanHerbalist:
AsemathPivotToCrossingsWGate:
AsemathPivotToGoblins:
AsemathPivotToFavors:
AsemathPivotToCrossingsWGatePivot:
move w
put w
put go bridge
move w
put w
put w
move w
put go gate
goto CrossingsWGatePivot


AsemathPivotToBank:
AsemathPivotToTradersPlaza:
AsemathPivotToReflexes:
AsemathPivotToArmorShop:
AsemathPivotToWeaponsShop:
AsemathPivotToBardsShop:
AsemathPivotToGeneralStore:
AsemathPivotToClericsShop:
AsemathPivotToOutfitting:
AsemathPivotToTownHall:
AsemathPivotToVaults:
AsemathPivotToTemple:
AsemathPivotToAltar:
AsemathPivotToShipyard:
AsemathPivotToPremieBankTeller:
AsemathPivotToCrossingsFerry:
AsemathPivotToAlchemy:
AsemathPivotToEngineering:
AsemathPivotToTraders:
AsemathPivotToCharisma:
AsemathPivotToGemShop:
AsemathPivotToMAMAs:
AsemathPivotToMetalRepair:
AsemathPivotToLocksmith:
AsemathPivotToArtificiers:
AsemathPivotToPond:
AsemathPivotToLeth:
AsemathPivotToShard:
AsemathPivotToCrossingsBankPivot:
move e
put s
put s
move s
put s
put s
move e
put e
put se
move go bank
goto CrossingsBankPivot

AsemathPivotToCrossingsGargoyles:
AsemathPivotToJadewater:
AsemathPivotToPaladins:
AsemathPivotToEmpaths:
AsemathPivotTriage:
AsemathPivotToCrossingsHerbalist:
AsemathPivotToBarbarians:
AsemathPivotToStamina:
AsemathPivotToForge:
AsemathPivotToFlorist:
AsemathPivotToWMGuild:
AsemathPivotToMMGuild:
AsemathPivotToMMGuildLeader:
AsemathPivotToMiddens:
AsemathPivotToRockTrolls:
AsemathPivotToKaerna:
AsemathPivotToVineyard:
AsemathPivotToArthe:
AsemathPivotToArtheShops:
AsemathPivotToArtheTradersPost:
AsemathPivotToArtheTree:

AsemathPivotToStoneClanPivot:
AsemathPivotToStoneClanTradersPost:
AsemathPivotToStoneClanMine:
AsemathPivotToScouts:
AsemathPivotToGuardians:
AsemathPivotToSToneClanPivot:
AsemathPivotToCrocs:
AsemathPivotToHaven:
AsemathPivotToZolurenHavenFerry:
AsemathPivotToFaldesu:
AsemathPivotToFaldesuSwimming:
AsemathPivotToDirgePivot:
AsemathPivotToDirge:
AsemathPivotToDirgeBank:
AsemathPivotToDirgeVaults:
AsemathPivotToDirgeMine:
AsemathPivotToLavaForgeMMGuild:
AsemathPivotToLavaForgeInside:
AsemathPivotToFirecats:
AsemathPivotToFireSprites:
AsemathPivotToReavers:
AsemathPivotToCrossingsDeathSpirits:
AsemathPivotToCrossingsBrambles:
AsemathPivotToMags:
AsemathPivotToNEGatePivot:
AsemathPivotToChampionsPivot:
move e
put e
put e
move e
goto ChampionsPivot

CrossingsWGatePivot:
goto CrossingsWGatePivotTo%D

CrossingsWGatePivotToCrossingsWGate:
pause 1
echo
echo *********************************
echo
echo *** You have arrived at Crossing’s West Gate
echo
echo *********************************
echo
Exit

GoblinIntersection:
GoblinIntersectionToCrossingsWGatePivot:
move e
put se
put e
move e
put se
put e
move e
move go path
goto CrossingsWGatePivot

GoblinMiddle:
move nw
put sw
put sw
move se
put s
put s
goto GoblinIntersectionToCrossingsWGatePivot

CrossingsWGatePivotToGoblins:
move go path
put w
put w
move nw
put w
put w
move nw
put w
pause 1
echo
echo *******************************
echo
echo *** You have arrived in Goblin territory
echo ***
echo *** You’ll find Field Goblins to the NORTH
echo
echo *******************************
echo
Exit

CrossingsWGatePivotToGrassEels:
move go path
put w
put w
move s
put s
put s
move sw
put sw
put sw
move w
put n
put w
pause 1
echo
echo *******************************
echo
echo *** You have arrived in Wasp and Eel territory
echo ***
echo *** Wasps are to the EAST
echo ***
echo *** GO RIVER for Eels
echo *** To exit Eels afterwards, go two south
echo *** from the entry room and GO LEDGE
echo	
echo *******************************
echo
Exit

EelsExit:
EelsExitToCrossingsWGatePivot:
move e
put n
put n
move w
goto EelsEntry

EelsEntry:
EelsEntryToCrossingsWGatePivot:
move e
put s
put e
move ne
put ne
put ne
move n
put n
put n
move e
put e
put go path
goto CrossingsWGatePivot

CrossingsWGatePivotToBobcats:
CrossingsWGatePivotToFavors:
put nw
move w
put sw
move sw
put s
move w
move sw
put go path
move sw
put s
move sw
put sw
move se
put u
move u
put nw
move go trail
put go arch
put go stone
goto FavorsTo%D

FavorsToFavors:
pause 1
echo
echo *******************************
echo
echo *** You have arrived at the Stone Grotto
echo ***
echo *** PRAY here for favor orbs
echo
echo *******************************
echo
Exit

FavorsToBobcats:
move w
put go path
put e
pause 1
echo
echo *********************************
echo
echo *** You have arrived in Bobcat territory
echo ***
echo *** Go SOUTH for cougars, jackals and bobcats
echo
echo ***********************************
echo
Exit

Bobcats:
BobcatsToFavors:
put w
move go stone
goto FavorsToCrossingsWGatePivot

Favors:
FavorsToCrossingsWGatePivot:
move e
put go arch
put go trail
move se
put d
put d
move nw
put ne
put ne
move n
put ne
put go path
move ne
put e
put n
move ne
put ne
put e
move se
goto CrossingsWGatePivot

Lipopods:
LipopodstoCrossingsWGatePivot:
move s
put s
put se
move se
put se
put se
move e
put se
goto CrossingsWGatePivot

CrossingsWGatePivotToLipopods:
move nw
put w
put nw
move nw
put nw
put nw
move n
put n
pause 1
echo
echo ********************************************
echo
echo *** You have arrived in Lipopod and Water Sprite territory
echo ***
echo *** GO TRENCH to enter
echo
echo ********************************************
echo
Exit

CrossingsWGatePivotToWolfClanLeatherRepair:
CrossingsWGatePivotToWolfClanLeatherShop:
CrossingsWGatePivotToWolfClanBuilding:
CrossingsWGatePivotToWolfClan:
CrossingsWGatePivotToCougarsPivot:
CrossingsWGatePivotToTigerClanTradersPost:
CrossingsWGatePivotToBrookWestOfTigerClan:
CrossingsWGatePivotToCougarsStart:
CrossingsWGatePivotToBloodWolves:
CrossingsWGatePivotToKnifeClan:
CrossingsWGatePivotToWolfClanBuilding:
CrossingsWGatePivotToTigerClan:
CrossingsWGatePivotToTigerClanHerbalist:
CrossingsWGatePivotToTigerClanPivot:
move go path
put w
put w
move nw
put w
put w
move nw
put w
put w
move sw
put w
put w
move nw
put nw
put w
goto TigerClanPivot

CrossingsWGatePivotToBards:
CrossingsWGatePivotToAsemathAcademy:
CrossingsWGatePivotToClerics:
CrossingsWGatePivotToDiscipline:
CrossingsWGatePivotToTannery:
CrossingsWGatePivotToRangers:
CrossingsWGatePivotToAgility:
CrossingsWGatePivotToPawnShop:
CrossingsWGatePivotToRangers:
CrossingsWGatePivotToBank:
CrossingsWGatePivotToTradersPlaza:
CrossingsWGatePivotToReflexes:
CrossingsWGatePivotToArmorShop:
CrossingsWGatePivotToWeaponsShop:
CrossingsWGatePivotToBardsShop:
CrossingsWGatePivotToGeneralStore:
CrossingsWGatePivotToClericsShop:
CrossingsWGatePivotToOutfitting:
CrossingsWGatePivotToTownHall:
CrossingsWGatePivotToVaults:
CrossingsWGatePivotToTemple:
CrossingsWGatePivotToAltar:
CrossingsWGatePivotToShipyard:
CrossingsWGatePivotToPremieBankTeller:
CrossingsWGatePivotToCrossingsFerry:
CrossingsWGatePivotToAlchemy:
CrossingsWGatePivotToEngineering:
CrossingsWGatePivotToTraders:
CrossingsWGatePivotToCharisma:
CrossingsWGatePivotToGemShop:
CrossingsWGatePivotToMAMAs:
CrossingsWGatePivotToMetalRepair:
CrossingsWGatePivotToCrossingsGargoyles:
CrossingsWGatePivotToJadewater:
CrossingsWGatePivotToPaladins:
CrossingsWGatePivotToEmpaths:
CrossingsWGatePivotTriage:
CrossingsWGatePivotToCrossingsHerbalist:
CrossingsWGatePivotToBarbarians:
CrossingsWGatePivotToStamina:
CrossingsWGatePivotToForge:
CrossingsWGatePivotToFlorist:
CrossingsWGatePivotToWMGuild:
CrossingsWGatePivotToMMGuild:
CrossingsWGatePivotToMMGuildLeader:
CrossingsWGatePivotToMiddens:
CrossingsWGatePivotToRockTrolls:
CrossingsWGatePivotToKaerna:
CrossingsWGatePivotToVineyard:
CrossingsWGatePivotToArthe:
CrossingsWGatePivotToArtheShops:
CrossingsWGatePivotToArtheTradersPost:
CrossingsWGatePivotToArtheTree:
CrossingsWGatePivotToStoneClanPivot:
CrossingsWGatePivotToStoneClanTradersPost:
CrossingsWGatePivotToStoneClanMine:
CrossingsWGatePivotToScouts:
CrossingsWGatePivotToGuardians:
CrossingsWGatePivotToSToneClanPivot:
CrossingsWGatePivotToCrocs:
CrossingsWGatePivotToHaven:
CrossingsWGatePivotToZolurenHavenFerry:
CrossingsWGatePivotToFaldesu:
CrossingsWGatePivotToFaldesuSwimming:
CrossingsWGatePivotToDirgePivot:
CrossingsWGatePivotToDirge:
CrossingsWGatePivotToDirgeBank:
CrossingsWGatePivotToDirgeVaults:
CrossingsWGatePivotToDirgeMine:
CrossingsWGatePivotToLavaForgeMMGuild:
CrossingsWGatePivotToLavaForgeInside:
CrossingsWGatePivotToFirecats:
CrossingsWGatePivotToFireSprites:
CrossingsWGatePivotToReavers:
CrossingsWGatePivotToCrossingsDeathSpirits:
CrossingsWGatePivotToCrossingsBrambles:
CrossingsWGatePivotToMags:
CrossingsWGatePivotToLocksmith:
CrossingsWGatePivotToArtificiers:
CrossingsWGatePivotToPond:
CrossingsWGatePivotToLeth:
CrossingsWGatePivotToShard:
CrossingsWGatePivotToNEGatePivot:
CrossingsWGatePivotToAsemathPivot:
move go gate
put e
put e
move e
put e
put e
move e
put e
goto AsemathPivot

TigerClanPivot:
goto TigerClanPivotTo%D

TigerClanPivotToTigerClan:
move go gate
pause 1
echo
echo *************************************
echo
echo *** You have arrived at the front gate to Tiger Clan
echo
echo *************************************
echo
Exit

TigerClanInsideGate:
TigerClanToTigerClanPivot:
move go gate
goto TigerClanPivot

TigerClanPivotToTigerClanTradersPost:
move go gate
put s
put se
move s
put sw
put nw
move nw
put go outpost
pause 1
echo
echo *************************************
echo
echo *** You have arrived at Tiger Clan’s Trader’s Post
echo
echo *************************************
echo
Exit

TigerClanTradersPost:
TigerClanTradersPostToTigerClanPivot:
put out
put se
move se
put ne
put n
move nw
put n
put go gate
goto TigerClanPivot

TigerClanPivotToTigerClanHerbalist:
move go gate
put s
put se
move s
put sw
put go green
move nw
put go toft
put go cottage
echo
echo *************************************
echo
echo *** You have arrived at Tiger Clan’s Herbalist, Neesa
echo
echo *************************************
echo
Exit

TigerClanHerbalist:
TigerClanHerbalistToTigerClanPivot:
put out
put go path
move se
put n
put ne
move n
put nw
put n
move go gate
goto TigerClanPivot

TigerClanPivotToBrookWestOfTigerClan:
move w
put nw
put w
move w
pause 1
echo
echo *************************************
echo
echo *** You have arrived at the brook, west of Tiger Clan
echo ***
echo *** GO BROOK to enter
echo
echo *************************************
echo
Exit

BrookWestOfTigerClan:
BrookWestOfTigerClanToTigerClanPivot:
move e
put e
put se
move e
goto TigerClanPivot


TigerClanPivotToGrassEels:
TigerClanPivotToBobcats:
TigerClanPivotToLipopods:
TigerClanPivotToGoblins:
TigerClanPivotToFavors:
TigerClanPivotToLeth:
TigerClanPivotToShard:
TigerClanPivotToAsemathPivot:
TigerClanPivotToBards:
TigerClanPivotToAsemathAcademy:
TigerClanPivotToClerics:
TigerClanPivotToDiscipline:
TigerClanPivotToTannery:
TigerClanPivotToRangers:
TigerClanPivotToAgility:
TigerClanPivotToPawnShop:
TigerClanPivotToRangers:
TigerClanPivotToBank:
TigerClanPivotToTradersPlaza:
TigerClanPivotToReflexes:
TigerClanPivotToArmorShop:
TigerClanPivotToWeaponsShop:
TigerClanPivotToBardsShop:
TigerClanPivotToGeneralStore:
TigerClanPivotToClericsShop:
TigerClanPivotToOutfitting:
TigerClanPivotToTownHall:
TigerClanPivotToVaults:
TigerClanPivotToTemple:
TigerClanPivotToAltar:
TigerClanPivotToShipyard:
TigerClanPivotToPremieBankTeller:
TigerClanPivotToCrossingsFerry:
TigerClanPivotToAlchemy:
TigerClanPivotToEngineering:
TigerClanPivotToTraders:
TigerClanPivotToCharisma:
TigerClanPivotToGemShop:
TigerClanPivotToMAMAs:
TigerClanPivotToMetalRepair:
TigerClanPivotToCrossingsGargoyles:
TigerClanPivotToJadewater:
TigerClanPivotToPaladins:
TigerClanPivotToEmpaths:
TigerClanPivotTriage:
TigerClanPivotToCrossingsHerbalist:
TigerClanPivotToBarbarians:
TigerClanPivotToStamina:
TigerClanPivotToForge:
TigerClanPivotToFlorist:
TigerClanPivotToWMGuild:
TigerClanPivotToMMGuild:
TigerClanPivotToMMGuildLeader:
TigerClanPivotToMiddens:
TigerClanPivotToRockTrolls:
TigerClanPivotToKaerna:
TigerClanPivotToVineyard:
TigerClanPivotToArthe:
TigerClanPivotToArtheShops:
TigerClanPivotToArtheTradersPost:
TigerClanPivotToArtheTree:
TigerClanPivotToStoneClanPivot:
TigerClanPivotToStoneClanTradersPost:
TigerClanPivotToStoneClanMine:
TigerClanPivotToScouts:
TigerClanPivotToGuardians:
TigerClanPivotToSToneClanPivot:
TigerClanPivotToCrocs:
TigerClanPivotToHaven:
TigerClanPivotToZolurenHavenFerry:
TigerClanPivotToFaldesu:
TigerClanPivotToFaldesuSwimming:
TigerClanPivotToDirgePivot:
TigerClanPivotToDirge:
TigerClanPivotToDirgeBank:
TigerClanPivotToDirgeVaults:
TigerClanPivotToDirgeMine:
TigerClanPivotToLavaForgeMMGuild:
TigerClanPivotToLavaForgeInside:
TigerClanPivotToFirecats:
TigerClanPivotToFireSprites:
TigerClanPivotToReavers:
TigerClanPivotToPond:
TigerClanPivotToNEGatePivot:
TigerClanPivotToCrossingsWGate:
TigerClanPivotToCrossingsWGatePivot:
move e
put se
put se
move e
put e
put ne
move e
put e
put se
move e
put e
put se
move e
put e
put go path´
goto CrossingsWGatePivot

TigerClanPivotToWolfClanLeatherRepair:
TigerClanPivotToWolfClanLeatherShop:
TigerClanPivotToWolfClanBuilding:
TigerClanPivotToWolfClan:
TigerClanPivotToCougarsPivot:
TigerClanPivotToCougarsStart:
TigerClanPivotToBloodWolves:
TigerClanPivotToKnifeClan:
TigerClanPivotToWolfClanBuilding:
TigerClanPivotToCougarsPivot:
move w
put nw
put w
move w
put go brook
move w
pause 3
move w
pause 3
put w
put sw
move w
goto CougarsPivot

CougarsPivot:
goto CougarsPivotTo%D

CougarsPivotToCougarsPivot:
move w
pause 1
echo
echo ******************************
echo
echo *** You have arrived in Cougar territory
echo
echo ******************************
echo
Exit


WolfClanLeatherShop:
goto WolfClanLeatherShopToWolfClanBuilding

LeatherRepair:
goto LeatherRepairToWolfClanBuilding

WolfClanBuilding:
goto WolfClanBuildingToWolfClanBuilding

WolfClanTradersPost:
goto WolfClanTradersPostToCougarsPivot

WolfClanBushes:
goto WolfClanBushesToCougarsPivot

KnifeClanOutsideLeather:
goto KnifeClanOutsideLeatherToKnifeClanGate

KnifeClanInsideGate:
goto KnifeClanToCougarsPivot

BloodWolves:
goto BloodWolvesToCougarsPivot

CougarsStart:
CougarsStartToCougarsPivot:
put e
goto CougarsPivot

CougarsPivotToBloodWolves:
move w
put w
put w
pause 1
echo
echo ***********************************
echo
echo *** You have arrived.
echo ***
echo *** CLIMB TRAIL and CLIMB CLIFF to get to Blood Wolves
echo *** UP from there leads to Silver-Backed Bears
echo *** Be wary of Dire Bears
echo *** UP from bears you’ll find Young Ogres
echo
echo **********************************
Exit

BloodWolvesToCougarsPivot:
put e
put e
move e
goto CougarsPivot

CougarsPivotToKnifeClan:
move nw
put go bram
put ne
move ne
put n
move ne
put climb tree
move nw
put nw
move nw
put d
move e
move ne
put climb root
move n
put ne
put ne
move n
put go bush
move nw
put n
move nw
put go out
move ne
put ne
move ne
put nw
move nw
put n
move nw
put go gate
move w
put nw
move n
put go bridge
move n
put n
move n
pause 1
echo
echo ********************************
echo
echo *** You have arrived in Knife Clan
echo ***
echo *** GO CAVE for Leatherworks
echo *** East twice and GO SHOP is the Smithy
echo
echo ********************************
echo
Exit

KnifeClanOutsideLeatherToKnifeClanGate:
 put s
put s
move go bridge
put s
put s
move se
put e
goto KnifeClanToCougarsPivot

KnifeClanToCougarsPivot:
put go gate
move se
put s
put se
move se
put sw
put sw
move sw
put go out
put se
move s
put se
put go bush
move s
put sw
put sw
move s
put climb root
put sw
move w
put u
put se
move se
put se
put climb tree
move sw
put s
put sw
move go patch
put s
put se
goto CougarsPivot

WolfClanBushesToCougarsPivot:
move go bush
put n
put w
move n
put ne
goto CougarsPivot

WolfClanTradersPostToCougarsPivot:
put out
move n
put ne
move n
goto WolfClanBushesToCougarsPivot

CougarsPivotToWolfClanBuilding:
CougarsPivotToLeatherRepair:
CougarsPivotToWolfClanLeatherShop:
CougarsPivotToWolfClanTradersPost:
move sw
put s
put s
move e
put go bush
put s
move sw
put s
goto WolfClanTradersPostTo%D

WolfClanTradersPostToWolfClanTradersPost:
put go outpost
pause 1
echo
echo *************************************
echo
echo *** You have arrived at the Wolf Clan’s Trader’s Post
echo
echo *************************************
echo
Exit

WolfClanTradersPostToWolfClanBuilding:
WolfClanTradersPostToWolfClanLeatherShop:
WolfClanTradersPostToLeatherRepair:
move w
put s
put w
move s
put s
put go build
goto WolfClanBuildingTo%D
WolfClanBuildingToWolfClanBuilding:
pause 1
echo
echo ******************************
echo
echo *** You have arrived at Wolf Clan
echo *** Non-metal repair is to the east
echo *** The leather shop is to the west
echo
echo ******************************
echo
Exit

WolfClanBuildingToLeatherRepair:
move e
pause 1
echo
echo ****************************************
echo
echo *** You have arrived at the Wolf Clan’s Non-Metal Repair
echo *** GIVE the item in question to RANDAL for repair
echo *** or ASK RANDAL ABOUT REPAIR ALL
echo
echo ****************************************
echo
Exit

WolfClanBuildingToWolfClanLeatherShop:
move w
pause 1
echo
echo ****************************************
echo
echo *** You have arrived at Wolf Clan’s Leather Shop
echo
echo ****************************************
echo
put shop
pause 1
Exit

WolfClanLeatherShopToWolfClanBuilding:
move e
goto WolfClanBuildingToWolfClanTradersPost

LeatherRepairToWolfClanBuilding:
move w
goto WolfClanBuildingToWolfClanTradersPost

WolfClanBuildingToWolfClanTradersPost:
put out
put n
move n
put e
put n
move e
goto WolfClanTradersPostToCougarsPivot




CougarsPivotToWolfClanLeatherRepair:
CougarsPivotToWolfClanLeatherShop:
CougarsPivotToWolfClanBuilding:
CougarsPivotToWolfClan:
CougarsPivotToCougarsPivot:
CougarsPivotToCougarsStart:
CougarsPivotToBloodWolves:
CougarsPivotToKnifeClan:
CougarsPivotToWolfClanBuilding:
CougarsPivotToTigerClanTradersPost:
CougarsPivotToBrookWestOfTigerClan:
CougarsPivotToTigerClan:
CougarsPivotToTigerClanHerbalist:
CougarsPivotToGrassEels:
CougarsPivotToBobcats:
CougarsPivotToLipopods:
CougarsPivotToGoblins:
CougarsPivotToFavors:
CougarsPivotToAsemathPivot:
CougarsPivotToBards:
CougarsPivotToAsemathAcademy:
CougarsPivotToClerics:
CougarsPivotToDiscipline:
CougarsPivotToTannery:
CougarsPivotToRangers:
CougarsPivotToAgility:
CougarsPivotToPawnShop:
CougarsPivotToRangers:
CougarsPivotToBank:
CougarsPivotToTradersPlaza:
CougarsPivotToReflexes:
CougarsPivotToArmorShop:
CougarsPivotToWeaponsShop:
CougarsPivotToBardsShop:
CougarsPivotToGeneralStore:
CougarsPivotToClericsShop:
CougarsPivotToOutfitting:
CougarsPivotToTownHall:
CougarsPivotToVaults:
CougarsPivotToTemple:
CougarsPivotToAltar:
CougarsPivotToShipyard:
CougarsPivotToPremieBankTeller:
CougarsPivotToCrossingsFerry:
CougarsPivotToAlchemy:
CougarsPivotToEngineering:
CougarsPivotToTraders:
CougarsPivotToCharisma:
CougarsPivotToGemShop:
CougarsPivotToMAMAs:
CougarsPivotToMetalRepair:
CougarsPivotToCrossingsGargoyles:
CougarsPivotToJadewater:
CougarsPivotToPaladins:
CougarsPivotToEmpaths:
CougarsPivotTriage:
CougarsPivotToCrossingsHerbalist:
CougarsPivotToBarbarians:
CougarsPivotToStamina:
CougarsPivotToForge:
CougarsPivotToFlorist:
CougarsPivotToWMGuild:
CougarsPivotToMMGuild:
CougarsPivotToMMGuildLeader:
CougarsPivotToMiddens:
CougarsPivotToRockTrolls:
CougarsPivotToKaerna:
CougarsPivotToVineyard:
CougarsPivotToArthe:
CougarsPivotToArtheShops:
CougarsPivotToArtheTradersPost:
CougarsPivotToArtheTree:
CougarsPivotToStoneClanPivot:
CougarsPivotToStoneClanTradersPost:
CougarsPivotToStoneClanMine:
CougarsPivotToScouts:
CougarsPivotToGuardians:
CougarsPivotToSToneClanPivot:
CougarsPivotToCrocs:
CougarsPivotToHaven:
CougarsPivotToZolurenHavenFerry:
CougarsPivotToFaldesu:
CougarsPivotToFaldesuSwimming:
CougarsPivotToDirgePivot:
CougarsPivotToDirge:
CougarsPivotToDirgeBank:
CougarsPivotToDirgeVaults:
CougarsPivotToDirgeMine:
CougarsPivotToLavaForgeMMGuild:
CougarsPivotToLavaForgeInside:
CougarsPivotToFirecats:
CougarsPivotToFireSprites:
CougarsPivotToReavers:
CougarsPivotToPond:
CougarsPivotToLeth:
CougarsPivotToShard:
CougarsPivotToNEGatePivot:
CougarsPivotToTigerClanPivot:
move e
put ne
put e
move go brook
move e
pause 3
move e
pause 3
put e
put e
move se
put e
goto TigerClanPivot