Merge pull request #3784 from BlaneWins/patch-1

Update Beginner-Tutorial-Creating-Things.md
This commit is contained in:
Griatch 2025-04-26 13:04:38 +02:00 committed by GitHub
commit 0460981e36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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