diff options
author | jtoelke <jtoelke@gmx.de> | 2013-04-22 11:44:40 -0700 |
---|---|---|
committer | jtoelke <jtoelke@gmx.de> | 2013-04-22 11:44:40 -0700 |
commit | c9bfbfa03c9dd64a485abdb0d52942a120360e72 (patch) | |
tree | 0ddc0f446e575462a7bd39ff3cf6d361d143c256 /world/map/npc/027-2/cerhan.txt | |
parent | 1eeff58e10a204efe73746bdbaee5b18bb4ef17b (diff) | |
parent | 938f0219eb2cb174f06b3e60d4fed48d2a1b7c16 (diff) | |
download | serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.gz serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.bz2 serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.xz serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.zip |
Merge pull request #15 from DinoPaskvan/master
Small changes and fixes for NPC dialogues
Diffstat (limited to 'world/map/npc/027-2/cerhan.txt')
-rw-r--r-- | world/map/npc/027-2/cerhan.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/027-2/cerhan.txt b/world/map/npc/027-2/cerhan.txt index 83598354..6f453835 100644 --- a/world/map/npc/027-2/cerhan.txt +++ b/world/map/npc/027-2/cerhan.txt @@ -2,7 +2,7 @@ 027-2.gat,70,77,0|script|Cerhan|311,{ mes "[Cerhan]"; - mes "\"Ah, hello! It is good to see another normal human at this strange place!\""; + mes "\"Ah, hello! It's good to see another normal human at this strange place!\""; next; menu "That's true. What are you doing here?",L_Story, @@ -11,25 +11,25 @@ L_Story: mes "[Cerhan]"; - mes "\"I came from Thermin, a town in Kazei area.\""; + mes "\"I came from Thermin, a town in the Kazei area.\""; next; - mes "\"I'm an experienced weapon master and thinking about establishing a smithy here. But I'll need some more equipment.\""; + mes "\"I'm an experienced weapon master and I was thinking about establishing a smithy here. I'll need some more equipment, though.\""; next; if (countitem("MylarinDust") > 0) menu "Do you know something about 'Mylarin Dust'?", L_Mylarin, "Good luck with that.",-; mes "[Cerhan]"; - mes "\"If you are interested in weapons and armor, you may want to come back later.\""; + mes "\"If you're interested in weapons and armor, you may want to come back later.\""; goto L_Close; L_Mylarin: mes "[Cerhan]"; mes "\"Mylarin dust?! Where did you get that? That's amazing!\""; next; - mes "\"I can craft you an amazing strong armor with that - uhm, well, I first need to set up my smithy here.\""; + mes "\"I can craft you an amazing strong armor with that - uhm, well, first I need to set up my smithy here.\""; next; - mes "\"Please come back, when I'm ready with that. Mylarin dust... amazing.\""; + mes "\"Please come back, when I'm ready for that. Mylarin dust... amazing.\""; goto L_Close; L_Close: |