Update Beginner-Tutorial-Creating-Things.md

Fix typo and grammar for section about linking exits.
This commit is contained in:
Blane Winstead 2025-04-09 18:21:30 -05:00 committed by GitHub
parent 5b2963fc46
commit 0418e6076e
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