03-03-2012, 01:53 PM
Hello. I have problem. Anyone know how to do macro like this example?
max = 26;
now = getItemCount(spear);
howmuchtowithdraw = (max-now)*9;
hi
withdraw !howmuchtowithdraw!;
yes
thanks
max = 26;
now = getItemCount(spear);
howmuchtowithdraw = (max-now)*9;
hi
withdraw !howmuchtowithdraw!;
yes
thanks