AskHow1248 Posted August 10, 2014 Posted August 10, 2014 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! Quote
mickedplay Posted August 12, 2014 Posted August 12, 2014 (edited) - Edited August 29, 2022 by mickedplay Quote
imadnsn Posted August 12, 2014 Posted August 12, 2014 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. Quote
Recommended Posts
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.