Jump to content
Sign in to follow this  
EagleEye-GER-

need Help with BIS_fnc_UnitCapture function

Recommended Posts

Hi,

I want to record my flight path and hon0 directed me to the BIS_fnc_UnitCapture function. Though can`t bring that thing to work. After calling Radio>Alpha it instantly says: "Capture Complete". Here is my test mission, please have a look what`s wrong:

version=11;

class Mission

{

addOns[]=

{

"hsim_air_us_h_helicopters_light",

"desert_e"

};

addOnsAuto[]=

{

"hsim_air_us_h_helicopters_light",

"desert_e"

};

randomSeed=1133833;

class Intel

{

startWeather=0.30000001;

startWind=0.1;

forecastWeather=0.30000001;

forecastWind=0.1;

year=2012;

month=6;

day=24;

};

class Groups

{

items=1;

class Item0

{

side="CIV";

class Vehicles

{

items=1;

class Item0

{

position[]={943.74609,67.921608,1138.3556};

special="FLY";

id=0;

side="CIV";

vehicle="Heli_Light01_H";

player="PLAYER COMMANDER";

leader=1;

skill=0.60000002;

description="Heli1";

};

};

};

};

class Sensors

{

items=1;

class Item0

{

position[]={958.37463,65.866219,1139.981};

a=0;

b=0;

activationBy="ALPHA";

interruptable=1;

age="UNKNOWN";

expCond="";

expActiv="rec = [Heli1,9999] spawn BIS_fnc_UnitCapture;";

class Effects

{

};

};

};

};

class Intro

{

addOns[]=

{

"desert_e"

};

addOnsAuto[]=

{

"desert_e"

};

randomSeed=62236;

class Intel

{

startWeather=0.30000001;

startWind=0.1;

forecastWeather=0.30000001;

forecastWind=0.1;

year=2012;

month=6;

day=24;

};

};

class OutroWin

{

addOns[]=

{

"desert_e"

};

addOnsAuto[]=

{

"desert_e"

};

randomSeed=3062434;

class Intel

{

startWeather=0.30000001;

startWind=0.1;

forecastWeather=0.30000001;

forecastWind=0.1;

year=2012;

month=6;

day=24;

};

};

class OutroLoose

{

addOns[]=

{

"desert_e"

};

addOnsAuto[]=

{

"desert_e"

};

randomSeed=15105905;

class Intel

{

startWeather=0.30000001;

startWind=0.1;

forecastWeather=0.30000001;

forecastWind=0.1;

year=2012;

month=6;

day=24;

};

};

I´ve rechecked all things I learned from tutorial vids...:(

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  

×