prontera,155,181,3 script Item Convert 10173,{ mes .name$; mes "Hello there!"; mes "I convert things swiftly and diligently!"; mes "Is there anything you like to convert?"; next; .@opt = select(.Menu$)-1; mes .name$; mes "You want to convert ^0055FF"+getitemname(.ItemIDFrom[.@opt])+"^000000 into ^0055FF"+getitemname(.ItemIDTo[.@opt])+"^000000."; next; .@menu$ = ""; for(.@i=0;.@i .@chance){ mes "Oh!~ Sorry, too bad~~"; mes "The conversion has failed miserably."; mes "You can try again anytime."; end; } delitem .ItemIDFrom[.@opt],1; getitem .ItemIDTo[.@opt],.ToAmount; mes "Alright!~"; mes "The conversion is a success!"; mes "Hoping that you love my service."; close; OnInit: .name$ = "[ ^FF5500Item Convert^000000 ]"; //Setup Here setarray .ItemIDFrom[0],501,502,503,504,505; setarray .ToAmount[0],500,500,500,500,500; setarray .ItemIDTo[0],909,909,909,909,909; //Do not touch without knowing - Just leave it to 100% setarray .Chances[0],100; for(.@i=0;.@i