Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: dragonsniper on October 09, 2012, 12:17:10 pm

Title: Key-Pressed SEXP Question
Post 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?
Title: Re: Key-Pressed SEXP Question
Post by: Phantom Hoover on October 09, 2012, 01:02:14 pm
If you want to map something to LMB you can try using 'fire' instead; it's what the BP team do.
Title: Re: Key-Pressed SEXP Question
Post by: General Battuta on October 09, 2012, 01:04:51 pm
Yep, LMB is Left Ctrl (keyboard fo life)
Title: Re: Key-Pressed SEXP Question
Post by: Phantom Hoover on October 09, 2012, 03:27:58 pm
also people crazy enough to play with a touchpad
Title: Re: Key-Pressed SEXP Question
Post by: karajorma on October 09, 2012, 08:18:34 pm
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.