|
|
|
A Direction is a single-character that represents a movement direction on the MUD. For example, the MUD command "north" would have a Direction character of "n".
To add new directions or define your own directions, use the View/Directions menu command. For each Direction you must specify the following properties:
- Name
- This is the SINGLE CHARACTER used for this Direction
- Reverse
- This is the single character Direction that is used to move in the opposite direction. Leave blank if there is not any opposite direction
- Value
- This is the full command to be sent to the MUD to move in the desired direction
- Dir
- This dropdown selection is used to tell the Automapper module which direction to use. This is needed to create non-English MUD directions and then assign them to the English directions used in the mapper.
|
|