prontera,155,181,5 script Sample#cashitem 757,{ .@item = 7179; .@rate = 1; mes "Exchange your "+( #CASHPOINTS )+" Cashpoint to "+( #CASHPOINTS * .@rate )+" x "+getitemname( .@item )+" ?"; if( #CASHPOINTS ) if( select( "YES","Cancel" ) == 1 ){ getitem .@item,( #CASHPOINTS * .@rate ); #CASHPOINTS = 0; mes "Done"; } close; }