this is my first post here, i hope its in the right section, if not pelase move this thread

ok heres my problem :
Code: Select all
automacro deal {
if ($.weight > 50%)
run-once 1
call {
$player = @player (xxx)
do move 53 243 alberta
pause 5
do deal "$player"
pause 5
do deal add 4
do deal add 5
do deal add 6
do deal add 7
do deal add 8
do deal add 9
do deal add 10
do deal add 11
do deal add 12 <---last item
do deal add 13 <---this is empty
do deal
pause 5
do deal "$player"
pause 5
do deal add 14
do deal add 15
do deal add 16
do deal add 17
do deal add 18
do deal add 19
do deal add 20
do deal add 21
do deal add 22
do deal add 23
do deal
pause 5
release all
}
i dont know whats wrong with the macro
im guessing the bot accidentally press cancel somehow, maybe because of the twice Deal after the last item ?
if that is the problem, are there any way to maintain the number deal add (10 items maximum)
without the bot pressing cancel ?
thank you for anyone willing to read and answer this question
ps: sorry for my bad english (idro)