View Single Post
01-04-14, 02:46 PM   #12
RLD
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2
just found this....

good snippet of code and variation disussion.

played with this a little bit

print(name) will print locally to see if 'name' would get passed. (this happens on mouse over). would rather have it with OnClick().

then tried to do a CastSpellByName("Mark of the Wild",name) to see if I could buff 'name'

but no matter what my very limited knowledge seems to try I get a taint and error.

any help would be appreciated.

Last edited by RLD : 01-04-14 at 06:12 PM.
  Reply With Quote