Original maker below, since the video is from 2014 and still in the old editor I made this one.
Video: • ARMA 3 Editor - unitCapture and unitPlay
Channel: / pickinthatbanjo
Mission File: https://www.mediafire.com/folder/vvo1...
or https://1drv.ms/f/s!AhoDwGG5P-ARgZNwv...
-------------------------------------------------------------------------------------------------------
Code:
Heli name: Heli1
Make 2 triggers...
First:
On Activation: rec = [Heli1,300] spawn BIS_fnc_UnitCapture;
Activate by radio alpha
Second one:
On Activation: rec = [] spawn Mypath1;
Activate by radio bravo
init.sqf:
MyPath1 = compile preprocessFile "path1.sqf";
Empty Path: (save this as Path1.sqf or Path2 Path3 etc etc...)
Path1 =;
[Heli1, Path1] spawn BIS_fnc_UnitPlay;
Heli1 engineOn true;
-------------------------------------------------------------------------------------------------------
Extra info:
The reason why I start recording and directly put me engine on afterwards is because of...
The script itself starts the engine when it shoots so with this you time it out perfectly.
If you got any questions or ideas leave a comment below
This video was created using content of Bohemia Interactive a.s.
Copyright © 2017 Bohemia Interactive a.s. All rights reserved.
See www.bistudio.com for more information.