Help for this page

Select Code to Download


  1. or download this
    sub addexit {
      my ($self, $exit, $direction) = @_;
      $self->{'_exits'}->{$direction} = $exit;
    ...
      }
      return undef;
    }
    
  2. or download this
    # map file
    A-B
    
    ...
    NAME : Town Square
    KEY : B
    NAME : store
    
  3. or download this
    - : east / west
    | : north/south
    \ : nw/se
    ...
    > : east
    < : west
    . : hidden (n/s or e/w, depending on placement)