kittycat 0 Posted January 2, 2004 How can I get a car to advance to next waypoint when a squad (or the members still alive) gets into car? Share this post Link to post Share on other sites
Junker 0 Posted January 4, 2004 Do ya want the car to be full..? If so do this. Make a trigger and add this Condition: ? (count crew Carname == 4) Activation: Carname setfuel 1 Hope that helps Junkz Share this post Link to post Share on other sites
PicVert 0 Posted January 4, 2004 Just for complete the script ;) You must setfuel 0 in init line of the car.. PicVert Share this post Link to post Share on other sites
Chris Death 0 Posted January 4, 2004 And if you want to ask for a specific group to be inside the vehicle; "vehicle _x == carname" count (units groupname) == WEST countside (units groupname) This condition would wait until all living members of given group are inside that car. (that's just one of alllllottt'a ways) ~S~ CD Share this post Link to post Share on other sites