Jump to content
Sign in to follow this  
bwf_ares

Placing a weapon and ammo?

Recommended Posts

Hello,

Stupid question:

What is the exact syntax to add

1. a weapon and a magazine in replacement of a standard weapon

2. a satchel charge ??

to a character.

THanx !

Share this post


Link to post
Share on other sites

I'm absolutely sure this question has been asked - and answered here countless times.

Add this to the units init line:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeallweapons this; this addmagazine "30Rnd_556x45_Stanag"; this addweapon "M4"; this addmagazine "30Rnd_556x45_Stanag"; this addmagazine "Pipebomb";

BI Wiki

Search function wink_o.gif

Share this post


Link to post
Share on other sites

Well the fact is I tried to add the satchels as weapons (i.e what they really are) instead of magazines :s

Share this post


Link to post
Share on other sites
(i.e what they really are)

Oh hush, it's just the game's vocabulary, all it means is that satchels use the simulation 'magazine' since it better fits how it should work (in technical terms). This is simply due to how the game simulates weapons.

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  

×