HartofARMA 6 Posted September 4, 2010 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
ericfr 0 Posted September 4, 2010 http://community.bistudio.com/wiki/setunitpos Share this post Link to post Share on other sites
ProfTournesol 956 Posted September 4, 2010 Nope, in OFP there is only 3 positions : UP, DOWN or AUTO. Share this post Link to post Share on other sites
ericfr 0 Posted September 4, 2010 You'r right sorry. Share this post Link to post Share on other sites
Frenzi_ 18 Posted September 4, 2010 you could try using this setbehaviour "combat"; this setunitpos "up"; this switchmove "combattocrouch" Share this post Link to post Share on other sites
HartofARMA 6 Posted September 4, 2010 That works great Ferenczi! thanks guys Share this post Link to post Share on other sites