Jump to content

Recommended Posts

Is there a way to count how many alive crew members there are in a specific vehicle? and how to count how dead ones there are?

Share this post


Link to post
Share on other sites

_countAlive = {alive _x} count (crew _vehicle);

OR

_countDead = {!alive _x} count (crew _vehicle);

 

_countAlive/Dead being the amount returned for each check, _vehicle being the vehicle you're checking. 

  • Like 1
  • Thanks 1

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

×