From 06911b139ae7c59e2047e721259e027f9c768114 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Thu, 13 Apr 2006 19:16:59 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6047 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/lighthalzen.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index f68044adb5..79c699f52b 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -564,6 +564,7 @@ lighthalzen.gat,312,234,2 script Beggar 777,{ close; L_give: + if(Zeny < 50)goto L_zeny; mes "[" + strcharinfo(0) + "]"; mes "Here you go,"; mes "take this."; @@ -635,6 +636,13 @@ L_give: mes "It might be a lot"; mes "to take in, I know."; close; + +L_zeny: + mes "[Beggar]"; + mes "You don't seem to have"; + mes "enough zeny."; + close; + } // ---------------------------------------------------------------------------