We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref #8023 #8297
add body bag renaming
{!((typeOf _target) in ["ACE_Wheel", "ACE_Track"])} && // Exclude Wheel and Track {!(_target iskindOf "Land_CanisterFuel_F")} // Exclude Fuel Canisters
should be config based, and add also block for bodybag
The text was updated successfully, but these errors were encountered:
GVAR(noRename) = 1; and put on things to block or GVAR(allowRename) = 1; and just put on cargo container
GVAR(noRename) = 1;
GVAR(allowRename) = 1;
Sorry, something went wrong.
I think noRename is the better choice imo
Successfully merging a pull request may close this issue.
ref #8023 #8297
add body bag renaming
should be config based, and add also block for bodybag
The text was updated successfully, but these errors were encountered: