Home   Help Search Login Register  

Author Topic: Just read this..  (Read 696 times)

0 Members and 1 Guest are viewing this topic.

Spectaculas

  • Guest
Just read this..
« on: 27 Apr 2004, 11:38:43 »
Ok. I'm quite newbie so please help me. I hope you understand:

How can I put soldier to duck or crouch already when the mission starts?

(Im finn so dont care about my mistakes on writing. Btw Im 12 :-\)

j-man

  • Guest
Re:Just read this..
« Reply #1 on: 27 Apr 2004, 12:19:23 »
I think you put this in the units init field:

this setbehaviour "COMBAT"; this switchmove "CombatToCrouch"

EDIT
I havn't tested it though
« Last Edit: 27 Apr 2004, 12:58:05 by j-man »

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:Just read this..
« Reply #2 on: 27 Apr 2004, 12:44:04 »
unitname switchmove "crouch" and they will be crouched.  I use this on some MP missions like this
player switchmove "crouch"  just put that in a scrpt or in the init line after custom weapon loadout

Xaio04

  • Guest
Re:Just read this..
« Reply #3 on: 27 Apr 2004, 13:57:52 »
yea it works only on you, but with AI it does it then prones...