Jump to content
Sign in to follow this  
TKSRichy

Add Item_Money_stack in crate

Recommended Posts

Is there a way to add money stack and antibiotic from the oldman dlc in crage at the start of the mission?
i tried this

Quote

this addItemCargo ["Item_Money_stack",10];

but it doesnt seem to work as both item are listed as props thus not an item

Share this post


Link to post
Share on other sites

It is common (perhaps even a general rule) for "Item_" objects to have an inventory classname equal to their worldspace classname minus the "Item_" prefix.

this addItemCargo ["Money_stack",10];
this addItemCargo ["Antibiotic",10];

 

  • Like 2

Share this post


Link to post
Share on other sites

Hi,

that is listed in magazines near the end of this list.

Use the classname from there.

Hope i could help.

 

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  

×