View Single Post
02-13-09, 08:49 PM   #713
Yhor
A Pyroguard Emberseer
 
Yhor's Avatar
Join Date: May 2007
Posts: 1,077
Originally Posted by Elloria View Post
thank you so much you have def. pointed me in the right direction. I just need to figure out how to do this for my target, tot, focus, and party frames hehe

Looks like you could use

if(unit=='player') then
--insert your code

elseif(unit=='target') then
--insert your code

etc... and so on

Just make sure 'target', 'player', 'pet', 'tot'... are all the correct calls for the code you're working with.