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/010-2/chef.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/010-2/chef.txt') diff --git a/world/map/npc/010-2/chef.txt b/world/map/npc/010-2/chef.txt index 1ea64fef..0f1785d7 100644 --- a/world/map/npc/010-2/chef.txt +++ b/world/map/npc/010-2/chef.txt @@ -14,7 +14,7 @@ L_lace_chococake: next; menu - "Sorry.", L_end, + "Sorry.", L_End, "I need your help with a sick young girl!", L_Next; L_Next: @@ -27,7 +27,7 @@ L_Next: L_lace_cupcake: next; menu - "Sorry.", L_end, + "Sorry.", L_End, "I need your help with a sick young girl!", L_Next1; L_Next1: @@ -54,9 +54,9 @@ L_Next2: mes "\"Ah yes. We need to bind the smell in gingerbread. Bring me three pieces of gingerbread, one orange, and 500 GP for the other ingredients, and I will make you your cupcake.\""; next; menu - "I'll go and get it.", L_end, + "I'll go and get it.", L_End, "Here you are!", L_Next3, - "Not now.", L_end; + "Not now.", L_End; L_Next3: if (countitem ("GingerBreadMan") < 3) @@ -120,8 +120,8 @@ L_bringit: mes ""; mes "\"Bring it here when you do.\""; next; - goto L_end; + goto L_End; -L_end: +L_End: close; } -- cgit v1.2.3-60-g2f50