diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-10 23:46:20 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-10 23:46:20 +0100 |
commit | 5957a40b55d18bfaedc3470744a2ba1def565806 (patch) | |
tree | 8b51651d2dfeadf30cfe648f506e2a58715b1fc8 /npc/027-2_Caretakers_House/cerhan.txt | |
parent | 14fd99a9d7c2665d7b42361c3b68e4ede0e278b0 (diff) | |
download | serverdata-5957a40b55d18bfaedc3470744a2ba1def565806.tar.gz serverdata-5957a40b55d18bfaedc3470744a2ba1def565806.tar.bz2 serverdata-5957a40b55d18bfaedc3470744a2ba1def565806.tar.xz serverdata-5957a40b55d18bfaedc3470744a2ba1def565806.zip |
gy inn: adding some more dialogue in various npcs
Diffstat (limited to 'npc/027-2_Caretakers_House/cerhan.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/cerhan.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/027-2_Caretakers_House/cerhan.txt b/npc/027-2_Caretakers_House/cerhan.txt new file mode 100644 index 00000000..33ee7895 --- /dev/null +++ b/npc/027-2_Caretakers_House/cerhan.txt @@ -0,0 +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; + +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; + +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; +} |