Ruboneout Shoreman
Registered User
Join date: 29 Jul 2009
Posts: 38
|
01-18-2010 19:04
When you script a vehicle, you obviously set controls for different keys pressed on the keyboard. Such as gas or acceleration can occur when you press the up arrow key. The down arrow key is break, left is obviously left, and same for right. However, is it possible map other keys on the keyboard? Like T for horn, and Y for turning the engine off and on?
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
01-18-2010 20:30
PgUp, PgDn, left click, right click, shift+left, Shift+right
and the wasd equaivelents (which operate exactly as the directional/pgUp/Dn do they can't be scripted separately)
you can also do combination, like Left AND right for horn, etc...
you can fake some key binds with ctrl and alt + whatever, by making gesture files that trigger chat commands on off channels.
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|