Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medical - Unlock air controls when going uncon #7533

Merged
merged 3 commits into from
Feb 19, 2020
Merged

Conversation

PabstMirror
Copy link
Contributor

When pilot of aircraft goes uncon then do "Unlock controls" user action
(co-pilot will then have to do the "Take Controls" actions)

Recently saw a need for this 😄
Could add a setting (or hidden getVar setting), don't really think it needs one.

@PabstMirror PabstMirror added the kind/enhancement Release Notes: **IMPROVED:** label Feb 17, 2020
@PabstMirror PabstMirror added this to the 3.13.1 milestone Feb 17, 2020
@PabstMirror PabstMirror changed the title Medical - Unlock air controlls when going uncon Medical - Unlock air controls when going uncon Feb 17, 2020
Copy link
Contributor

@commy2 commy2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(excessive (parentheses))

@jonpas
Copy link
Member

jonpas commented Feb 17, 2020

This is great! No more need to remember to do that every time I have a copilot. Never thought of it though.

@@ -49,7 +49,7 @@ if (_active) then {
// Unlock controls for copilot if unit is pilot of aircraft
if (((vehicle _unit) isKindOf "Air") && {_unit == driver vehicle _unit}) then {
TRACE_1("pilot of air vehicle - unlocking controls",vehicle _unit);
// Do "Unlock controls" user action (co-pilot will then have to do the "Take Controls" actions)
// Do "Unlock controls" user action, co-pilot will then have to do the "Take Controls" actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha

@Quailsnap
Copy link

Quailsnap commented Feb 17, 2020

ya'll psychic* or did somebody tell you?
https://youtu.be/jzXmyjPKmS0?t=26185

@PabstMirror PabstMirror merged commit c44360b into master Feb 19, 2020
@PabstMirror PabstMirror deleted the unconCopilot branch February 19, 2020 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants