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/002-2/bleacher.txt | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'world/map/npc/002-2/bleacher.txt') diff --git a/world/map/npc/002-2/bleacher.txt b/world/map/npc/002-2/bleacher.txt index e93201d2..213c96f8 100644 --- a/world/map/npc/002-2/bleacher.txt +++ b/world/map/npc/002-2/bleacher.txt @@ -140,70 +140,70 @@ L_sorcerer_robe: mes "\"Which one?\""; next; menu - "A red lined one.", L_red_lined_sorcerer_robe, - "A green lined one.", L_green_lined_sorcerer_robe, - "A dark blue lined one.", L_dark_blue_lined_sorcerer_robe, - "A yellow lined one.", L_yellow_lined_sorcerer_robe, - "A light blue lined one.", L_light_blue_lined_sorcerer_robe, - "A pink lined one.", L_pink_lined_sorcerer_robe, - "A black lined one.", L_black_lined_sorcerer_robe, - "An orange lined one.", L_orange_lined_sorcerer_robe, - "A purple lined one.", L_purple_lined_sorcerer_robe, - "A dark green lined one.", L_dark_green_lined_sorcerer_robe, - "A white lined one.", L_white_lined_sorcerer_robe, + "A red lined one.", L_red_lined, + "A green lined one.", L_green_lined, + "A dark blue lined one.", L_dark_blue_lined, + "A yellow lined one.", L_yellow_lined, + "A light blue lined one.", L_light_blue_lined, + "A pink lined one.", L_pink_lined, + "A black lined one.", L_black_lined, + "An orange lined one.", L_orange_lined, + "A purple lined one.", L_purple_lined, + "A dark green lined one.", L_dark_green_lined, + "A white lined one.", L_white_lined, "Nevermind.", L_Close; -L_red_lined_sorcerer_robe: +L_red_lined: set @normal, 798; set @dyeBase, 2220; goto L_choose_color; -L_green_lined_sorcerer_robe: +L_green_lined: set @normal, 5010; set @dyeBase, 5000; goto L_choose_color; -L_dark_blue_lined_sorcerer_robe: +L_dark_blue_lined: set @normal, 5021; set @dyeBase, 5011; goto L_choose_color; -L_yellow_lined_sorcerer_robe: +L_yellow_lined: set @normal, 5032; set @dyeBase, 5022; goto L_choose_color; -L_light_blue_lined_sorcerer_robe: +L_light_blue_lined: set @normal, 5043; set @dyeBase, 5033; goto L_choose_color; -L_pink_lined_sorcerer_robe: +L_pink_lined: set @normal, 5054; set @dyeBase, 5044; goto L_choose_color; -L_black_lined_sorcerer_robe: +L_black_lined: set @normal, 5065; set @dyeBase, 5055; goto L_choose_color; -L_orange_lined_sorcerer_robe: +L_orange_lined: set @normal, 5076; set @dyeBase, 5066; goto L_choose_color; -L_purple_lined_sorcerer_robe: +L_purple_lined: set @normal, 5087; set @dyeBase, 5077; goto L_choose_color; -L_dark_green_lined_sorcerer_robe: +L_dark_green_lined: set @normal, 5098; set @dyeBase, 5088; goto L_choose_color; -L_white_lined_sorcerer_robe: +L_white_lined: set @normal, 5109; set @dyeBase, 5099; goto L_choose_color; -- cgit v1.2.3-60-g2f50