I'm trying to get back into scripting for Blockland again, and my first project is a twin stick shooter playertype. Top down camera (already done), WASD will move like normal (done, duh), but I need it so when you press the arrow keys the minifigure shoots/swings in the direction you pressed. (combine up+left, down+right, etc. to fire diagonally)
Also need to keep the minifigure from walking in the direction it's shooting, W should always move up, A should always move left, etc.
The ability to move the camera with the mouse should be disabled, too.
If all of this is actually possible, might I enlist the help of a coder or two who is already experience with TorqueScript?
EDIT:
I guess I should have been more specific: I know richard all about Torque script, I have no idea how to use it and finding resources is really difficult. I need more guidance.