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
Arma 3 Version: 1.68 (stable) CBA Version: 3.2.1 (stable) ACE3 Version: 3.9.1 (rc1)
1.68
3.2.1
3.9.1
Mods:
- CBA_A3 - ace
Description:
Steps to reproduce: Repro mission. https://www.dropbox.com/s/ylld7107gto91wp/ace_addaction_repro.VR.zip?dl=0
Where did the issue occur?
Placed Modules:
RPT log file:
The text was updated successfully, but these errors were encountered:
player is null?
player
Sorry, something went wrong.
Nope.
CBA bug, but a fix for now is to just do this:
addMissionEventHandler ["EntityKilled", { [] spawn { waitUntil {alive player}; _action = ["custom_action_class", "ADD ACTION CLASS", "", {systemChat "custom_action_class";}, {true}, {}] call ace_interact_menu_fnc_createAction; ["CAManBase", 1, ["ACE_SelfActions"], _action, true] call ace_interact_menu_fnc_addActionToClass; }; }];
Should be fixed next CBA version.
PabstMirror
No branches or pull requests
Arma 3 Version:
1.68
(stable)CBA Version:
3.2.1
(stable)ACE3 Version:
3.9.1
(rc1)Mods:
Description:
Steps to reproduce:
Repro mission. https://www.dropbox.com/s/ylld7107gto91wp/ace_addaction_repro.VR.zip?dl=0
Where did the issue occur?
Placed Modules:
RPT log file:
The text was updated successfully, but these errors were encountered: