TWCRASH 0 Posted March 1, 2008 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
Yuzzi 0 Posted March 6, 2008 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