0.3.9 b555

This commit is contained in:
vbawol 2016-07-06 14:35:20 -05:00
parent d1854aaaa3
commit 8dc77ec853
58 changed files with 7 additions and 5 deletions

View File

@ -43,11 +43,13 @@ if !(_target isEqualTo player) then {
_bloodpAmount = getNumber (_cfgObjectInteraction >> "bloodpAmount"); _bloodpAmount = getNumber (_cfgObjectInteraction >> "bloodpAmount");
_soundConfigArray = getArray (_cfgObjectInteraction >> "soundEffect"); _soundConfigArray = getArray (_cfgObjectInteraction >> "soundEffect");
_soundEffect = "";
if !(_soundConfigArray isEqualTo []) then { if !(_soundConfigArray isEqualTo []) then {
_soundEffect = selectRandom _soundConfigArray; _soundEffect = selectRandom _soundConfigArray;
}; };
_soundEffectGlobal = getNumber (_cfgObjectInteraction >> "soundEffectGlobal"); _soundEffectGlobal = getNumber (_cfgObjectInteraction >> "soundEffectGlobal");
_animConfigArray = getArray (_cfgObjectInteraction >> "animationEffect"); _animConfigArray = getArray (_cfgObjectInteraction >> "animationEffect");
_animationEffect = "";
if !(_animConfigArray isEqualTo []) then { if !(_animConfigArray isEqualTo []) then {
_animationEffect = selectRandom _animConfigArray; _animationEffect = selectRandom _animConfigArray;
}; };

View File

@ -1 +1 @@
build=554; build=555;

View File

@ -1 +1 @@
build=554; build=555;

Binary file not shown.

View File

@ -1 +1 @@
build=554; build=555;

View File

@ -1 +1 @@
build=554; build=555;

View File

@ -1 +1 @@
554 555