viewing paste Unknown #1727 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
moc_para01,18,182,4 script  Test Script 122,{
 
 
    mes "Here to change you hat with voucher.";
    next;
    mes "Please choose what hat you want to change.";
    switch (select("Abysmal Hat:Best2:Best3:Best4:Best5:Best6")) {
    case 1:
        if ( countitem(30000) < 1) goto L_Sorry:
            mes " You sure want to change with Voucher ?";
            switch (select("Yes, I want LoL!:Nope der")) {
 
            case 1:
                delitem 3000,1;
                getitem 7227,1;
                closel
            case 2:
                close;
    case 2:
    case 3:
    case 4:
            mes "I like it!";
            break;
`   case 5:
    case 6:
            mes "Eww, I don't like it";
            break;
 
}
}
Viewed 812 times, submitted by Guest.