Home   Help Search Login Register  

Author Topic: waypoints after unload  (Read 884 times)

0 Members and 1 Guest are viewing this topic.

preston

  • Guest
waypoints after unload
« on: 08 Dec 2002, 23:54:35 »
i'm try to create a mission when you get in a truck which takes you near a town.  The truck isn't part of the group so when my group gets out i can't find a way for them to have there own waypoints, do i have to use game logics or something???

thanks  :)

Offline mcnorth

  • Members
  • *
Re:waypoints after unload
« Reply #1 on: 09 Dec 2002, 06:12:03 »
make one set of waypoints for your truck and another for your troops. where your troops get in the truck have a truck waypoint of type "Load" and a troops waypoint of type "GetIn". Synch these two waypoints. Where you want your troops to get out have a truck waypoint of type "Transport Unload" and a troops waypoint of type "GetOut". Synch these two waypoints. Once your troops get out they'll follow the rest of their waypoint path. Incidentally, no other waypoints in the troop path between the getin and the getout.

preston

  • Guest
Re:waypoints after unload
« Reply #2 on: 09 Dec 2002, 14:28:27 »
thanks, i tried it a bit like that but forgot to sync them  ::)

thanks for the help