no edit summary
(→item: clarify difference between using items by bagslot and name. also explain that itemstrings work.) |
No edit summary |
||
| Line 358: | Line 358: | ||
self:SetAttribute("harmbutton2", "nuke2"); | self:SetAttribute("harmbutton2", "nuke2"); | ||
Sets the virtual button " | Sets the virtual button "harm2"'s type to "spell" | ||
self:SetAttribute("type-nuke2", "spell"); | self:SetAttribute("type-nuke2", "spell"); | ||
Sets the virtual button " | Sets the virtual button "harm2"'s spell to "Shadow Word: Death" | ||
self:SetAttribute("spell-nuke2", "Shadow Word: Death"); | self:SetAttribute("spell-nuke2", "Shadow Word: Death"); | ||