View Single Post
09-20-20, 05:20 PM   #3
draikos
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 4
Originally Posted by LudiusMaximus View Post
You could try this: https://addon.bool.no/
It will convert whatever lua code into an addon.
I have tried that - didn't quite do the job. It would probably help if I mention the error I am getting (below).

Code:
Message: ...terface\AddOns\TalkingHeadFrame\TalkingHeadFrame.lua:6: attempt to index field 'BackgroundFrame' (a nil value)
Time: Mon Sep 21 08:49:24 2020
Count: 1
Stack: ...terface\AddOns\TalkingHeadFrame\TalkingHeadFrame.lua:6: attempt to index field 'BackgroundFrame' (a nil value)
[string "@Interface\AddOns\TalkingHeadFrame\TalkingHeadFrame.lua"]:6: in function <...terface\AddOns\TalkingHeadFrame\TalkingHeadFrame.lua:4>

Locals: frame = THF {
 0 = <userdata>
}
event = "TALKINGHEAD_REQUESTED"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'BackgroundFrame' (a nil value)"
TalkingHeadFrame = THF {
 0 = <userdata>
}
  Reply With Quote