WoW:Item equipping: Difference between revisions

Line 10: Line 10:
</code>
</code>


To access the first slot on the rightmost bag, the script would be <code>/script PickUpContainerItem (4, 1);</code>
To access the first slot on the leftmost bag, the script would be <code>/script PickUpContainerItem (4, 1);</code>


The basic command works like this:
The basic command works like this:
Anonymous user