Home   Help Search Login Register  

Author Topic: NEED HELP  (Read 637 times)

0 Members and 2 Guests are viewing this topic.

killjoy

  • Guest
NEED HELP
« on: 23 Oct 2002, 21:02:33 »
Whats the command to make an AI unit crouch and stay crouched?



Hey i still need help here, and if you dont know how to do it then tell me if there is a command or not, and if not why not!
« Last Edit: 23 Oct 2002, 21:49:19 by killjoy »

seanver

  • Guest
Re:NEED HELP
« Reply #1 on: 24 Oct 2002, 01:42:40 »
From OFP editing FAQ (if you have searched there you would have already your answer  ;) )

Code: [Select]
GENERAL SP EDITING: How to lock an AI soldier in crouch position (Beginner) Submitted by: SFG   Credits: TailEndCharlie

 put in soldier's init field - this setbehaviour "combat"; this switchmove "combattocrouch"; this setunitpos "up"

 making sure they have no grenades which causes them to stand and throw which resets their stance to standing.