mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3784 from BlaneWins/patch-1
Update Beginner-Tutorial-Creating-Things.md
This commit is contained in:
commit
0460981e36
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ The `east` exit has a `key` of `east`, a `location` of `Meadow` and a `destinati
|
|||
Meadow -> east -> Forest
|
||||
Forest -> west -> Meadow
|
||||
|
||||
In-game you do this with `tunnel` and `dig` commands, bit if you want to ever set up these links in code, you can do it like this:
|
||||
In-game you do this with `tunnel` and `dig` commands, but if you want to set up these links in code, you can do it like this:
|
||||
|
||||
```python
|
||||
from evennia import create_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue