Page MenuHomeFeedback Tracker

addmagazine issue
Closed, ResolvedPublic

Description

I tried to add custom magazines to unit with this:
this addmagazine ["30Rnd_65x39_caseless_green",10];

Normally this would result in giving the unit 10 clips of a certain type. The 10 clips however counts as single bullets, so 10 bullets total in this example. In this case adding more then '30' makes no difference, it wont go past one magazine. Adding this code multiple times in the unit init does add multiple magazines to the unit.

It is possible that I am wrong, but I am scripting a bit now in a mission and remember this to work in arma 2.

Details

Legacy ID
2787243816
Severity
Minor
Resolution
Not A Bug
Reproducibility
Always
Category
Editor

Event Timeline

B00tsy edited Steps To Reproduce. (Show Details)Mar 14 2013, 9:44 PM
B00tsy edited Additional Information. (Show Details)
B00tsy set Category to Editor.
B00tsy set Reproducibility to Always.
B00tsy set Severity to Minor.
B00tsy set Resolution to Not A Bug.
B00tsy set Legacy ID to 2787243816.May 7 2016, 12:36 PM

this isnt a bug, next time you want to know something like this go to the BI forums , under editing and scripting
the code your looking for is

this addmagazines ["30Rnd_65x39_caseless_green",10];

B00tsy added a subscriber: B00tsy.May 7 2016, 12:36 PM

Totally overlooked that I forgot the 's', atleast I am not asking questions about fucking female soldiers. And it is not that I don't know something, just appears that I was half awake and forgot a letter. Don't kill me for it.

Seems this was a non-issue. Closing.