mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Updated reST docs.
This commit is contained in:
parent
1291509d03
commit
b465bdd7bb
2 changed files with 30 additions and 3 deletions
|
|
@ -321,3 +321,19 @@ command.
|
|||
|
||||
> @sethelp/add MyTopic = This help topic is about ...
|
||||
|
||||
Adding a World
|
||||
--------------
|
||||
|
||||
Evennia comes with a tutorial world for you to build. To build this you
|
||||
need to log back in as *superuser*. Place yourself in Limbo and do:
|
||||
|
||||
::
|
||||
|
||||
@batchcommand contrib.tutorial_world.build
|
||||
|
||||
This will take a while, but you will see a lot of messages as the world
|
||||
is built for you. You will end up with a new exit from Limbo named
|
||||
*tutorial*. See more info about the tutorial world
|
||||
`here <TutorialWorldIntroduction.html>`_. Read
|
||||
``contrib/tutorial/world/build.ev`` to see exactly how it's built, step
|
||||
by step.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue