WoW:API PickupContainerItem: Difference between revisions
Jump to navigation
Jump to search
m
Robot: Removing selflinks
(found flaw in swap items example; marked it as dangerous; added example that is actually safe) |
m (Robot: Removing selflinks) |
||
| Line 39: | Line 39: | ||
until not locked1 and not locked2 | until not locked1 and not locked2 | ||
'''PickupContainerItem'''(bag1, slot1) | |||
'''PickupContainerItem'''(bag2, slot2) | |||
end | end | ||
| Line 63: | Line 63: | ||
end | end | ||
'''PickupContainerItem'''(bag1, slot1) | |||
'''PickupContainerItem'''(bag2, slot2) | |||
end | end | ||