summaryrefslogtreecommitdiff
path: root/world/map/npc/027-2/cerhan.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-09-08 20:36:29 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-08 20:36:29 +0200
commit5ea6c568c86d9c0f76983705258951e2db9974fa (patch)
tree94a402b645140a7bb9fbfa467a73cfb30d880a56 /world/map/npc/027-2/cerhan.txt
parent2629fa14c6f7e6a5a7a71f5c784424cf80189f17 (diff)
parentcba4de9a5f7b9de412b9f458c80904cee9764a85 (diff)
downloadserverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.gz
serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.bz2
serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.xz
serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.zip
Merge remote-tracking branch 'testing/master'v2011.09.08
Diffstat (limited to 'world/map/npc/027-2/cerhan.txt')
-rw-r--r--world/map/npc/027-2/cerhan.txt54
1 files changed, 27 insertions, 27 deletions
diff --git a/world/map/npc/027-2/cerhan.txt b/world/map/npc/027-2/cerhan.txt
index 33ee7895..51a14dd7 100644
--- a/world/map/npc/027-2/cerhan.txt
+++ b/world/map/npc/027-2/cerhan.txt
@@ -1,32 +1,32 @@
-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!\"";
- next;
- menu
- "That's true. What are you doing here?",L_Story,
- "Yes, this place is really strange. I'm going to have another look around.",-;
- close;
+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!\"";
+ next;
+ menu
+ "That's true. What are you doing here?",L_Story,
+ "Yes, this place is really strange. I'm going to have another look around.",-;
+ close;
L_Story:
- mes "[Cerhan]";
- mes "\"I came from Thermin, a town in Kazei area.\"";
- next;
- mes "\"I'm an experienced weapon master and thinking about establishing a smithy here. But I'll need some more equipment.\"";
- 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.\"";
- close;
+ mes "[Cerhan]";
+ mes "\"I came from Thermin, a town in Kazei area.\"";
+ next;
+ mes "\"I'm an experienced weapon master and thinking about establishing a smithy here. But I'll need some more equipment.\"";
+ 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.\"";
+ 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.\"";
- next;
- mes "\"Please come back, when I'm ready with that. Mylarin dust... amazing.\"";
- close;
+ 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.\"";
+ next;
+ mes "\"Please come back, when I'm ready with that. Mylarin dust... amazing.\"";
+ close;
}