Thread: Map Error
View Single Post
03-06-10, 01:31 PM   #1
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 25
Map Error

Ive been using 1 Line of Lua to scale my worldmap, and it works fine, but it errors out if i try and open the map while in combat, not sure why combat would change the world map frame code is

Code:
WorldMapFrame:HookScript("OnShow", function(self) self:SetScale(0.7) end)
and i just get an "Interface Action Failed Because of an Addon"
any ideas whats wrong from lua pros around here?
  Reply With Quote