mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 05:46:31 +01:00
Resync all links and fix issues with auto-relink
This commit is contained in:
parent
20a1741f4c
commit
fab769e0d0
107 changed files with 887 additions and 877 deletions
|
|
@ -29,10 +29,10 @@ Some features exemplified by the tutorial world:
|
|||
## Install
|
||||
|
||||
The tutorial world consists of a few modules in `evennia/contrib/tutorial_world/` containing custom
|
||||
[Typeclasses](Typeclasses) for [rooms and objects](Objects) and associated [Commands](Commands).
|
||||
[Typeclasses](Component/Typeclasses) for [rooms and objects](Component/Objects) and associated [Commands](Component/Commands).
|
||||
|
||||
These reusable bits and pieces are then put together into a functioning game area ("world" is maybe
|
||||
too big a word for such a small zone) using a [batch script](Batch-Processors) called `build.ev`. To
|
||||
too big a word for such a small zone) using a [batch script](Component/Batch-Processors) called `build.ev`. To
|
||||
install, log into the server as the superuser (user #1) and run:
|
||||
|
||||
@batchcommand tutorial_world.build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue