summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/bard.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-10 04:19:52 -0700
committerFate <fate-tmw@googlemail.com>2009-01-10 04:19:52 -0700
commit2dd4918c51930301faa4eea5f0f88e9fc08162a8 (patch)
tree77ea63d41cdbb31f9fb99414081a76400dca4941 /npc/001-1_Tulimshar/bard.txt
parentabc02aac744134239b1fb14b8cee0c8adaaf7ebd (diff)
downloadserverdata-2dd4918c51930301faa4eea5f0f88e9fc08162a8.tar.gz
serverdata-2dd4918c51930301faa4eea5f0f88e9fc08162a8.tar.bz2
serverdata-2dd4918c51930301faa4eea5f0f88e9fc08162a8.tar.xz
serverdata-2dd4918c51930301faa4eea5f0f88e9fc08162a8.zip
Added debug magic, properly linked chat helper functions
Diffstat (limited to 'npc/001-1_Tulimshar/bard.txt')
-rw-r--r--npc/001-1_Tulimshar/bard.txt37
1 files changed, 19 insertions, 18 deletions
diff --git a/npc/001-1_Tulimshar/bard.txt b/npc/001-1_Tulimshar/bard.txt
index a740b1d5..9420d9fb 100644
--- a/npc/001-1_Tulimshar/bard.txt
+++ b/npc/001-1_Tulimshar/bard.txt
@@ -4,8 +4,8 @@
setarray @songs$, "\"There once was a bard, who had it hard, because a man in dark green, was very mean.\"",
"\"At Hurnscald inn, there was a person of fairest skin, declining wedding bands from quite a many hands.\"",
"\"As the Sun sets down in the forest's brown, she whom the fragrance holds counts her gold.\"";
- set @name, "Bill Ballshaker the Bard";
- mes "[" + @name + "]";
+ set @name$, "Bill Ballshaker the Bard";
+ mes "[" + @name$ + "]";
if (Sex)
mes "\"Greetings, traveler! Have you come to listen to my stories?\"";
if (!Sex)
@@ -20,17 +20,17 @@ L_Main:
close;
L_News:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"News I have for you indeed, lest you have already overheard (for then it would no longer be news to you!)\"";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Rumor has it that an ancient source of magic, a Mana Seed, has been sighted in the west, beyond the fair town of Hurnscald.\"";
next;
set MFLAG, MFLAG | MFLAG_MANASEED_RUMOUR;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Whence it came, nobody knows... but they say that sometimes such Mana Seeds may choose a powerful individual to impart some of its mystic power to!\"";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"I wonder who might be qualified?\"";
next;
goto L_Main;
@@ -48,64 +48,65 @@ L_Question:
if (@c == @QQ_AULDSBEL) goto L_Q_auldsbel;
if (@c == @QQ_OLDWIZ) goto L_Q_oldwiz;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Alas, I know very little about this matter.\"";
next;
goto L_Main;
L_Q_oldwiz:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"The old wizard has been an old man for as long as I remember, living near the mountains in his magic hut-- a hut that is bigger on the inside, just like in the old tales of Gyer Filla the Wise....\"";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"I doubt that they are the same person, though. For one, I have never seen his hut fly. For another, Gyer never took apprentices.\"";
next;
goto L_Main;
L_Q_elanore:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Elanore is this town's healer. Rumor has it that she traveled far and wide when she was younger, to learn the deepest secrets of healing magic, after her brother caught a mysterious illness.\"";
next;
goto L_Main;
L_Q_manaseed:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"The Mana Seed is said to be a source of great magic. Perhaps some witch or wizard might know more about it?\"";
next;
goto L_Main;
L_Q_wyara:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Wyara is not actually from Hurnscald. As a young witch, she decided to settle down there to help the people of Hurnscald. She is kind and gentle, except towards the Doctor, who seems to have little respect for her potions.\"";
next;
goto L_Main;
L_Q_sagatha:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Sagatha! Ah, such a wonderful and mysterious being; the center of many a tale...\"";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Some say that she is the most powerful witch in all of Argaes. I don't know whether that is true, but I am quite certain that the is the most beautiful of all the witches! Alas, she will let no man touch her...\"";
mes "He sighs.";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"I met her only twice, back in my traveling days, but there are two pieces of advice I can give you:\"";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"First, she will suffer no fool easily, particularly no man.\"";
next;
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Second, the creatures of the forest mean everything to her. Harm them, and you may find her an enemy-- and a powerful one at that...\"";
next;
goto L_Main;
L_Q_auldsbel:
- mes "[" + @name + "]";
+ mes "[" + @name$ + "]";
mes "\"Auldsbel is some wizard from further north, from what I have gathered. He bought a hut near Hurnscald some years back and often comes here to experiment on things, probably because he is not allowed to do these experiments where he comes from.\"";
next;
goto L_Main;
L_Song:
+ mes "[" + @name$ + "]";
set @id, rand(3);
mes @songs$[@id];
close;