Results 1 to 10 of 15

Thread: Biped/Shader/AI help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    The Child Pornographer Ki11a_FTW's Avatar
    Join Date
    Jan 2007
    Location
    NJ
    Posts
    2,661

    Re: Biped/Shader/AI help

    make a new comannd list that tell it to go into a certain vehicles seat.

    then however the script gets started (EX: volume test objects, unit heath, etc)

    then add (ai_command_list <Encounter name> <Command list name>)

    heres an little example i made

    (sleep until (volume_test_objects trig_c (players 15))
    (ai_command_list vehienter enterunit)
    )

    if you want to attach a biped to an ai then you would do this

    (sleep unit (volume_test_objects trig_c (players 15));triggers below script
    (ai_attach biped1 vehienter); tells the biped to use the vehienter encounter
    (ai_command_list_by_unit biped1 enterunit); tell the biped to enter a vehicle
    )

    thats all you need to know
    Last edited by Ki11a_FTW; July 3rd, 2007 at 01:31 PM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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