Jump to content

Recommended Posts

Hi guys,

I am working on a cutscene and was wondering if there was a way to make a soldier stay in the "take knee position" while fighting.

I know that....

The commands to let a soldier stand or lie:

Jack SetUnitPos "up";

Jack iis the name of the unit

SetUnitPos is the command to set the position

up for standing

up = stand

down = lie

but surely there is an inbetween the two as ofp soldiers go to knee all the time?

Thanks for the help in advance!

Share this post


Link to post
Share on other sites

you could try using

this setbehaviour "combat"; this setunitpos "up"; this switchmove "combattocrouch"

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×