ID:273625
![]() Oct 30 2010, 10:21 am
|
|
Well, i'm trying to do a fast beam system, which works doing double tap to one direction like NORTH+NORTH. To make it faster, the problem is: How i do the Tap Thing?
|
![]() Oct 30 2010, 10:48 am
|
|
Use keydown/keyup macros. Keep track of the time of the last keyup event. When you execute the keydown verb, if it within some amount of time of the last keyup event, do a thing.
|