WoW API: IsEquippedItemType

From AddOn Studio
Revision as of 01:03, 8 January 2007 by WoWWiki>Fandyllic
Jump to navigation Jump to search

WoW API < IsEquippedItemType

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'