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/hetchel.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'world/map/npc/002-2/hetchel.txt') diff --git a/world/map/npc/002-2/hetchel.txt b/world/map/npc/002-2/hetchel.txt index 8aecea94..15fc61f9 100644 --- a/world/map/npc/002-2/hetchel.txt +++ b/world/map/npc/002-2/hetchel.txt @@ -72,7 +72,7 @@ L_Spants_Cry_2: "Sorry to bother, I'm just visiting.", L_Close, "I am looking for silk sheets, Lora Tay told me that I could find some in this market. Can you help?", L_main_menu, "Hey you have been crying so badly, can I help you somehow?", L_Spants_Reply_Cry, - "Give Hetchel something to dry her tears", L_Spants_Wipe_Tears; + "Give Hetchel something to dry her tears", L_Spants_Tears; L_Spants_Start: mes "[Hetchel the weaver]"; @@ -112,10 +112,10 @@ L_Spants_Cry_Cont_1: mes ""; menu "\"Hey, what is the problem?\"", L_Spants_Reply_Cry, - "Give Hetchel something to dry her tears", L_Spants_Wipe_Tears, + "Give Hetchel something to dry her tears", L_Spants_Tears, "\"Oh really? Just sell me some Silk Sheets if you have them\"", L_main_menu; -L_Spants_Wipe_Tears: +L_Spants_Tears: mes "Choose the item you want to give her."; next; cleararray @items$, "", getarraysize(@items$); @@ -126,14 +126,14 @@ L_Spants_Wipe_Tears: set @spants_wipe_thingy$, @item$; if (@spants_wipe_thingy$ == "") goto L_Close; if (countitem(@spants_wipe_thingy$) < 1) goto L_Spants_No_Item; - if (@spants_wipe_thingy$ == "RedCottonCloth") goto L_Spants_Wipe_Tears_Cont; - if (@spants_wipe_thingy$ == "RedHitchhikersTowel") goto L_Spants_Wipe_Tears_Towel; + if (@spants_wipe_thingy$ == "RedCottonCloth") goto L_Spants_Tears_Cont; + if (@spants_wipe_thingy$ == "RedHitchhikersTowel") goto L_Spants_Tears_Towel; mes "Hetchel looks at you, then looks at the" + @spants_wipe_thingy$ + "."; mes "She hangs her head and weeps more"; mes "Red is the only color I have ever loved, bring me something red to dry my tears"; goto L_Close; -L_Spants_Wipe_Tears_Towel: +L_Spants_Tears_Towel: mes "[Hetchel the weaver]"; mes ""; mes "\"No, I recognize this towel, it is one of those warping towels, are you trying to mess with me?\""; @@ -143,7 +143,7 @@ L_Spants_No_Item: mes "Oh you do not have it."; goto L_Close; -L_Spants_Wipe_Tears_Cont: +L_Spants_Tears_Cont: mes "Hetchel dries her tears with the Red Piece of Cloth you gave her."; mes "This seems to have consoled her."; delitem "RedCottonCloth", 1; -- cgit v1.2.3-60-g2f50