#var od {You are stunned by the size and splendor of Queen Morgase's Throne Room. The walls present hunting scenes carved in relief in stone of the purest white. Tapestries between the carvings are of bright flowers and brilliantly plumaged hummingbirds, except for the ones flanking the throne which proudly display the White Lion of Andor. On a dais at the room's far wall is a throne of marble. A greatdoor opens south into a large hall and an officedoor opens east into the Queen's private study. A smaller archway lies to the west.}
#alias findme {
#map list {roomname} {$roomname} {roomdesc} {$desc};
};
#alias movemap {
#map get roomvnum lastroom;
#map goto $vnum;
#map get roomvnum currentroom;
showmap;
};
#alias roomexits #var roomexits %1
@ -111,8 +163,7 @@
#alias w {#send west;dirpush w}
#alias u {#send up;dirpush u}
#alias d {#send down;dirpush d}
#alias l {#send look %1;dirpush l}
#alias l {#regex {%1} {%+} {#send look %1} {#send look}}