From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/021-2/bakery.txt | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'world/map/npc/021-2/bakery.txt') diff --git a/world/map/npc/021-2/bakery.txt b/world/map/npc/021-2/bakery.txt index 6415b498..a063811e 100644 --- a/world/map/npc/021-2/bakery.txt +++ b/world/map/npc/021-2/bakery.txt @@ -3,9 +3,6 @@ // The chef 021-2.gat,95,21,0|script|Riskim|148, { - goto L_Begin; - -L_Begin: mes "[Riskim]"; mes ""; mes "\"Welcome to our bakery!\""; @@ -42,9 +39,9 @@ L_Begin: L_lace_chococake: next; menu - "Thanks! Let me have a look around...", L_end, + "Thanks! Let me have a look around...", L_End, "Can you put this potion into a Chocolate Cake?", L_Next, - "Goodbye!", L_end; + "Goodbye!", L_End; L_Next: mes "[Riskim]"; @@ -60,9 +57,9 @@ L_Next: mes "\"We'll need extra chocolate for that one. If you can give me ten pieces of chocolate and that potion, plus 400 GP, I will bake you a special Chocolate Cake that hides the taste.\""; next; menu - "I will get them for you.", L_end, + "I will get them for you.", L_End, "Here you are!", L_Continue, - "Maybe later.", L_end; + "Maybe later.", L_End; L_Continue: if (countitem("ChocolateBar") < 10) @@ -103,9 +100,9 @@ L_lacking_ingredients: L_lace_cupcake: next; menu - "Thanks! Let me have a look around...", L_end, + "Thanks! Let me have a look around...", L_End, "Can you put this potion into an Orange Cupcake?", L_More, - "Goodbye!", L_end; + "Goodbye!", L_End; L_More: mes "[Riskim]"; @@ -116,13 +113,13 @@ L_More: mes ""; mes "\"Perhaps the Chef at Dimond's Cove can help you? We get all our cupcakes from him.\""; next; - goto L_end; + goto L_End; -L_end: +L_End: close; } -// Server? +// Server 021-2.gat,82,23,0|script|Sara|108, { mes "[Sara]"; -- cgit v1.2.3-70-g09d2