06-01-2007, 10:34 PM
Only differences I see... ok I had to dim E as long in the one sub cause it wasnt in this code.
Also I have 3.0.7 so theres a frmInvetory. I removed that.
' Call SendUseItem(frmInventory.lstInv.ListIndex + 1)
Call SendUseItem(lstInv.ListIndex + 1)
Since there is a lstInv in frmMirage it shouldnt matter. Thats about all I changed. I just went through and all the codes right.
Also I have 3.0.7 so theres a frmInvetory. I removed that.
' Call SendUseItem(frmInventory.lstInv.ListIndex + 1)
Call SendUseItem(lstInv.ListIndex + 1)
Since there is a lstInv in frmMirage it shouldnt matter. Thats about all I changed. I just went through and all the codes right.