View Single Post
12-09-09, 08:08 PM   #5
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
I seen what Wurmfood wrote and was curious if you could put something into the oUF layout like this:

Code:
OnLoad = function(self, event, unit)
	if PLAYER_ENTERING_WORLD then
	
	oUF_Player.Portrait:SetAlpha(0.2);
	oUF_Target.Portrait:SetAlpha(0.2);
	
	end
	
end
Clearly, i am doing something wrong because i get no errors but it doesn't do the script ingame...

But I tried the script and it works, now how would you go about calling this script everytime the player entered the world? Just a thought maybe until there is a fix?
  Reply With Quote