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

Feature Request: ability to choose length of action for fnc_changeGear #20

Closed
Ghost-JB opened this issue May 20, 2022 · 2 comments
Closed
Assignees

Comments

@Ghost-JB
Copy link

Currently, the length of time that any gear change made through the ACE self-interact menu takes is determined in the script and is unchangeable.

The request is to be able to pass a specified duration to the script via another param or config entry, similar to the "actionLabel=" entry.

I encountered this as an issue while adding some features to my community's uniform pack. We wanted the ability to "turn off our active ear protection (Peltors)" in the event that we were operating in high-noise environments (such as near helicopters). Our solution was to simply double up our headgear classes, with one class having "ace_hearing_lowerVolume=0" (to represent on) and the other having a higher value (to represent the active listening being turned off), and use the ACE-AX gear chang function to easily swap them out. It then became apparent that the timer is hard coded, and it does not take 2 seconds to turn off a set of Peltors.

@jetelain
Copy link
Owner

Hi, I will add an option for that !

@jetelain
Copy link
Owner

It's also available on Workshop.

You can set changedelay within option, or define a different value for each value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants