ViciousLeeAramada 0 Posted March 22, 2002 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. Share this post Link to post Share on other sites
Intruder 0 Posted March 22, 2002 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 Share this post Link to post Share on other sites