View Single Post
07/02/15, 11:23 AM   #5
ZunaSW
Join Date: Mar 2014
Posts: 37
Hm, nothing, doesn't seem to work, I'm using this code, might be wrong though:

Code:
function IMOnZoneChanged(0, GetUnitZone("player"))
	if zoneName == "Eastmarch" then
		MainImage0:SetTexture("IM/textures/Image1.dds")
	end
	if zoneName == "Stonefalls" then
		MainImage0:SetTexture("IM/textures/Image2.dds")
	end
end
And I'm getting this error:

Code:
user:/AddOns/IM/IM.lua:30: <name> or "..." expected near '0
I might have done something wrong with the event. I'm pretty new on this, so I don't really know :S
  Reply With Quote