From 1bf31d833a6babbbedba8a02daae0a988789c649 Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 11 Aug 2014 21:30:07 -0500 Subject: Quick fix to illia --- world/map/npc/007-1/witch.txt | 6 ++++++ 1 file changed, 6 insertions(+) (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 0d16c0cc..258b1df8 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -264,12 +264,14 @@ L_HelperTooWeak1: goto L_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER1$ + " is too weak to help you."; + set $@ILLIA_HELPER1$, ""; next; goto L_ChooseHelperConfirm1; L_HelperDoesNotExist1: mes "[Team Selector]"; mes "This player " + $@ILLIA_HELPER1$ + " seems offline or does not exist."; + set $@ILLIA_HELPER1$, ""; next; goto L_ChooseHelperConfirm1; @@ -313,12 +315,14 @@ L_HelperTooWeak2: goto_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER2$ + " is too weak to help you."; + set $@ILLIA_HELPER2$, ""; next; goto L_ChooseHelperConfirm2; L_HelperDoesNotExist2: mes "[Team Selector]"; mes "This player " + $@ILLIA_HELPER2$ + " seems offline or does not exist."; + set $@ILLIA_HELPER2$, ""; next; goto L_ChooseHelperConfirm2; @@ -364,6 +368,7 @@ L_HelperTooWeak3: goto_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER3$ + " is too weak to help you."; + set $@ILLIA_HELPER3$, ""; next; goto L_ChooseHelperConfirm3; @@ -371,6 +376,7 @@ L_HelperTooWeak3: L_HelperDoesNotExist3: mes "[Team Selector]"; mes "This player " + $@ILLIA_HELPER3$ + " seems offline or does not exist."; + set $@ILLIA_HELPER3$, ""; next; goto L_ChooseHelperConfirm3; -- cgit v1.2.3-60-g2f50