View Single Post
10-05-15, 08:36 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,322
Originally Posted by Banknorris View Post
Code:
button_table[(button_id+3)/4][(button_id+3)%4+1]:SetAttribute("macrotext","/use Cold Blood")
You should floor() this value since it can create fractional indices which will have nil values.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote