Jump to content
Sign in to follow this  
werzproduction

OPFOR does not kill a BLUFOR

Recommended Posts

Hi i would like know how to make for a OPFOR does not kill a BLUFOR ( not all blufor but only 2 blufor ) 

 

example : opfor contain one hostage, and this hostages should not die.

Share this post


Link to post
Share on other sites

Can you please visit some of the pinned threads in this section, before you post your next problem? You could have found the answer already without posting a simple question.

Another quick reference is: community.bistudio.com

I seriously need to stop looking after the forums for at least a night. :p (It has made me some kind of half hawk, half BI zombie)

  • Like 1

Share this post


Link to post
Share on other sites

It is actually very very easy. This is what you do. If you want opfor to kill blufor except 2 specific blufor units then you can put the following in both of the units' init boxes.

this setcaptive true;

this will now make these 2 units not being attacked by any opfor soldiers but opfor willattack the rest of the blufor army. If you want those 2 blufor to be attacked again by opfor then you do:

this setcaptive false;

I hope I made this pretty clear but if you have any questions don't hesitate asking

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
Sign in to follow this  

×