View Single Post
06/18/18, 12:01 PM   #1
Tarlac
 
Tarlac's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2018
Posts: 10
KeyBinding not showing up

Hey guys, I am having a little bit of trouble getting my new addon to show up in key bindings. I have tried to place the line everywhere within the code, including inside a function as well. I placed this line just as I did with my other addon and it works fine there, but for this one does not. Any ideas?


Lua Code:
  1. ZO_CreateStringId("SI_BINDING_NAME_TARLAC_RELOADBUTTON", "Show/Hide ReloadButton")

I thought it was straight forward and simple, but I'm sure I'm missing something.

I Found out my issue. I messed up my bindings.xml.

Last edited by Tarlac : 06/19/18 at 01:11 AM.
  Reply With Quote