From 1e3050b638726ea407d28f4b860fb2b5722b069b Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 9 Nov 2015 14:34:54 -0600 Subject: Purged gender from quest dialogue Changed Eurni to new genders --- world/map/npc/009-4/waric.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'world/map/npc/009-4/waric.txt') 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; } -- cgit v1.2.3-70-g09d2