summaryrefslogtreecommitdiff
path: root/world/map/npc/009-4/waric.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-4/waric.txt')
-rw-r--r--world/map/npc/009-4/waric.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/world/map/npc/009-4/waric.txt b/world/map/npc/009-4/waric.txt
index 83c1ba78..9598ecaa 100644
--- a/world/map/npc/009-4/waric.txt
+++ b/world/map/npc/009-4/waric.txt
@@ -2,20 +2,13 @@
009-4,99,33,0|script|#WizardTrap|32767,2,1
{
- set @gender$, "They're";
- if (Sex == 0)
- set @gender$, "She's";
- if (Sex == 1)
- set @gender$, "He's";
-
mes "As you explore further into the cave you see a figure looking at you who appears angry. But as you begin to speak, he quickly chants some words and you start to lose conciousness!";
next;
warp "009-4", 117, 40;
mes "When you awake you find yourself unable to move. You seem to be held in place by something. As your eyes regain focus you see Orum talking with the figure you saw earlier. Orum looks over at you and mumbles.";
mes "";
mes "[Orum]";
- mes "\"Be quiet Waric... " + @gender$ + " awake...\"";
- set @gender$, "";
+ mes "\"Be quiet Waric... They're awake...\"";
close;
}