From e80a9f91f84bc27df05e6a2466732d765aa075ac Mon Sep 17 00:00:00 2001 From: wushin Date: Sat, 14 Feb 2015 11:26:25 -0600 Subject: Shorten Labels --- world/map/npc/009-4/orum.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'world/map/npc/009-4/orum.txt') diff --git a/world/map/npc/009-4/orum.txt b/world/map/npc/009-4/orum.txt index 84afced4..df9ac2d9 100644 --- a/world/map/npc/009-4/orum.txt +++ b/world/map/npc/009-4/orum.txt @@ -384,7 +384,7 @@ L_Still_Gathering: mes "[Orum]"; mes "\"Have you finished gathering those things yet?\""; menu - "I believe I have!", L_Finished_Gathering_More, + "I believe I have!", L_F_Gather_More, "I lost my list... again.", L_List_Materials_More, "I've almost got them all.", L_Next8; @@ -406,13 +406,13 @@ L_List_Materials_More: mes "\"And try not to lose this one. I don't have much more to write on!\""; goto L_Close; -L_Finished_Gathering_More: +L_F_Gather_More: if (countitem("IronPowder") < @BT_IRONPOWDER || countitem("PileOfAsh") < @BT_PILESOFASH || countitem("GambogeHerb") < @BT_HERBS || countitem("AlizarinHerb") < @BT_HERBS || countitem("CobaltHerb") < @BT_HERBS) - goto L_Missing_Materials_More; + goto L_Missing_Mats_M; delitem "IronPowder", @BT_IRONPOWDER; delitem "PileOfAsh", @BT_PILESOFASH; @@ -440,7 +440,7 @@ L_Finished_Gathering_More: set OrumQuest, 8; goto L_Close; -L_Missing_Materials_More: +L_Missing_Mats_M: mes "Orum carefully looks over all of the items then squints his eyes at you."; next; mes "[Orum]"; @@ -490,7 +490,7 @@ L_More_Powder_Make: countitem("GambogeHerb") < @BT_HERBS || countitem("AlizarinHerb") < @BT_HERBS || countitem("CobaltHerb") < @BT_HERBS) - goto L_Missing_Materials_More; + goto L_Missing_Mats_M; delitem "IronPowder", @BT_IRONPOWDER; delitem "PileOfAsh", @BT_PILESOFASH; -- cgit v1.2.3-60-g2f50