viewing paste Unknown #29587 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
crystilia.gat,71,85,5   script  阿橘二號    67,{
 
    mes "[ ^00BBFF阿橘一號^000000 ]";
    mes "請輸入要兌換的數量(1:1)";
    next;
    input @number;
    if (countitem(607)<@number*1) goto no;
    delitem 607,@number*1;
    getitem 607,@number*1;
    close;
no:
    mes "[ ^00BBFF阿橘一號^000000 ]";
    mes "沒東西就滾";
    close;
 
}
Viewed 875 times, submitted by Guest.