mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Added a desc to the tutorial entrance.
This commit is contained in:
parent
690bfadd9d
commit
a12f7b9c32
1 changed files with 16 additions and 2 deletions
|
|
@ -81,9 +81,23 @@
|
|||
# in-game they will fill the lines to the width as defined by the
|
||||
# player's client.
|
||||
#
|
||||
@dig/teleport Intro;tut#01
|
||||
@dig Intro;tut#01
|
||||
: tutorial_world.rooms.IntroRoom
|
||||
= tutorial;tut;intro
|
||||
#
|
||||
# Open an exit to tutorial. We don't do this in the @dig
|
||||
# command since we want to describe the exit.
|
||||
#
|
||||
@open tutorial;tut;intro = tut#01
|
||||
#
|
||||
# describe the tutorial exit
|
||||
#
|
||||
@desc tutorial =
|
||||
This starts the {gEvennia tutorial{n, using a small solo game to show off
|
||||
some of the server's possibilities.
|
||||
#
|
||||
# now we actually go to the tutorial
|
||||
#
|
||||
tutorial
|
||||
#
|
||||
# ... and describe it.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue