mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added failure callback
This commit is contained in:
parent
918a62ebce
commit
c790d0eb3e
@ -250,7 +250,7 @@ class GVAR(Actions) {
|
||||
items[] = {};
|
||||
condition = QUOTE(!(_target call EFUNC(common,isAwake)));
|
||||
callbackSuccess = QFUNC(treatmentCPR);
|
||||
callbackFailure = "";
|
||||
callbackFailure = QFUNC(treatmentCPR_failure);
|
||||
callbackProgress = QUOTE(!([(_this select 0) select 1] call EFUNC(common,isAwake)));
|
||||
callbackStart = QFUNC(treatmentCPR_start);
|
||||
animationPatient = "";
|
||||
|
Loading…
Reference in New Issue
Block a user