| /script local lastname = ChatEdit_GetLastTellTarget(DEFAULT_CHAT_FRAME.edit Box); TargetByName(lastname); if (UnitName("target") == lastname) then CastSpellByName("Power Word: Fortitude(Rank 6)") else UIErrorsFrame:AddMessage("Out of Range!",1,0,0,1,2) end
that will buff the last person that sent you a tell |