Thread: Key Binding?
View Single Post
04/13/14, 10:00 PM   #13
Daedros Endus
Join Date: Apr 2014
Posts: 1
I've been trying to create a keybinding, but I'm having issues getting it to show up in the keybinding menu. I even switched Layer to general like you said you had to do.

This is my xml:
Code:
<Bindings>
  <Layer name="General">
    <Category name="Custom Bind">
      <Action name="MAGIC">
        <Down>MagicStart()</Down>
        <Up>MagicStop()</Up>
      </Action>
    </Category>
  </Layer>
</Bindings>
This is the binding part of my lua:
Code:
ZO_CreateStringId("SI_BINDING_NAME_MAGIC", "magic")

EDIT: Bahahaha, I wasn't including them in my txt file....wow. Okay.

Anyway, I'd just like to thank everyone who has contributed to this thread. It's been helpful

Last edited by Daedros Endus : 04/13/14 at 10:13 PM.
  Reply With Quote