mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
docs(tutorial-beginner): 📝 remove comment + add 'named'
This commit is contained in:
parent
8632e3c064
commit
57f3686379
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ If you wanted to use regular compass directions (north, west, southwest, etc.),
|
|||
|
||||
tunnel sw = cliff
|
||||
|
||||
This will create a new room "cliff" with a "southwest" exit leading there, and a "northeast" path leading back from the cliff to your current location. <!-- is it always bidirectional be default? if so, we might do well to state so explicitly.>
|
||||
This will create a new room named "cliff" with a "southwest" exit leading there, and a "northeast" path leading back from the cliff to your current location.
|
||||
|
||||
You can create new exits from where you are standing, using the `open` command:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue