Jump to content

tokeraabjerg

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About tokeraabjerg

  • Rank
    Rookie
  1. tokeraabjerg

    addAction on createVehicle

    Thanks! That worked :D
  2. Hello everyone. I've been stuck with this issue, and I simply can't figure out what the problem is. I need an addAction for seizing drugs in a crate. But the addAction just won't show up. carCrash = "Land_Wreck_Van_F" createVehicle _dest; carCrash allowDamage false; carCrash addAction["Seize drugs",life_fnc_seizeDrugs,"",0,false,false,"",'playerSide == west']; I tried spawning it it through debug console, and the addAction worked there, which just makes me even more confused...
  3. As for adding the action to an object, would this be a correct syntax? this addaction ["Spawn Strider HMG", "core\functions\fn_vehicles.sqf", [strider_hmg]]; And adding this in the script to be able to select the case: (?) _var = (_this select 3) select 0; switch (_var) do {
×