WoW:API UnitIsUnit: Difference between revisions

m
no edit summary
(First draft)
 
mNo edit summary
Line 21: Line 21:
;''Example''
;''Example''
  if ( UnitIsUnit("party1", "target") ) then
  if ( UnitIsUnit("party1", "target") ) then
   TargetUnitsPet("party1");
   TargetUnit("party1pet");
  else
  else
   TargetUnit("party1");
   TargetUnit("party1");
Anonymous user