Page MenuHomeFeedback Tracker

[ REQUEST ] command addItemToXXXX array
New, WishlistPublic

Description

player addItemToUniform ["30Rnd_65x39_caseless_mag", 3];

Details

Legacy ID
807536699
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Additional Information

There's addmagazine array and the like. Why not addItemToXXX array?

Event Timeline

Iceman77 edited Steps To Reproduce. (Show Details)Oct 30 2014, 4:57 PM
Iceman77 edited Additional Information. (Show Details)
Iceman77 set Category to Scripting.
Iceman77 set Reproducibility to Always.
Iceman77 set Severity to None.
Iceman77 set Resolution to Open.
Iceman77 set Legacy ID to 807536699.May 7 2016, 7:43 PM

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.

So can we consider this resolved?

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.

Yeah we can still wish =)