View Single Post
01/20/19, 03:57 PM   #10
cag_dk
 
cag_dk's Avatar
Join Date: Jun 2017
Posts: 25
getting UI error

tried your /script, both with and without addons loaded (used Circonians Addon Selector to unload)
but got this error ini both insidents:

Code:
[string "local delay=0 for i=1, 5 do delay = i*400 zo_callLater(function() ZO_WorldMap_GetPinManager():GetPlayerPin():SetDimensions(400, 400) end, delay) end"]:1: function expected instead of nil
stack traceback:
[string "local delay=0 for i=1, 5 do delay = i*400 zo_callLater(function() ZO_WorldMap_GetPinManager():GetPlayerPin():SetDimensions(400, 400) end, delay) end"]:1: in function 'func'
EsoUI/Libraries/Globals/globalapi.lua:207: in function '(anonymous)'

Last edited by cag_dk : 01/20/19 at 04:00 PM.
  Reply With Quote