Hello, my name is Erik.
First and foremost, thank you to the ALiVE team for the tremendous addition to ARMA 3. This mod makes the game playable for my friends and I.
I apologize if this is a stupid question or if it has been answered elsewhere; I did search this forum and online before posting (hopefully not poorly).
I would like to modify the cargo contents of a transport asset. I tried the commands below in the initialization of the transport asset and they don't seem to have any effect.
clearItemCargo this;
clearItemCargo helo1; //Where my asset was named helo1
this additemcargo["itemname", 5];
helo1 additemcargo["itemname", 5];
Am I simply doing something incorrectly, or is this functionality not implemented?
Thank you for your time!