summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-1/zegas.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
index 5639cb420..bc67a8149 100644
--- a/npc/005-1/zegas.txt
+++ b/npc/005-1/zegas.txt
@@ -41,7 +41,7 @@ L_Start:
L_Looking:
mesn;
- mesq l("Still haven't found it? Well keep looking I know it's in there some where.");
+ mesq l("Still haven't found it? Well keep looking I know it's in there, somewhere.");
goto L_close;
L_QuestEnd:
@@ -68,8 +68,10 @@ OnInit:
}
005-1,32,73,0 script ZegasDebug NPC_MONA,{
+ showavatar NPC_MONA; // this is handled by avatars.xml
mesn;
mesq l("Reset?");
+ next;
menu
l("Yes."), L_Reset,
l("Barrel"),L_Cheat,
@@ -86,6 +88,7 @@ L_Cheat:
goto L_close;
L_close:
+ showavatar; // hide
close;
//OnInit: