View Single Post
06-18-09, 12:30 PM   #1065
jadakren
A Flamescale Wyrmkin
 
jadakren's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 103
Originally Posted by arnath_vp View Post
Do oUF_PowerSpark and oUF_HealComm still work at all?
what makes you think they don't?

Originally Posted by Bruners View Post
http://lua-users.org/wiki/StringLibraryTutorial

in a tag

Code:
oUF.Tags["[name]"] = function(unit)
	if(not unit) then return end
	return string.sub(UnitName(unit), 0, 4) or ""
end
which will work fine until you get to letters like ê à è ë

Last edited by jadakren : 06-18-09 at 12:32 PM.