-
Notifications
You must be signed in to change notification settings - Fork 740
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
Captive escort settings / Questions about Repair and Medical Vehicles #4810
Comments
|
Thank you for the reply Pabst. As for question #1, I mistook the intention of our mission creators in that regard. They want to know if it is possible to use setVariable to disable taking the unit prisoner. Some people like to take a certain unit prisoner and place him somewhere where it can't be found, which breaks a feature in the mission, and they want to prevent it by disabling the take prisoner option. |
Also, and this is just a sidenote, it would be extremely helpful if there was a list with this sort of info. Right now we are going through all the code but don't even know where to start to find this info. It is quite frustrating to be honest. To clarify: we are looking at this QGVAR(CaptivityEnabled) thing somewhere in the Captives code and are now wondering if that points to a variable we can use in the unit's init to disable taking this unit prisoner, but can't find where this QGVAR thing is defined. Update #1: we get the QGVAR thing now. Hopefully there is a simple solution to our issue by just using setVariable. |
Pabst, we figured out a solution to our issues. Thank you for your help :) |
Arma 3 Version:
1.66
(stable)CBA Version:
3.1.2
ACE3 Version:
3.8.3
Mods:
@CBA_A3
@ace
Description:
Is there a way to disable the option to escort captives by way of using setVariable in the unit's init? We would like to disable escorting of specific units but by scripting instead of using any applicable modules. How do we proceed to get this done?
Can any of you tell me how to use setVariable in a vehicle's init to set a vehicle as a medical vehicle and some other vehicles as repair vehicles?
How exactly do we have to use the vehicles set up as medical and repair vehicles? What are the requirements to use these vehicles as such?
Placed Modules:
The text was updated successfully, but these errors were encountered: