hi
Me and a friend are making a mission when we re-enact some of the boss fights from metal gear etc. Not surprisingly in ofp they are over pretty fast. We had used some scripts on ai before to boost health but they dont seem to work on players really. Any sugestions?
attempt 1
_unit = _this select 0
_Damage = _this select 2
_unit setdammage 0
tx_damage = tx_damage - _damage
? (tx_damage <=0):_unit removealleventhandlers "hit"
attempt 2
_a=_this select 2
_russian=_this select 0
?not(alive _russian):goto "end"
~0.01
_russian setdammage 0
if (_a>0.5) then {_russian say "rusroar1"} else {_russian say "rusroar2"}
#end
exit