WoW:API IsEquippedItemType
Jump to navigation
Jump to search
- Definition list
- list
a = [Shield Name]
b = [Sword Name]
- item
- the item's definition
If IsEquippedItemType("Shield") then Shieldattac(Rank x) else EquipItemByName(a,17) Shieldattac(Rank x) EquipItemByName(b,17) end --- It should work, but does not...
[String: "If IsEquippedItemType("Shield") then Shieldattac(Rank x) else E..."]:1: '=' Expected ner #IsEquippedItemType'