Results 1 to 9 of 9

Thread: How to...

  1. #1
    Yep. How to make soldiers board car, when enemy is in the trigger. I have tried all kinds of things. Please help me!

  2. #2
    In the trigger's 'on activation' field try
    unitname assignascargo vehiclename; unitname moveincargo vehiclename
    or
    "_x assignascargo vehiclename" foreach units groupname; "_x moveincargo vehiclename" foreach units groupname
    where
    'unitname' is a unit with a given name
    'vehiclename' is a vehicle with a given name
    'groupname' is a named group of units

  3. #3
    Corporal
    Join Date
    Dec 27 2005
    Location
    Helsinki
    Posts
    89
    Author of the Thread
    Thanks

  4. #4
    Or you could just synchronize the waypoint before the 'get in' waypoint and the trigger that detects enemy unit by pressing F5 and dragging a line between the two (trigger and wp).

  5. #5
    Corporal
    Join Date
    Dec 27 2005
    Location
    Helsinki
    Posts
    89
    Author of the Thread
    I have tried it. When i play, the AI just gets inside and does nothang!

  6. #6
    Quote Originally Posted by [b
    Quote[/b] ]When i play, the AI just gets inside and does nothang!
    Wasn't that the purpose, to get the AI to board a car? What are they supposed to do then?

    Or do you mean that they get in before they're supposed to? Then you've done something wrong because it works just like I described, I even tried it out on the editor.

  7. #7
    Corporal
    Join Date
    Dec 27 2005
    Location
    Helsinki
    Posts
    89
    Author of the Thread

    Thumbs down

    I did trigger; Activation by EAST
    init; usasoldier moveincargo oldbanger
    then i maked a waypoint where car they should drive. Then i synchronized them. And guess what happen? Even if i dont go inside the trigger the soldiet just goes to where waypoint is, and when i go inside the trigger nothang happens!

  8. #8
    Quote Originally Posted by (Russian aviator @ April 14 2006,09:04)
    I did trigger; Activation by EAST
    init; usasoldier moveincargo oldbanger
    then i maked a waypoint where car they should drive. Then i synchronized them. And guess what happen? Even if i dont go inside the trigger the soldiet just goes to where waypoint is, and when i go inside the trigger nothang happens!
    you could make a waypoint next to the car and before the "Getin" waypoint and sync it with the waypoint next to the car .. or unless you have east already in the trigger then thats why..

    Try making the trigger "east detected by west"

    MattXR ( MxR )

    Check out my Twitter BIS Fans and Sub!
    -- MRKCCO Twitter --


  9. #9
    Corporal
    Join Date
    Dec 27 2005
    Location
    Helsinki
    Posts
    89
    Author of the Thread
    No more problems!! Thx for all help!

    BTW waypoints synchronized?????!!!!!!!!!! !!

Posting Permissions

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