diff options
Diffstat (limited to 'world/map/npc/009-2/lena.txt')
-rw-r--r-- | world/map/npc/009-2/lena.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/009-2/lena.txt b/world/map/npc/009-2/lena.txt index 3917cec0..e151736b 100644 --- a/world/map/npc/009-2/lena.txt +++ b/world/map/npc/009-2/lena.txt @@ -10,8 +10,8 @@ if (@state >= 6) goto L_Lena_Done; if (@state == 5) goto L_Lena_Success; - if (@state == 4) goto L_Lena_Bandit_Leader_Fail; - if (@state == 3) goto L_Lena_Bandit_Leader_Fail; + if (@state == 4) goto L_LBL_Fail; + if (@state == 3) goto L_LBL_Fail; if (@state == 2) goto L_Lena_Bandit_Leader; if (@state == 1) goto L_Lena_Fairy_Hat; if (BaseLevel >= 30) goto L_Lena_Start; @@ -58,7 +58,7 @@ L_Lena_Fairy_Hat: next; mes "\"Unfortunately, I feel this bandit threat may have grown. Perhaps they are being lead? I noticed many of them seem to hang around a cave just west of Hurnscald. If you could defeat their leader I know they will become less of a threat to Hurnscald. I'll reward you with armor like mine if you do. Sound like something you could do?\""; menu - "Consider it done!", L_Lena_Bandit_Leader_Yes, + "Consider it done!", L_LBL_Yes, "Woah there, that sounds a bit harder than what I can succeed at.", L_Lena_NoWay; L_Lena_NotEnough: @@ -70,10 +70,10 @@ L_Lena_Bandit_Leader: mes "[Lena]"; mes "\"I feel this bandit threat may have grown. Perhaps they are being lead? I noticed many of them seem to hang around a cave just west of Hurnscald. If you could defeat their leader I know they will become less of a threat to Hurnscald. I'll reward you with armor like mine if you do. Sound like something you could do?\""; menu - "Consider it done!", L_Lena_Bandit_Leader_Yes, + "Consider it done!", L_LBL_Yes, "Woah there, that sounds a bit harder than what I can succeed at.", L_Lena_NoWay; -L_Lena_Bandit_Leader_Yes: +L_LBL_Yes: set @state, 3; callsub S_Update_Var; areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; @@ -87,7 +87,7 @@ L_Lena_NoWay: mes "\"That is too bad. Feel free to return at any time. This bandit threat needs to be pushed back.\""; goto L_Close; -L_Lena_Bandit_Leader_Fail: +L_LBL_Fail: set @state, 3; callsub S_Update_Var; mes "[Lena]"; |