WoW:API GetComboPoints: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 4: Line 4:


<tt>
<tt>
   local comboPoints = GetComboPoints();<br>
   if ( GetComboPoints() == 5 ) then<br>
  if ( comboPoints == 5 ) then<br>
     print "You have 5 Combopoints, use a Finishing Move!";<br>
     print "You have 5 Combopoints, use a Finishing Move!";<br>
   end
   end
Anonymous user