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/001-1/bleacher.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/001-1/bleacher.txt') diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt index f8158e4b..a63105d5 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -8,7 +8,7 @@ if (countitem("PileOfAsh") < 3) goto L_no_ash; - if (zeny < 5000) goto L_no_money; + if (Zeny < 5000) goto L_no_money; menu "I'd like to bleach something", -, @@ -160,12 +160,12 @@ L_choose_color: if (countitem("PileOfAsh") < 3) goto L_no_ash; - if (zeny < 5000) goto L_no_money; + if (Zeny < 5000) goto L_no_money; delitem @del, 1; getitem @normal, 1; delitem "PileOfAsh", 3; - set zeny, zeny - 5000; + set Zeny, Zeny - 5000; L_again: mes "[Candide]"; -- cgit v1.2.3-70-g09d2