diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-12 14:16:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-12 14:16:04 -0300 |
commit | 6ebddaacfdb4804f3c062f19688d54bcc0852adb (patch) | |
tree | ef68fa8393c27982a8241fa6750caa3d224c7713 /npc/003-1 | |
parent | 94d88f2cc598fa038f47be57aa78fba9f0741508 (diff) | |
download | serverdata-6ebddaacfdb4804f3c062f19688d54bcc0852adb.tar.gz serverdata-6ebddaacfdb4804f3c062f19688d54bcc0852adb.tar.bz2 serverdata-6ebddaacfdb4804f3c062f19688d54bcc0852adb.tar.xz serverdata-6ebddaacfdb4804f3c062f19688d54bcc0852adb.zip |
Unident
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 74503a99a..bbd343974 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -39,7 +39,7 @@ close; - L_Greetings: +L_Greetings: speech S_LAST_BLANK_LINE, l("Greetings, wanderer. I am @@, chief of the Tulimshar guards. My wards are dying from dehydration in the sun. Bring them water and you will earn a reward.", .name$); select @@ -91,13 +91,13 @@ l("Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!"); return; - L_QuestDone: +L_QuestDone: mesn; mesq l("Thank you for your help."); if (getq(TulimsharQuest_Hasan) == 1) goto L_Hasan; return; - L_Hasan: +L_Hasan: select rif(getq(TulimsharQuest_Hasan) == 1, l("A guy named Hasan stole me!")), menuaction(l("Quit")); |