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/042-1/hasan.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/042-1/hasan.txt') diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt index f658445e..11126e1e 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -38,7 +38,7 @@ L_Toll: if (hasan == 0) set hasan, 1; next; - if (zeny >= @toll) + if (Zeny >= @toll) menu "Ok, here you go.",L_Pay, "What? I don't have that much money!",L_NoPay, @@ -58,14 +58,14 @@ L_Fight: mes "[Hasan]"; mes "\"Do you really think you can beat me?\""; mes "He pulls out a nasty looking dagger and stabs it in your direction."; - set hp, 1; + set Hp, 1; mes "That hurt! You begin to think searching for a different solution might be healthier."; close; L_Pay: - if (zeny < @toll) + if (Zeny < @toll) goto L_Cheat; - set zeny, zeny - @toll; + set Zeny, Zeny - @toll; mes "He grins gloatingly."; mes "[Hasan]"; mes "\"Very well. You may pass.\""; @@ -151,9 +151,9 @@ L_Fear: L_Tut_Done: mes "[Hasan]"; - if (baselevel >= 40) + if (BaseLevel >= 40) mes "\"Welcome to the suburbs of Tulimshar. I wonder what an experienced adventurer like you is doing here.\""; - if (baselevel < 40) + if (BaseLevel < 40) mes "\"Bah, nothing interesting is happening here.\""; close; -- cgit v1.2.3-70-g09d2