more custom stuff

This commit is contained in:
Aaron Clark
2012-11-09 06:48:59 -06:00
parent f8681b1b5a
commit e9e55f912b
14 changed files with 450 additions and 11 deletions

View File

@@ -61,6 +61,8 @@ dayz_resetSelfActions = {
s_player_removeflare = -1;
s_player_painkiller = -1;
s_player_studybody = -1;
s_player_madsci_crtl = -1;
s_player_parts_crtl = -1;
s_build_Sandbag1_DZ = -1;
s_build_Hedgehog_DZ = -1;
s_build_Wire_cat1 = -1;
@@ -73,6 +75,10 @@ call dayz_resetSelfActions;
s_player_lastTarget = objNull;
s_player_repairActions = [];
// Custom
s_player_madsci = [];
s_player_parts = [];
//Initialize Medical Variables
r_interrupt = false;
r_doLoop = false;