Posted August 10, 201411 yr Hi everybody, I need to be able to do something (on the server side) when my item is equiped and the player presses a key, or scrolls with the mouse wheel. Events would work, but I would preffer not to use a tick handeler. Thanks in advance!
August 12, 201411 yr InputEvent.KeyInputEvent, using KeyBindings is good since it allows users to change thekeys For the scroll, use MouseEvent, I guess the event's dwheel will not be zero (either positive or negative) when the player scrolls.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.