From d075f25617f1306ad2aef2b1e87567f6c683aa7f Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 10 Jan 2009 04:52:20 -0700 Subject: Fixed broken function usage and menus --- npc/009-2_Hurnscald/wyara.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/009-2_Hurnscald') 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; -- cgit v1.2.3-70-g09d2