From a12f7b9c3278488fcb31962861330d348f1892ad Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 29 Feb 2012 18:21:39 +0100 Subject: [PATCH] Added a desc to the tutorial entrance. --- contrib/tutorial_world/build.ev | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/contrib/tutorial_world/build.ev b/contrib/tutorial_world/build.ev index feb7c728f8..110ca7c1fa 100644 --- a/contrib/tutorial_world/build.ev +++ b/contrib/tutorial_world/build.ev @@ -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. #