summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/lena.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-02-14 11:26:25 -0600
committerwushin <pasekei@gmail.com>2015-02-19 22:19:27 -0600
commite80a9f91f84bc27df05e6a2466732d765aa075ac (patch)
tree131b830eef61d25e1d16b555608493ea399c6350 /world/map/npc/009-2/lena.txt
parenta23957369f82dd7102623d3e373c7ecd2848556b (diff)
downloadserverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.gz
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.bz2
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.xz
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.zip
Shorten Labels
Diffstat (limited to 'world/map/npc/009-2/lena.txt')
-rw-r--r--world/map/npc/009-2/lena.txt12
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]";