Updated reST docs.

This commit is contained in:
Griatch 2011-10-04 22:29:40 +02:00
parent 1291509d03
commit b465bdd7bb
2 changed files with 30 additions and 3 deletions

View file

@ -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.