summaryrefslogtreecommitdiff
path: root/npc/009-4/waric.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-4/waric.txt')
-rw-r--r--npc/009-4/waric.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/009-4/waric.txt b/npc/009-4/waric.txt
index 122fb2f7..b160dfbb 100644
--- a/npc/009-4/waric.txt
+++ b/npc/009-4/waric.txt
@@ -1,3 +1,5 @@
+//# see detailed description at orum.txt
+
009-4.gat,99,33,0 script #WizardTrap 0,2,1,{
set @gender$, "They're";
if (Sex == 0) set @gender$, "She's";
@@ -23,6 +25,7 @@
}
009-4.gat,118,42,0 script Waric 153,{
+ set @EXP_LEARNED_ALOT, 10000;
if (OrumQuest >= 13) goto L_Behave;
mes "Waric looks toward you rubbing his chin..";
next;
@@ -87,5 +90,6 @@ L_Explain:
misceffect 10;
warp "008-1.gat", 65, 90;
mes "You awake on your back with a squrrel sitting on top of you arranging it's acorns.. It quickly gathers them up and runs off as it sees you looking at it them..";
+ getexp @EXP_LEARNED_ALOT, 0;
close;
}