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
|
# in-game they will fill the lines to the width as defined by the
|
||||||
# player's client.
|
# player's client.
|
||||||
#
|
#
|
||||||
@dig/teleport Intro;tut#01
|
@dig Intro;tut#01
|
||||||
: tutorial_world.rooms.IntroRoom
|
: 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.
|
# ... and describe it.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue