From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/010-2/chef.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 9bc7e468..f5a6e8d5 100644 --- a/world/map/npc/010-2/chef.txt +++ b/world/map/npc/010-2/chef.txt @@ -68,10 +68,10 @@ L_lace_cupcake: goto L_no_orange; if (countitem ("MopoxCurePotion") < 1) goto L_no_potion; - if (zeny < 500) - goto L_no_zeny; + if (Zeny < 500) + goto L_no_Zeny; - set zeny, zeny - 500; + set Zeny, Zeny - 500; delitem "GingerBreadMan", 3; delitem "Orange", 1; delitem "MopoxCurePotion", 1; @@ -106,7 +106,7 @@ L_no_orange: mes "\"Please bring me an orange for these cupcakes.\""; close; -L_no_zeny: +L_no_Zeny: mes "[Chef]"; mes ""; mes "\"No. I need extra ingredients worth 500 GP, and I expect you to pay for those.\""; -- cgit v1.2.3-70-g09d2