Jump to content

Recommended Posts

Hi there,

 

I use the last standard version of Farooq Revive (v 1.5)  in a mission and want to set a unit as unconscious at mission start so that player has to carry him to a medic who then heals him. 

 

If I set him unconscious with the BIS command this setUnconscious true; he will be unconscious, but I cannot revive him with farooq Revive active. Without Farooq Revive active, it works with the BIS First Aid Kits.  Also if I shoot another AI with Farooq Revive active, he enters the Farooq unconsciousness state and I can then revive this guy with all the Farooq options like dragging, stabilizing and so on.
 

Does anyone know the script command to set a unit as unconscious with Farooq Revive? I tried a few things, but nothing works:

 

setVariable ["FAR_isUnconscious", 1, true];  NOT working!


this setVariable ["FAR_isUnconscious", 1, true]; NOT working!


this setFAR_isUnconscious true; NOT working!

Thanks in advance for any help,

 

tourist

Share this post


Link to post
Share on other sites

Would be really nice if there was an option for being able to speak on teamspeak when you go down.

 

edit: just found the option to do just that thanks

Edited by onedigita

Share this post


Link to post
Share on other sites

Hey guys awesome script but is their a way to stop people from falling out of vehicles when they die?

Thanks Rogue

Share this post


Link to post
Share on other sites

Hello. How was this applied to use with Farooq Revive? I'm looking for a way to have players use First Aid Kits to revive downed players and to remove one First Aid Kit upon revive.

On 12/19/2015 at 4:36 AM, NeoArmageddon said:

_attendant = [(configfile >> "CfgVehicles" >> typeof player),"attendant",0] call BIS_fnc_returnConfigEntry; if(_attendant == 1 && ("Medikit" in items player)) then { _target setDamage 0; } else { if(_fakUsed && ("FirstAidKit" in items player)) then { _target setDamage 0; player removeItem "FirstAidKit"; } else { _target setDamage (random 0.3)+0.1; }; };

 

Share this post


Link to post
Share on other sites

Does anyone know how to make the damage be less than it is? basically its 1 hit and your down, so anything to change it to make be more than a few hits before being taken down like the default ArmA 3 revive/respawn system?

Thanks

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×