I want to create a custom weakaura code to change '' 1 '' key of hekili addons's spell suggestion keybind text color.
I tried this code;
I set a custom trigger to text aura, status, Every Frame
Not worked,
Also tried it only on Action Tab with custom code it gives string error.
[string "return function() function(]...*}:1:'<name>' expected near '('
function()
local hekili = WeakAuras.GetAddon("Hekili")
if not hekili then return end
local bindings = hekili.bindings
local keybinds = bindings.keybinds
keybinds[1].button.hotkey:SetTextColor(1, 0, 0)
end
Its not worked. Can anyone help me about it? Thanks for any help.