summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/wyara.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-10 04:52:20 -0700
committerFate <fate-tmw@googlemail.com>2009-01-10 04:52:20 -0700
commitd075f25617f1306ad2aef2b1e87567f6c683aa7f (patch)
treed4fab570fe1d560b3bcd10900d03f85736a38bec /npc/009-2_Hurnscald/wyara.txt
parent2dd4918c51930301faa4eea5f0f88e9fc08162a8 (diff)
downloadserverdata-d075f25617f1306ad2aef2b1e87567f6c683aa7f.tar.gz
serverdata-d075f25617f1306ad2aef2b1e87567f6c683aa7f.tar.bz2
serverdata-d075f25617f1306ad2aef2b1e87567f6c683aa7f.tar.xz
serverdata-d075f25617f1306ad2aef2b1e87567f6c683aa7f.zip
Fixed broken function usage and menus
Diffstat (limited to 'npc/009-2_Hurnscald/wyara.txt')
-rw-r--r--npc/009-2_Hurnscald/wyara.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt
index d38bf04d..1666643d 100644
--- a/npc/009-2_Hurnscald/wyara.txt
+++ b/npc/009-2_Hurnscald/wyara.txt
@@ -58,10 +58,10 @@ L_correct:
set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_WYARA;
L_Main:
- menu "No. What do you know about...", L_Question,
+ menu "What do you know about...", L_Question,
"Can you help me learn magic?", L_Magic,
- "Yes, I would like to buy potions.", L_Shop,
- "Bye", -;
+ "I would like to buy potions.", L_Shop,
+ "Bye!", -;
close;
L_Shop:
@@ -73,7 +73,7 @@ L_Shop:
L_Question:
callfunc "MagicTalkOptionsSetup";
set @ignore, @QQ_WYARA;
- callfunc "MagictalkMenu";
+ callfunc "MagicTalkMenu";
if (@c == 0) goto L_Main;
if (@c == @QQ_ELANORE) goto L_Q_elanore;
@@ -103,7 +103,7 @@ L_Q_old_wizard:
L_Q_elanore:
mes "[Wyara the Witch]";
- mes "\"FIXME\"";
+ mes "\"Elanore is the Tulimshar healer. She is a very nice person and was very helpful when I first moved here.\"";
next;
goto L_Main;