#Inventory V2 modification in Cloud Script
4 messages · Page 1 of 1 (latest)
You can use EconomyV2 from CloudScript. Unfortunately, the documentation doesn't state that anywhere, but there is an exposed economy object.
This is an example taken from our own CloudScript code:
economy.UpdateInventoryItems({ Entity: this.m_entityKey, Item: { Id: <item_id> Amount: <item_amount> } });
Thank you so much!
Is there nowhere to see the exposed methods of economy?