Added progress function, reorganized PREPs

This commit is contained in:
Zakant 2017-03-23 13:21:36 +01:00
parent 0cad7d0da6
commit b1dc4e0c52
2 changed files with 19 additions and 1 deletions

View File

@ -19,9 +19,10 @@ PREP(treatment_success);
PREP(treatmentBandage);
PREP(treatmentBandageLocal);
PREP(fnc_treatmentCPR_progress);
PREP(treatmentCPR_start);
PREP(treatmentCPR);
PREP(treatmentCPRLocal);
PREP(treatmentCPR_start);
PREP(treatmentFullHeal);
PREP(treatmentFullHealLocal);
PREP(treatmentIV);

View File

@ -0,0 +1,17 @@
/*
* Author: Zakant
* Handels the progress of the CPR treatment.
*
* Arguments:
* 0: Arguments <ARRAY>
* 0: Caller <OBJECT>
* 1: Target <OBJECT>
* 1: Elapsed Time <NUMBER>
* 2: Total Time <NUMBER>
*
* Return Value:
* Treatment may continue <BOOL>
*
* Public: No
*/
#include "script_component.hpp"