Jump to content
Sign in to follow this  
tzvetoslav

How can I make a unit with no weapons and sitting?

Recommended Posts

Hi again.I need some things for my mission.So first I need to make my squad with now weapons so we can pick up different from ammoboxes.Second I need to make some hostiles sitting infront of a fire.Any info will be much apreceated!Thanks.

Share this post


Link to post
Share on other sites
Hi again.I need some things for my mission.So first I need to make my squad with now weapons so we can pick up different from ammoboxes.Second I need to make some hostiles sitting infront of a fire.Any info will be much apreceated!Thanks.

Type this in all of your units init field: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeallweapons this

To make enemies sit type this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this setbehaviour "Safe";SoldierOne action ["SITDOWN", SoldierOne]

SoldierOne is the name of your unit.

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
Sign in to follow this  

×