Advertisement
Guest User

bleeding

a guest
Nov 26th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Search "bleeding" (24 hits in 2 files)
  2. C:\Users\Icebo_000\Documents\Arma 3 - Other Profiles\[BGF]%20BetaByte\missions\arma%203%20sandbox%20[altis].Altis\scripts\=BTC=_revive\=BTC=_functions.sqf (21 hits)
  3. Line 237: if (!BTC_r_bleeding_loop && BTC_r_damage > 0.3) then {[_unit] spawn BTC_fnc_bleeding;};
  4. Line 237: if (!BTC_r_bleeding_loop && BTC_r_damage > 0.3) then {[_unit] spawn BTC_fnc_bleeding;};
  5. Line 238: if (BTC_r_bleeding_loop && BTC_r_hit != time) then {_unit setVariable ["BTC_r_status",[(_unit getVariable "BTC_r_status" select 0),(((_unit getVariable "BTC_r_status") select 1) + (_damage * 5)),(_unit getVariable "BTC_r_status" select 2),(_unit getVariable "BTC_r_status" select 3),(_unit getVariable "BTC_r_status" select 4)],false]};
  6. Line 250: BTC_fnc_bleeding =
  7. Line 253: BTC_r_bleeding_loop = true;
  8. Line 261: hint "You're bleeding!";
  9. Line 262: while {BTC_r_bleeding_loop} do
  10. Line 265: if (((_unit getVariable "BTC_r_status" select 0)) == 0 && ((_unit getVariable "BTC_r_status" select 1)) == 0 && (_unit getVariable "BTC_r_status" select 2) == 0) then {BTC_r_bleeding_loop = false;};
  11. Line 266: //Bleeding
  12. Line 280: //player sidechat format ["Bleeding: %1",((_unit getVariable "BTC_r_status") select 1)];
  13. Line 313: if (((_unit getVariable "BTC_r_status") select 1) >= 100) then {BTC_r_bleeding_loop = false;};
  14. Line 333: for [{_n = (4 + random 6)}, {_n > 0 && ((_this getVariable "BTC_r_status") select 1) < 100 && BTC_r_bleeding_loop && _this getVariable "BTC_need_revive" == 0}, {_n = _n - 0.5}] do
  15. Line 354: BTC_r_bleeding_loop = false;
  16. Line 412: BTC_r_bleeding_loop = false;
  17. Line 455: _bleeding = _var select 1;
  18. Line 460: if (_is_bleed == 0) then {_text = _text + "is not bleeding. ";} else {_text = _text + "is bleeding and ";};
  19. Line 460: if (_is_bleed == 0) then {_text = _text + "is not bleeding. ";} else {_text = _text + "is bleeding and ";};
  20. Line 465: if (_is_bleed > 0 || _bleeding > 0 || _mor != 0 || _epi != 0 || _med != 0) then
  21. Line 472: if (_bleeding == 0 || _is_bleed != 0) then {(_ui displayCtrl 96) ctrlShow false;};
  22. Line 476: if (_med == 0 || _epi != 0 || _mor != 0 || _is_bleed != 0 || _bleeding != 0) then {(_ui displayCtrl 95) ctrlShow false;};
  23. Line 802: BTC_r_bleeding_loop = false;
  24. C:\Users\Icebo_000\Documents\Arma 3 - Other Profiles\[BGF]%20BetaByte\missions\arma%203%20sandbox%20[altis].Altis\scripts\=BTC=_revive\=BTC=_revive_init.sqf (3 hits)
  25. Line 183: BTC_r_bleeding = 0;
  26. Line 184: BTC_r_bleeding_loop = false;
  27. Line 210: BTC_is_bleeding = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement