a way to make key press combination run procedure?

Started by Not_Viking on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
a way to make key press combination run procedure?

a way to make key press combination run procedure? I would like to make a procedure that run if a combonation of keys r pressed, such as h,g,u for example. ik theres a forum about this already but i dont know what hes saying and what to do

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A. variables B. Better…
Sat, 11/13/2021 - 21:19

A. variables

B. Better Procedures plug-in 

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Which ones best and how?
Sat, 11/13/2021 - 21:21

Which ones best and how?

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and what plugin  
Sat, 11/13/2021 - 21:21

and what plugin

 

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't answer immediately,…
Sat, 11/13/2021 - 21:35

I can't answer immediately, and probably variables. And I mean the Better Procedures Plug-in that had a Is Down Key procedure block

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
has*
Sat, 11/13/2021 - 21:35

has*

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes that one, but use…
Sat, 11/13/2021 - 22:04

yes that one, but use variables, depending on what you want to do with those keys variables could be better

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried it but it says Block…
Sat, 11/13/2021 - 22:17

I tried it but it says Block client_get_key is not supported by the selected generator! im using a 1.15.2 workspace

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then use variables 
Sat, 11/13/2021 - 22:22

then use variables 

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What variables?
Sat, 11/13/2021 - 22:23

What variables?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
player lifetime variables…
Sat, 11/13/2021 - 22:41

player lifetime variables

whenever you hit a key put the variable to true and if you hit another key if variable true do whatever