Quote:Self.Backpacks.UseOn(SMALLrubyID, fwbID)
Container might be 0 or 1 for example
You can check id of items, press ALT+F8
and add also that macro:
Quote:Self.Inventory.Boots()==IDofWORN
Self.UnEquip.Boots(ToContainer)
0/1 container usually
and to equip new boots:
Quote:Misc.ItemCountEx(IDofWalkers)==1
Self.Equip.Boots(IDofWalkers)