locko1997 10 Posted February 26, 2014 This is realy weird, the script just stop running after the 3rd sidechat ._. the hints are just a debuggin shit, since it wasnt working, wanted to check where it failed. ( and this is being executed by execVM ) also, UavMove = 1 is for making a condition on a trigger to change, but it donts D: ( is UavMove == 1 on condition field ) _actHad = _this select 0; _actUsed = _this select 1; _actID = _this select 2; _actHad removeAction _actID; [playerSide,"Base"] sideChat "K-40 ababil-3(CAS) sistems initializing, please stand by."; sleep 5; [playerSide,"Base"] sideChat "K-40 ababil-3(CAS) sistems working, doing pre-flight check."; sleep 5; [playerSide,"Base"] sideChat "K-40 ababil-3(CAS) pre-flight check completed, K-40 ababil-3(CAS) is ready to take off."; Uav_cas join createGroup West; hint "1"; sleep 4; UavMove = 1; publicVariable "UavMove"; _cam = [uav_Cam,Uav_cas,Player,1] spawn BIS_fnc_liveFeed; hint "4"; sleep 25; _cam camPreparePos position Uav_Cam2; _cam camPrepareTarget position Uav_targ; hint "25"; Share this post Link to post Share on other sites
MulleDK19 21 Posted February 26, 2014 What error does it print? And if Uav_cas is a unit, then this is wrong: Uav_cas join createGroup West; Should be: [uav_cas] join createGroup West; Share this post Link to post Share on other sites
locko1997 10 Posted February 26, 2014 I cant chat right now, but it should work, thanks... Share this post Link to post Share on other sites