View Single Post
05/25/15, 12:31 PM   #3
JohnnyKing94
 
JohnnyKing94's Avatar
Join Date: Mar 2015
Posts: 45
Originally Posted by Ayantir View Post
http://wiki.esoui.com/Globals#KeyCode

Lua Code:
  1. if( key == KEY_A )
but i don't want the keycode... what i want to say is to prevent a single bind_key from being pushed but allowing all others (since for crown store i can have A,B,C,D etc), example

Code:
if( key == "INTERCEPT_TOGGLE_MARKET" )
  Reply With Quote