Natsu Dragneel Posted August 29, 2012 Share Posted August 29, 2012 (edited) Hi nakuha panu po gawing zeny ang need dito sa script na to http://pastebin.com/sfXvv9ZU may nakalagay kung panu gawin pero di ko alam kung san ko ilalagay to Then use Zeny checks instead of item checks. It's not hard to figure out.if (Zeny < your_amount) { mes "You don't have enough Zeny."; close; } // Check set Zeny, Zeny - your_amount; // Remove Edited August 29, 2012 by Natsu Dragneel Quote Link to comment Share on other sites More sharing options...
RCharles Posted August 29, 2012 Share Posted August 29, 2012 change line 3 mes "It costs "+.Cost[1]+"x "+getitemname(.Cost[0])+" to play."; then replace line 4 for with your if condition for zeny. Quote Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted August 29, 2012 Author Share Posted August 29, 2012 what will I put in line 3? Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 29, 2012 Share Posted August 29, 2012 http://upaste.me/raw/dc5e1004ef44ad34 Quote Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted August 29, 2012 Author Share Posted August 29, 2012 thank you again euphy! its working fine! Quote Link to comment Share on other sites More sharing options...