Dev Blaze Posted October 25, 2012 Posted October 25, 2012 L_Reg: if (Zeny < 800000000) goto L_No; set .@z, 800000000; set Zeny, Zeny - .@z; set bossregister, 1; mes "Registration done"; close; How to change this into Zeny to "getitem 2000,100 thnx" Quote
Emistry Posted October 25, 2012 Posted October 25, 2012 you mean countitem ?? if( countitem( 2000 ) < 100 ){ mes "You cant enter..."; close; }else{ delitem 2000,100; } 1 Quote
Question
Dev Blaze
L_Reg:
if (Zeny < 800000000) goto L_No;
set .@z, 800000000;
set Zeny, Zeny - .@z;
set bossregister, 1;
mes "Registration done";
close;
How to change this into Zeny to "getitem 2000,100 thnx"
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.