Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/22/16, 10:21 PM   #1
Justinon
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 8
Addon Development Broke My Game!

I'm trying to create my first addon, and therefore I've been doing some experimentation to try to figure out functions from the API. Currently trying to make a chat addon, I have been making various function calls to experiment with them. I tried making the "AddChatContainer()" call, which ended up creating a new container at the top left. I wanted to get rid of this newly created container, as it wasn't what I was looking for. However after deleting the addon, trying to make a call on "RemoveChatContainer(0)" and "RemoveChatContainer(1)", I still have unsuccessfully removed this container. No matter what I do, I keep getting this error that won't go away (even after hitting dismiss):

Is there anything I can do to fix my game? Please help! Thank you!!
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Addon Development Broke My Game!


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off