I've been making a mission where AI soldiers stand inside buldings, pointing their weapons outside the windows. Unfortunately they go prone as soon as they spot the enemy.
Is there a simple way I can stop this from happening?
I've been making a mission where AI soldiers stand inside buldings, pointing their weapons outside the windows. Unfortunately they go prone as soon as they spot the enemy.
Is there a simple way I can stop this from happening?
to get a single soldier to stand up, in his init line just type:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this setUnitPos "UP";[/QUOTE]
to get a whole group to stand up, it's easiest to just go to the leader and type:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{_x setUnitPos "UP";} forEach units group this;[/QUOTE]
and if you ever want them to stay down, change "UP" to "DOWN"
and to get the AI to decide on their own (like normal), change it to "AUTO"
Formerly MSMS_KDXer (signed up January 2002)
u mean cruched? http://www.flashpoint1985.com/cgi-bin....l=proneOriginally Posted by (russin @ July 31 2003,08:13)