TheJokerMan 0 Posted August 19, 2006 hi, i just spent an hour searching -yuck - but found some pretty cool stuff along the way, but not what i was looking for. im trying to figure out how to make 1 AI soldier named en13 stand in the danger mode. as you may know when ai is ordered to stand up and ordered to danger they will stand and aim their gun in the direction they are looking. this is what im trying to accomplish so like how do i change BEHAVIOR and STANCE? Share this post Link to post Share on other sites
Metal Heart 0 Posted August 19, 2006 You gotta be kidding, how the hell did you not find one of the million+1 stance threads? A new one is created at least once every 2 weeks. en13 setBehaviour "COMBAT"; en13 setUnitPos "UP" Share this post Link to post Share on other sites
TheJokerMan 0 Posted August 19, 2006 yea i typed STANCE in a search and got everything but stance as a result, and a ton of posts that didnt even have the word stance in them. soooooo i dunno but thanks for the info! Share this post Link to post Share on other sites
TheJokerMan 0 Posted August 19, 2006 hey heres a question off that topic, if i was going to put in <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">en13 setBehaviour "COMBAT"; en13 setUnitPos "UP" where should i put it to decrease the lag/pc usage as much as posible? i mean would it work better in the init.sqs file or in the actual units init line? Share this post Link to post Share on other sites
Garcia 0 Posted August 19, 2006 doesn't matter, though to make the init.sqs look less messy you could put it in the units init field. Though, when doing it, you could also replace the units name with 'this'. Though, if the unit got to have a name anyway, I guess it doesn't matter Share this post Link to post Share on other sites
TheJokerMan 0 Posted September 4, 2006 hey thank alto for info! but now how do i make AI crouch? this setBehaviour "COMBAT"; this setUnitPos "HALF"; well that doesnt work, anyone know? Share this post Link to post Share on other sites