mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix various typos
This commit is contained in:
parent
5d0db7fb3b
commit
00c2c92472
8 changed files with 11 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ You see: a flower
|
|||
Exits: north, east
|
||||
```
|
||||
|
||||
When you send a command like `look` into Evennia - what actually happens? How does that `look` string end up being handled by the `CmdLook` class? What happens when we use e.g. `caller.msg()` to send the message back
|
||||
When you send a command like `look` into Evennia - what actually happens? How does that `look` string end up being handled by the `CmdLook` class? What happens when we use e.g. `caller.msg()` to send the message back?
|
||||
|
||||
Understanding this flow of data - the _message path_ is important in order to understand how Evennia works.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue