summaryrefslogtreecommitdiff
path: root/world/map/npc/027-2/crying_child.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/027-2/crying_child.txt')
-rw-r--r--world/map/npc/027-2/crying_child.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/world/map/npc/027-2/crying_child.txt b/world/map/npc/027-2/crying_child.txt
index 4a1254ec..0a7b2396 100644
--- a/world/map/npc/027-2/crying_child.txt
+++ b/world/map/npc/027-2/crying_child.txt
@@ -21,8 +21,6 @@
set @minLevel, 85;
- if (Sex == 0) set @madamsir$, "Madam";
- if (Sex == 1) set @madamsir$, "Sir";
if (@state == 7) goto L_return5;
if (@state == 6) goto L_return4;
if (@state == 4 || @state == 5) goto L_return3;
@@ -50,13 +48,13 @@ L_intro:
L_WhatHappen:
mes "[Crying Child]";
- mes "\"Oh, what? Who are you "+@madamsir$+", what are you doing here?\"";
+ mes "\"Oh, what? Who are you, what are you doing here?\"";
next;
menu
"My name is "+strcharinfo(0)+". I heard you cry and decided to check if you needed any help.",L_MyNameIs;
L_MyNameIs:
- mes "The child looks at you from head to toe and says: \"" +@madamsir$+ ", aren't you scared of me?\"";
+ mes "The child looks at you from head to toe and says: aren't you scared of me?\"";
next;
menu
"No... Why would I be scared of you?",L_NotScaredOf;
@@ -101,7 +99,7 @@ L_DontWorryFind:
L_return:
mes "[Aldred]";
- mes "\"Please, help me " +@madamsir$+ ". If you find that ring, I think things will be a little better between me and my parents.\"";
+ mes "\"Please, help me. If you find that ring, I think things will be a little better between me and my parents.\"";
goto L_Close;
@@ -207,7 +205,6 @@ L_full:
goto L_Close;
L_Close:
- set @madamsir$, "";
set @Graveyard_Inn_MASK, 0;
set @Graveyard_Inn_SHIFT, 0;
set @state, 0;