From 1465ef521f64120a483d51cb855725b87d0f3c76 Mon Sep 17 00:00:00 2001 From: bh28 Date: Thu, 11 Apr 2013 02:01:58 +0200 Subject: fixed dbl quote issues --- world/map/npc/021-1/hetchel.txt | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'world/map/npc/021-1/hetchel.txt') diff --git a/world/map/npc/021-1/hetchel.txt b/world/map/npc/021-1/hetchel.txt index 02cd4bc6..edde4ca9 100644 --- a/world/map/npc/021-1/hetchel.txt +++ b/world/map/npc/021-1/hetchel.txt @@ -1,7 +1,7 @@ // Hetchel the Silk Weaver // bh28, // 2013-03, GPLv2. -// original graphics by ChefChelios CC BY SA & GPLv2 (cf. Client Data). +// // Hetchel is referred to by Lora Tay. // She weaves and sells standard double elbow square silk sheets. // She could also sell, dyed sheets, Silk robes from Lora Tay. @@ -20,12 +20,12 @@ 021-1.gat,120,39,0|script|Hetchel|376,{ set @SHEET_COCOONS_NR, 25; set @SHEET_ZENY, 500; - set @SheetCount 0; + set @SheetCount, 0; if (QUEST_WG_state < 11) goto L_WG_quest_not_done; mes "[Hetchel the weaver]"; - mes "Hello I am Hetchel, I weave fine textiles, what can I do for you?"; + mes "\"Hello I am Hetchel, I weave fine textiles, what can I do for you?\""; menu "Sorry to bother, I'm just visting.", L_end, "I am looking for silk sheets, Lora Tay told me that I could find some in this market. Can you help?", -; @@ -43,14 +43,14 @@ L_WG_quest_not_done: next; L_main_menu: - mes "[Hetchel the weaver]"; - mes "I have some silk sheets: double-elbow squares"; + mes "[Hetchel]"; + mes "\"I have some silk sheets: double-elbow squares.\""; menu "I'm not interested at the moment, maybe later; thanks anyway.", L_end, "Can I buy some?", -; // "Do you have any silk robe I could buy?", L_robe, // "Goodbye.", L_end; - mes "[Hetchel the Weaver]"; + mes "[Hetchel]"; mes "\"Sure but you need to provide raw materials."; mes "I'll need " + @SHEET_COCOONS_NR +" silk cocoons per sheet,"; mes "and also " + @SHEET_ZENY +" GP per sheet for my work.\""; @@ -64,8 +64,8 @@ L_sheet_menu: "Sorry I didn't pay attention enough, what do you need?", L_how_many_cocoons, "Oops! Sorry, I'll come back soon with them.", L_end; next; - - mes "How many would you like?"; + mes "[Hetchel]"; + mes "\"How many would you like?\""; input @SheetCount; if (@SheetCount == 0) goto L_zero_sheet; @@ -79,44 +79,44 @@ L_sheet_menu: set Zeny, Zeny - @SheetCount * @SHEET_ZENY; delitem "SilkCocoon", @SheetCount * @SHEET_COCOONS_NR; getitem "Silksheet", @SheetCount; - mes "[Hetchel the Weaver]"; + mes "[Hetchel]"; mes "\"Thank you, I hope the sheets will fit your needs."; mes "Please greet Lora for me when you see her.\""; emotion EMOTE_HAPPY; goto L_end; L_sheet_missing_cocoons: - mes "[Hetchel the Weaver]"; - mes "I'm sorry, but I need " + @SheetCount * @SHEET_COCOONS_NR + ", not " + countitem("SilkCocoon") + "."; + mes "[Hetchel]"; + mes "\"I'm sorry, but I need " + @SheetCount * @SHEET_COCOONS_NR + ", not " + countitem("SilkCocoon") + ".\""; goto L_end; L_sheet_missing_Zeny: - mes "[Hetchel the Weaver]"; + mes "[Hetchel]"; mes "\"No, no no. The way this works is that you give me the GP first and I give you the sheets afterwards."; mes "You're " + (@SheetCount * @SHEET_ZENY - Zeny) + " GP short, so come back when you can afford the sheets you asked for!\""; goto L_end; L_how_many_cocoons: - mes "[Hetchel the Weaver]"; + mes "[Hetchel]"; mes "\"I need an average of " + @SHEET_COCOONS_NR + " cocoons per sheet"; mes "and also " + @SHEET_ZENY + " GP per sheet for my work.\""; next; goto L_sheet_menu; L_sheet_no_cocoon: - mes "[Hetchel the Weaver]"; - mes "You don't have any cocoon? I'm sorry I can't do anything for you."; + mes "[Hetchel]"; + mes "\"You don't have any cocoon? I'm sorry I can't do anything for you.\""; menu "I'll seek for them.", L_end, "Where can I get cocoons?", -; next; - mes "[Hetchel the Weaver]"; + mes "[Hetchel]"; mes "\"Silk cocoons come from Silkworms. Silkworms live in the woodland area around Hurnscald."; mes "Silkworms like especially woods and dark areas. You can go there by ferry.\""; goto L_end; //L_robe: -// mes "[Hetchel the Weaver]"; +// mes "[Hetchel]"; // mes "\"I am not a seamstress but I have a few silk robes from Lora Tay left."; // mes "It is not your size as Lora made them for me, but Tondar was kind enough"; // mes "to cast a spell on it, so that it will fit to you as soon as you wear it."; @@ -127,18 +127,18 @@ L_sheet_no_cocoon: // goto L_main_menu; L_zero_sheet: - mes "[Hetchel the Weaver]"; - mes "It's the best way to get quickly served!"; + mes "[Hetchel]"; + mes "\"It's the best way to get quickly served!\""; goto L_end; L_TooMany: - mes "[Hetchel the Weaver]"; - mes "Your bag hasn't room enough. Store some things and come back."; + mes "[Hetchel]"; + mes "\"Your bag hasn't room enough. Store some things and come back.\""; L_end: set @SHEET_COCOONS_NR, 0; set @SHEET_ZENY, 0; - set @SheetCount 0; + set @SheetCount, 0; close; } -- cgit v1.2.3-60-g2f50