prontera,155,181,5 script Sample 757,{ if( countitem(607) < 100 ) mes "You didnt have 100 "+getitemname( 607 ); else{ set .@Amount,( countitem(607) / 100 ); delitem 607,( .@Amount * 100 ); getitem 13517,.@Amount; mes "Done...you gained "+.@Amount+" "+getitemname(13517); } close; }