The macro I have been using was from someone else and over months and months I had chopped it up so much it was gettin pretty unreadable. So anyway I decide tonight while to trying to convert it that I would try to finally write my own.
Well, even though I copied the openpacks subroutine exactly from the old macro it wont work.
I am approaching severe frustration. Here is what I have.
Code: Select all
Sub Main
/declare Index1 global
/call OpenPacks
/return
|=======================================================================================
Sub OpenPacks
/press shift
/press ctrl
/press alt
/press esc
/press esc
/press esc
/press esc
/press esc
/press esc
/press esc
/press esc
/press esc
/press i
/delay 2
/for Index1 0 to 7
/if $pack(@Index1,open)!=TRUE /click right inv @Index1
/delay 5
/next Index1
/return
Why would this work in once macro and not in another? /cry
/goes and buys beer crying all the way
Thanks, Sky
Edit: Valerian thinks code brackets are yummy.