case 1:
mes "[Mr. Roulette]";
mes "Number 0 ah!.";
mes "Please input how many ticket's do you want to bet";
next;
input @quantity;
next;
if (@quantity == 0) goto WTF;
if (@quantity > 1000) goto TM;
if(countitem(7227)<@quantity) goto NOTK;
delitem 7227,@quantity;
mes "[Mr. Roulette]";
mes "Press Next to Continute";
how can i make it if the player bet 1000 will goto TM then if the
max 1k BET then when i bet a 1. it will goto WTF what is the problem here?
Question
PewN
how can i make it if the player bet 1000 will goto TM then if the
max 1k BET then when i bet a 1. it will goto WTF what is the problem here?
Edited by bVersatile2 answers 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.