Results 1 to 3 of 3

Thread: Prevent AI from going prone each time they engage

  1. #1

    Prevent AI from going prone each time they engage

    Hi,
    I'm mostly a complete newbie to the editor. Is there any way to prevent AI from going prone as soon as they see an enemy? I want to just limit them to crouching and standing. I'd love to have this feature to make some of the firefights go the way I want.

  2. #2
    Put
    Code:
    this setunitpos "up"
    for standing or
    Code:
    this setunitpos "middle"
    for crouching in the unit of that unit if you want to force an AI to remain in a certain posture.

  3. #3
    Ooh yeah.. Great! Thank you!

Posting Permissions

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