slimady 0 Posted July 6, 2004 How do you remove just one weapon from a soldier and add another? Say I have a soldier and I want to rmeove m16grenadelauncher and add m16 what EXACTLY would I put? Thanks!!! Share this post Link to post Share on other sites
edc 0 Posted July 6, 2004 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> [unit] removeweapon [weapon name] [unit] addweapon [weapon name] Replace the unit with the name of the soldier you are removing/adding stuff to. Replace the first weapon name with the weapon you are removing and the second one with the weapon you are adding. Share this post Link to post Share on other sites
CrashnBurn 0 Posted July 7, 2004 Don't forget that if the ammo name is different than the weapon name, you'll have to remove/add that too. Share this post Link to post Share on other sites