#Detecting when a movement key is pressed

2 messages · Page 1 of 1 (latest)

pallid kraken
#

Hi, my goal would be to be able to show a count of the amount of times a specific movement key is pressed (move forward, backward, left, right, strafe left, strafe right) and eventually show that as a number in a text box and such. Its mostly for fun (because my friend dances around a lot when playing wow). I couldn't find information on if this was doable or not. I found the PLAYER_STARTED_MOVING event which doesn't have any additional information it seems, but nothing else.

halcyon wraith
#

You can't get movement direction from events. PLAYER_STARTED_MOVING and PLAYER_STOPPED_MOVING is the best you can do