Jump to content

dangermouse

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Posts posted by dangermouse


  1. Hey again, I came back to making my mission using this script and I still can't get the BIS_Steerableparacute's to work, am I doing something wrong?.

    This is what i'm putting in my init.sqf

    while {true} do {

    waitUntil {alive player};

    [air1,Dan,1] execVM "Daponboard\Scripts\Onboard\Loadgroup.sqf";

    [air1,2000] execVM "Daponboard\Scripts\Onboard\AIPilot.sqf";

    player setVariable ["BIS_STEERABLEPARACHUTE",1,true];

    waitUntil {!alive player};

    };

    can anyone help or suggest something else could try?. everything else works perfect!!!

×