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