From fe8d009bbd05a8d856a33d149cf7647facf448a8 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 25 Jan 2015 20:26:41 -0600 Subject: Fix Variable typos and a label typo --- world/map/npc/007-1/witch.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/007-1/witch.txt') diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index 82057128..97649deb 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -307,7 +307,7 @@ L_ChooseHelper2: L_HelperTooWeak2: detachrid; if (!(attachrid($@ILLIA_HERO_ID))) - goto_Exit; + goto L_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER2$ + " is too weak to help you."; set $@ILLIA_HELPER2$, ""; @@ -353,14 +353,14 @@ L_ChooseHelper3: set $@ILLIA_HELPER3$, strcharinfo(0); detachrid; if (!(attachrid($@ILLIA_HERO_ID))) - goto_Exit; + goto L_Exit; mes $@ILLIA_HELPER1$ + ", " + $@ILLIA_HELPER2$ + " and " + $@ILLIA_HELPER3$ + " will be your three comrades."; close; L_HelperTooWeak3: detachrid; if (!(attachrid($@ILLIA_HERO_ID))) - goto_Exit; + goto L_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER3$ + " is too weak to help you."; set $@ILLIA_HELPER3$, ""; -- cgit v1.2.3-60-g2f50