Jump to content
Sign in to follow this  
TWCRASH

Tango Hunt missions

Recommended Posts

I was wanting to make a few basic missions in OFP that you have so many Tangos, As you eliminate them the game flashes onscreen how many are left and ends when the last one is eliminated (kinda like the old GR coop games) Any help would be appreciated.

Share this post


Link to post
Share on other sites

What part do you need help with?

maybe you could count alive tangos with a script something like this:

_tarray = [t1, t2, t3, t4]

_tcount = 0

"?(alive _x):_tcount = _tcount + 1" forEach _tarray

hint format["%1 enemies alive", _tcount]

And name tangos as t1, t2 etc. Not sure with the scripting syntax, been a long time.

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  

×