Home   Help Search Login Register  

Author Topic: Need help with loading?  (Read 434 times)

0 Members and 2 Guests are viewing this topic.

BubbaPut

  • Guest
Need help with loading?
« on: 20 Nov 2003, 07:01:41 »
I need my script to have 6 diffrent units(no-one in a group) to load into a vehicle. I was wondering if there is a command to make a unit move to a vehicle and then get in... like a unit getIn vehicle or unit loadInCargo vehicle(I need to see them get in)... I am stumped... any ideas...

cpt.Hawkeyez

  • Guest
Re:Need help with loading?
« Reply #1 on: 27 Dec 2003, 23:58:02 »
Give them a waypoint to get in and in there Init fields put
Code: [Select]
this stop true
This will stop them from going to there waypoint then when you need them to go to there waypoint in the camrea script or whatever you are using type in
Code: [Select]
unit stop false
unit of course being the different names of your soldiers,men,whatever.
There ya go
/CympatheeY
« Last Edit: 28 Dec 2003, 00:00:04 by CymPaTheeY »