diff options
author | TheKandiman <thekandiman@gmail.com> | 2011-02-03 23:18:04 -0500 |
---|---|---|
committer | TheKandiman <thekandiman@gmail.com> | 2011-02-03 23:18:04 -0500 |
commit | a8359ff4e1fedd3051e9ec77d09d12b61c10f62f (patch) | |
tree | 54775de176b3854ece4fb017e25c7801fb171ecf /npc/001-1_Tulimshar/gossip.txt | |
parent | b20c0030ad232f36130e9b56b72719b24d0ef9ab (diff) | |
download | serverdata-a8359ff4e1fedd3051e9ec77d09d12b61c10f62f.tar.gz serverdata-a8359ff4e1fedd3051e9ec77d09d12b61c10f62f.tar.bz2 serverdata-a8359ff4e1fedd3051e9ec77d09d12b61c10f62f.tar.xz serverdata-a8359ff4e1fedd3051e9ec77d09d12b61c10f62f.zip |
Bugfix and update to gossip NPC
Diffstat (limited to 'npc/001-1_Tulimshar/gossip.txt')
-rw-r--r-- | npc/001-1_Tulimshar/gossip.txt | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/gossip.txt b/npc/001-1_Tulimshar/gossip.txt index e95477d7..0deb42ae 100644 --- a/npc/001-1_Tulimshar/gossip.txt +++ b/npc/001-1_Tulimshar/gossip.txt @@ -10,6 +10,7 @@ L_Yes: if (TMW_Quest >=40) goto L_Ferry; + if (TMW_Quest >=12) goto L_Desert; if (TMW_Quest >=10) goto L_Sandra; if (TMW_Quest >=8) goto L_Vinc; if (TMW_Quest >=6) goto L_Sarah; @@ -23,9 +24,12 @@ L_No: 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...\""; + mes "\"Have you met our lovely guard captain yet? He usually keeps a post just outside the gates where he can keep an eye on things. He likes to talk to new adventurers too.\""; next; - mes "The old lady starts muttering to herself about hills and snow. Perhaps it's best to leave her alone for now."; + mes "Gladys, Town Gossip]"; + mes "\"I also 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 trails off and starts muttering to herself about hills and snow. Perhaps it's best to leave her alone for now."; close; L_Mik: @@ -57,8 +61,20 @@ L_Sandra: 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_Desert: + if (Sex == 0) set @person$, "gal"; + if (Sex == 1) set @person$, "guy"; + + mes "[Gladys, Town Gossip]"; + mes "\"Well, if it isn't " + strcharinfo(0) + "! Our local hero and supernice " + @person$ + ".\""; + mes "\"The whole town is buzzing about you now!\""; + next; + mes "[Gladys, Town Gossip]"; + mes "\"If you're still looking for adventure, I would suggest talking to some of the guards. I hear there is a monster threat outside the city walls!\""; + 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!\"" + 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; } |