Difference between revisions of "UO.Equip"
From OpenEUO
Line 4: | Line 4: | ||
If you want to send multiple IDs to this you may use a table instead of a string<br> | If you want to send multiple IDs to this you may use a table instead of a string<br> | ||
− | |||
<code>...<br>Create a table in nIDs using table commands<br>...<br> | <code>...<br>Create a table in nIDs using table commands<br>...<br> |
Revision as of 11:50, 7 March 2012
UO.Equip(nid1[,nid2[,...]])
Instantly equips all of the given object id's. Only available on EA/Mythic shards. Exclusive to OpenEUO.
Note that this does not work with strings
If you want to send multiple IDs to this you may use a table instead of a string
...
Create a table in nIDs using table commands
...
UO.Equip(unpack(nIDs))