Thread: Say Health
View Single Post
01-25-16, 02:24 PM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,909
Why are you creating a bunch of functions to wrap single functions in?

Code:
    if IsRightAltKeyDown() then
    	SendChatMessage(UnitHealth("player") .. "/" .. UnitMaxHealth("player"))
    end
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote