Phisher 1 Posted March 10, 2002 What is the command to get your soilder to start off prone? Share this post Link to post Share on other sites
ralphwiggum 6 Posted March 10, 2002 I think it's soldierOne setUnitPos "Down" Share this post Link to post Share on other sites
Phisher 1 Posted March 10, 2002 Hmm.. I put it into the init. field of the soilder, and it didnt work, I changed soilderOne to "this" though. And I was not prone. Share this post Link to post Share on other sites
Aculaud 0 Posted March 10, 2002 put this in the init. field: This setbehaviour "stealth" Share this post Link to post Share on other sites
ralphwiggum 6 Posted March 10, 2002 hmmm...it works on me.... wait...if you are trying to get YOURSELF(the player, you) to start off prone..then it doesn't work for some reason in "AWARE" mode. try what Aculaud suggests; if that doesn't work, screw it. Share this post Link to post Share on other sites
Phisher 1 Posted March 11, 2002 Well thank you for your help, but it still isn't working, and it is a pretty big part of one of my missions.. Anyone else have a clue? Share this post Link to post Share on other sites
chartier 1 Posted March 12, 2002 Phisher have you tried out "switchMove" -command? In unit's init field: this switchMove "CombatToCrouch" Share this post Link to post Share on other sites
Wreck-It 0 Posted March 12, 2002 I believe that going prone works with the "Aware state". But just for you info here are Most practical units: this setcombatmode "RED"; this setbehaviour "combat"; Engages, Fires and goes after you the minute they see you, but are'nt to easy to kill this setcombatmode "GREEN"; this setbehaviour "combat"; Engages, Fires and goes IF you provoke them, but often just hits the ground when in danger this setcombatmode "GREEN"; this setbehaviour "Stealth"; Engages, Fires and goes IF you provoke them, but is very good at hiding this setcombatmode "GREEN"; this setbehaviour "Safe"; Engages, Fires and goes IF you provoke them, but are not wary, they cry weapon on shoulders. Hope this helps Share this post Link to post Share on other sites
Chris Death 0 Posted March 12, 2002 As i remember, the setbehaviour or combatmode, doesn't work, if you want to do it with your own soldier. I suggest, you should give chartier's method a try. I'm not sure, if it was playmove or switchmove, which alters the player himself. Share this post Link to post Share on other sites
Phisher 1 Posted March 12, 2002 well.. this switchMove "CombatToCrouch" works on player but he is in crouch mode and not prone, do you know the prone command? Share this post Link to post Share on other sites
chartier 1 Posted March 13, 2002 SwitchMove and PlayMove strings can be found in Unofficial OFP Command Reference Manual Share this post Link to post Share on other sites