summaryrefslogtreecommitdiff
path: root/world/map/npc/009-1/old_woman.txt
diff options
context:
space:
mode:
authorNick Ashley <nick@shley.us>2015-04-12 09:22:38 -0400
committerNick Ashley <nick@shley.us>2015-04-20 21:40:17 -0400
commit364f6111306eb4fcdd8edc98dae1ae0727dba712 (patch)
tree297942f8c68675338bdd062ff84ef9e659126333 /world/map/npc/009-1/old_woman.txt
parent99d73066bf2a7fb4911e79b52a48ba913a2aa459 (diff)
downloadserverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.tar.gz
serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.tar.bz2
serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.tar.xz
serverdata-364f6111306eb4fcdd8edc98dae1ae0727dba712.zip
Various dialog fixes in Tulim
viz., the Kylian quest, the tombstones, and various other NPCs
Diffstat (limited to 'world/map/npc/009-1/old_woman.txt')
-rw-r--r--world/map/npc/009-1/old_woman.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/world/map/npc/009-1/old_woman.txt b/world/map/npc/009-1/old_woman.txt
index 83e59eaa..ac026357 100644
--- a/world/map/npc/009-1/old_woman.txt
+++ b/world/map/npc/009-1/old_woman.txt
@@ -10,21 +10,19 @@
mes "[Old Woman]";
mes "\"Hello deary.\"";
- next;
- goto L_Continue;
+ if ((@inspector >= 1 && @inspector <= 7) || @inspector == 9)
+ goto L_NohMask;
+ close;
L_Lower:
mes "[Old Woman]";
mes "\"Watch out for these flowers. They don't like to be messed with.\"";
- next;
- goto L_Continue;
-
-L_Continue:
if ((@inspector >= 1 && @inspector <= 7) || @inspector == 9)
goto L_NohMask;
- goto L_Close;
+ close;
L_NohMask:
+ next;
if (@inspector == 7)
goto L_NohMask_Alibi;
callfunc "ProcessEquip";