diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-11 23:24:52 -0800 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-02-12 23:05:14 +0100 |
commit | c7d5ef095f9b24e338ac772674b15d29c44abf3d (patch) | |
tree | 39341f9f1626f9694f0d7926ac954b579cac90e2 | |
parent | f704b8a7812c96ad3c5fee52f0bbc90111b6e4ba (diff) | |
download | serverdata-c7d5ef095f9b24e338ac772674b15d29c44abf3d.tar.gz serverdata-c7d5ef095f9b24e338ac772674b15d29c44abf3d.tar.bz2 serverdata-c7d5ef095f9b24e338ac772674b15d29c44abf3d.tar.xz serverdata-c7d5ef095f9b24e338ac772674b15d29c44abf3d.zip |
o11c's review of lt. dausen etc.
-rw-r--r-- | world/map/npc/002-1/lieutenant_dausen.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/002-1/lieutenant_dausen.txt b/world/map/npc/002-1/lieutenant_dausen.txt index 1126812e..515cd76a 100644 --- a/world/map/npc/002-1/lieutenant_dausen.txt +++ b/world/map/npc/002-1/lieutenant_dausen.txt @@ -28,6 +28,9 @@ mes "[Lieutenant Dausen]"; mes "\"Hello. I am Lieutenant Dausen. I monitor the monster threat around the city to ensure the safety of its citizens.\""; next; + + if (@state) + goto L_Close; mes "[Lieutenant Dausen]"; mes "\"I may have a job for you, stranger, but first I would like to learn more about you. Go walk among the citizens of Tulimshar, see if any of them could use some help. Once you have established a good reputation, word will get to me.\""; goto L_Close; |