player addItemToUniform ["30Rnd_65x39_caseless_mag", 3];
Description
Details
- Legacy ID
- 807536699
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
There's addmagazine array and the like. Why not addItemToXXX array?
Event Timeline
What about
uniformContainer player addMagazineCargoGlobal ["30Rnd_65x39_caseless_mag", 3];
Any good?
Or even
uniformContainer player addMagazineAmmoCargo ["30Rnd_65x39_caseless_mag", 3, 2];
if you want custom ammo count?
Is this requested for clothing on the unit or clothing on the ground? Can you provide a more complete list of objects you want items to be added too?
@KK - Yeah that'd do the same thing.
@Benargee - It's just a request for an array variant of the already existing addItemToXXX commands.
Hi. It's your decision to close it. I don't see why though. IMO it's a valid request and just because there's another way to do something doesn't mean that there shouldn't be an simpler array variant of the command.
I mean, we didn't "need" any of the addItemToXXX commands to begin with... could have just used other ways to do the same thing, akin to your example above. Which we were already doing until the commands came along.
My 2C. Cheers.
It is your ticket, if you think it is not resolved then it is not resolved. As for "why not" commands, I know first hand how difficult it is to get even essential commands added or to fix broken ones. On the other hand, stranger things have happened in the past.