Started by
soulkeeper02468
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so that if i hit a key bind combo(ex:j,k,i) it runs a procedure, or hitting these keys in quick succession: L,k,J, it runs a command is there any possible way of doing this?
You could make procedures paired with boolean variables for each key to test when it is pressed. Using a separate procedure, check if all of the keys are pressed (by checking the values of the variables) and then trigger whatever action you need.
english or how?