Hard Light Productions Forums
Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: dragonsniper on October 09, 2012, 12:17:10 pm
-
So I'm fiddling around with a training mission in which an objective needs to be returned as true on the press of specific keystroke, however the keystroke I need to use (LMB) isn't included in the key-pressed SEXP. Is there a way around using the 'key-pressed' sexp to make the objective true, or am I screwed in essence and have to use one of the key combinations listed?
-
If you want to map something to LMB you can try using 'fire' instead; it's what the BP team do.
-
Yep, LMB is Left Ctrl (keyboard fo life)
-
also people crazy enough to play with a touchpad
-
It's this kind of nonsense that made me add the player-input SEXPs. Going by the action and not the key is what most people are doing anyway.