I want to make a car script like a few of the second life cars have that allow you to change the top speed of the car by pressing 'page up' or 'page down' key (or a different keys). I want to know how to create the code to get to something like:.
if user presses 'page up'
then go 5 increments faster
if user presses 'page down'
then go 5 increments slower
the going faster or slower part will be easy, it is just figureing out how to get the user input of the 'page up' key.
Does anyone have any idea how to get keyboard input like this?