Uploaded December 2010 | Updated September 2026, 9 hours ago
A quick tutorial on using the UnitCapture/ Unitplay functions.
Codes:
----------------------------------------------------------------------------------
(init)
MyPath = compile preprocessFile "path.sqf";
----------------------------------------------------------------------------------
(path)
Path1 =;
[Heli1, Path1] spawn BIS_fnc_UnitPlay;
----------------------------------------------------------------------------------
Trigger1
rec = [Heli1,200] spawn BIS_fnc_UnitCapture;
----------------------------------------------------------------------------------
Trigger2
rec = [] spawn Mypath;
----------------------------------------------------------------------------------
Moveincargo code
man1 moveincargo heli1;
----------------------------------------------------------------------------------
If I've missed anything out please let me know! Cheers!
A quick tutorial on using the UnitCapture/ Unitplay functions.
Codes:
----------------------------------------------------------------------------------
(init)
MyPath = compile preprocessFile "path.sqf";
----------------------------------------------------------------------------------
(path)
Path1 =;
[Heli1, Path1] spawn BIS_fnc_UnitPlay;
----------------------------------------------------------------------------------
Trigger1
rec = [Heli1,200] spawn BIS_fnc_UnitCapture;
----------------------------------------------------------------------------------
Trigger2
rec = [] spawn Mypath;
----------------------------------------------------------------------------------
Moveincargo code
man1 moveincargo heli1;
----------------------------------------------------------------------------------
If I've missed anything out please let me know! Cheers!










