summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/gossip.txt
diff options
context:
space:
mode:
authorTheKandiman <thekandiman@gmail.com>2011-02-01 22:46:11 -0500
committerTheKandiman <thekandiman@gmail.com>2011-02-01 22:46:11 -0500
commit54be4a83aebece0eaf69a60e9e0bea266b9d80a6 (patch)
tree9691764af515fd02c819fe1028a84eca894dc475 /npc/001-1_Tulimshar/gossip.txt
parent1b49c481c0b4409f99ed60b69ae85b3e390c3ed1 (diff)
downloadserverdata-54be4a83aebece0eaf69a60e9e0bea266b9d80a6.tar.gz
serverdata-54be4a83aebece0eaf69a60e9e0bea266b9d80a6.tar.bz2
serverdata-54be4a83aebece0eaf69a60e9e0bea266b9d80a6.tar.xz
serverdata-54be4a83aebece0eaf69a60e9e0bea266b9d80a6.zip
Simple dialog for evil guard in gy inn.
New npc for hints to progression of linear quest chain in tulimshar.
Diffstat (limited to 'npc/001-1_Tulimshar/gossip.txt')
-rw-r--r--npc/001-1_Tulimshar/gossip.txt64
1 files changed, 64 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/gossip.txt b/npc/001-1_Tulimshar/gossip.txt
new file mode 100644
index 00000000..e95477d7
--- /dev/null
+++ b/npc/001-1_Tulimshar/gossip.txt
@@ -0,0 +1,64 @@
+// NPC to provide hints on progression of linear quest chain in Tulimshar
+
+001-1.gat,49,31,0 script Gladys 154,{
+ mes "[Gladys, Town Gossip]";
+ mes "\"Hello deary! I hear some of the most fascinating rumors and bits of news. I just heard a bit more today!\"";
+ mes "\"Would you like me to let you in on the good stuff?\"";
+ menu
+ "Sure!", L_Yes,
+ "No thanks.", L_No;
+
+L_Yes:
+ if (TMW_Quest >=40) goto L_Ferry;
+ if (TMW_Quest >=10) goto L_Sandra;
+ if (TMW_Quest >=8) goto L_Vinc;
+ if (TMW_Quest >=6) goto L_Sarah;
+ if (TMW_Quest >=4) goto L_Mik;
+ if (TMW_Quest <1) goto L_Intro;
+
+L_No:
+ mes "[Gladys, Town Gossip]";
+ mes "\"Very well. Come back whenever you like. I am always getting juicy bits of news!\"";
+ close;
+
+L_Intro:
+ mes "[Gladys, Town Gossip]";
+ mes "\"I overheard some of the children in the square talking today. I think they are having trouble with some of their chores. Kids these days...\"";
+ next;
+ mes "The old lady starts muttering to herself about hills and snow. Perhaps it's best to leave her alone for now.";
+ close;
+
+L_Mik:
+ mes "[Gladys, Town Gossip]";
+ mes "\"That nice young boy Bernard gave me some of the soup you helped him make. It was lovely!\"";
+ next;
+ mes "[Gladys, Town Gossip]";
+ mes "\"One of the ladies in my quilting club mentioned giving a task to her grandson. I have my doubts about whether he ever finished it...\"";
+ close;
+
+L_Sarah:
+ mes "[Gladys, Town Gossip]";
+ mes "\"Ethel, the lady in my quilting club, told me you helped her grandson with his chore. That was awfully nice of you!\"";
+ next;
+ mes "[Gladys, Town Gossip]";
+ mes "\"Do you believe what parents will let their kids do these days?! I heard about this girl at the far side of town who does nothing but eat sweets all day! Honestly, what is the world coming to?\"";
+ close;
+
+L_Vinc:
+ mes "[Gladys, Town Gossip]";
+ mes "\"I just got news of an exciting new business opportunity! There's supposed to be a new entrepreneur in town somewhere making toys. You should get in on the ground floor!\"";
+ close;
+
+L_Sandra:
+ mes "[Gladys, Town Gossip]";
+ mes "\"How's that toy business working out? Pretty good tip, huh?\"";
+ next;
+ mes "[Gladys, Town Gossip]";
+ mes "\"I've been hearing reports of you all over town! I think there's only one little girl you haven't assisted, but she's a strange one...always messing about with bugs. Yuck!\"";
+ close;
+
+L_Ferry:
+ mes "[Gladys, Town Gossip]";
+ mes "I heard that there is a handsome sailor in the north of town who will take people to exotic new places! I'm saving my pennies!\""
+ close;
+}