summaryrefslogtreecommitdiff
path: root/npc/009-4/waric.txt
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-10-26 21:16:40 +0200
committerStefan Beller <stefanbeller@googlemail.com>2010-11-07 14:52:31 +0100
commit0eb8928d17583cf5b5892efa5bce6c2a414b582e (patch)
treebcd44ef6d679430998409701e88fdbb5f22b58b5 /npc/009-4/waric.txt
parentb22e05f982b19cc0ebca1e3ccf7d085beb5f7226 (diff)
downloadserverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.tar.gz
serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.tar.bz2
serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.tar.xz
serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.zip
better bounds checking + comments in orum
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;
}