ArmA 2:Operation Arrowhead - UnitCapture/ UnitPlay Tutorial

A quick tutorial on using the UnitCapture/ Unitplay functions. Codes: ---------------------------------------------------------------------------------- (init) MyPath = compile preprocessFile ““; ---------------------------------------------------------------------------------- (path) Path1 =; [Heli1, Path1] spawn BIS_fnc_UnitPlay; ---------------------------------------------------------------------------------- Trigger1 rec = [Heli1,200] spawn BIS_fnc_UnitCapture; ---------------------------
Back to Top