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

show hint while someone's doing medical stuff on you #174

Open
Fusselwurm opened this issue Sep 16, 2020 · 5 comments
Open

show hint while someone's doing medical stuff on you #174

Fusselwurm opened this issue Sep 16, 2020 · 5 comments

Comments

@Fusselwurm
Copy link
Member

No description provided.

@Fusselwurm
Copy link
Member Author

lijk dis:

https://github.com/fparma/fparma-mods/blob/master/addons/common/XEH_postInitClient.sqf#L37-L43

{
    ["ace_medical_treatment_" + _x, {
        if (lifeState ace_player == "INCAPACITATED") then {
            titleText ["Someone is helping you", "PLAIN DOWN", 2, true, true];
        };
    }] call CBA_fnc_addEventHandler;
} foreach ["bandageLocal", "checkBloodPressureLocal", "cprLocal", "fullHealLocal", "ivBagLocal", "medicationLocal", "splintLocal", "tourniquetLocal"];

@Fusselwurm
Copy link
Member Author

i dont see a way for the patient to know that someone started treating them.

there is:

@Fusselwurm
Copy link
Member Author

Fusselwurm commented Oct 21, 2021

todo: look into events added by acemod/ACE3#8385 , looks like I can implement this now?

@Fusselwurm
Copy link
Member Author

todo: look into events added by acemod/ACE3#8385 , looks like I can implement this now?

["ace_treatmentStarted", {systemChat str _this /*[_medic, _patient, _bodyPart, _classname, _itemUser, _usedItem]*/}] call CBA_fnc_addEventHandler;

yes. do we really want it though?

@nomisum
Copy link
Contributor

nomisum commented Sep 7, 2023

certainly interesting, yes

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

No branches or pull requests

2 participants