Results 1 to 2 of 2

Thread: Stoopid convoys

  1. #1

    Thumbs down

    Ok this is beggining to slightly PISS ME OFF. i try to get just two squads to get into TWO trucks the first squad will get in the last truck so and the other wont do anything. So i tried to load wps for the trucks but half of the other squad gets in the remaining seats in the last truck and the other half just sits there, is the AI really that stupid or does my dell just like to make me angry how can i get a couple of squads to get in a convoy of trucks and the trucks drive in a nice little column so they all arrive at the same time.
    I am the alpha and the omega the beginning and the end

  2. #2
    Do the trucks already have drivers?

    If they do:

    Name the trucks, truck1 and truck2. Group them. Then give squad 1 a MOVE WP. In the activation field of that WP type:

    unit_1 AssignAsCargo truck1; unit_2 AssignAsCargo truck1 etc

    then give them a GET IN WP. In the activation field of the GET IN WP type:

    squad1ready=true

    and make their next WP where you want them to unload.

    Do the same for squad 2 (for truck2), but in their GET IN WP activation field, type:

    squad2ready=true

    Now give the truck1 (leader of truck2) a Load WP, and in the condition field type:

    squad1ready AND squad2ready

    Then give it Transport Unload WP (set to column formation) where you want to unload them.

    If there trucks are driven by seperate squads themselves, there is a convouy script here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •