diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/other/hugel_bingo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 16847aa54..fa17d5fa7 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -57,6 +57,11 @@ OnInit: end; OnTouch: + if ( zeny < 1000 ) { + mapannounce "que_bingo","Eukran: Oh it looks like "+strcharinfo(0)+" doesn't have enough money. I'm sorry but I must cancel the game~",1,0xFFAB54; + setnpctimer 201999,"start#bingo"; // manual reset + end; + } set Zeny,Zeny -1000; set @bingo_a1$,0; set @bingo_a2$,0; |