View Single Post
06-24-22, 02:09 AM   #2
Firesong
A Deviate Faerie Dragon
Join Date: Jan 2022
Posts: 19
Question

I have left J mapped to guild panel. Copying the code from the example I have:
Code:
key = "J"
bindingAction = GetBindingByKey(key)
print(bindingAction)
It prints 'nil' every time. No error. I'm baffled.
  Reply With Quote