Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

VirMortalis

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About VirMortalis

  • Rank
    Newbie
  1. VirMortalis

    Truck loading squad problem

    Hello, Just getting into the ARMA 3 editing, tried to copy the above command to set a vehicle pick up and drop off at another Location. So I have the 4 man squad which are set as playable but when only 1 person is involved the other 3 automatically set to AI. I set up the "Load" way point so the truck drives forward and stops just in front of the spawn point. I copied the text {_x in truck} count (units group player) == {alive _x} count (units group player); in that way point I then set up the "Move" way point to the location, making sure it was set to 'safe' and 'normal speed' to make sure the group arrived safely and followed the roads. I modified ((!alive Unit1) or (Unit1 in truck)) to ((!alive a1) or (a1 in v1)) to match my variable names. I added the "Unload" way point What I am noticing: I am not sure how to program AI to just go and run into the vehicle yet so I have been testing the scenario taking control of p1 my designated leader of the squad and issuing the command to get into the truck The AI follow the order due to the rank settings and as soon as I get into the truck it moves along the road to the location I have designated as the end of the 1st way point On arrival it stops and then I get an error message "Error Alive: Type Group, Expected Object" New to coding so forgive the newbishness
×