diff options
Diffstat (limited to 'npc/009-1_Hurnscald/old_woman.txt')
-rw-r--r-- | npc/009-1_Hurnscald/old_woman.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/009-1_Hurnscald/old_woman.txt b/npc/009-1_Hurnscald/old_woman.txt index 9f3d26ec..1df4229f 100644 --- a/npc/009-1_Hurnscald/old_woman.txt +++ b/npc/009-1_Hurnscald/old_woman.txt @@ -1,12 +1,22 @@ // Old woman 009-1.gat,29,43,0 script Old Woman 154,{ + if (BaseLevel < 40) goto L_Lower; + mes "[Old Woman]"; mes "\"Hello deary.\""; next; + +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_NohMask: if (Inspector == 7) goto L_NohMask_Alibi; callfunc "ProcessEquip"; |