Some cleanup in the beginner tutorial's first lessons

This commit is contained in:
Griatch 2023-03-24 22:46:37 +01:00
parent 1e21fbd392
commit d5091ea7a8
6 changed files with 82 additions and 170 deletions

View file

@ -8,7 +8,7 @@ To test it, let's tell Evennia to apply the Funcparser on every outgoing message
After a reload, you can try this in-game
```{shell}
```shell
> say I got $randint(1,5) gold!
You say "I got 3 gold!"
```