Skip to main content

InventoryAdd

Callable


  • Add a new item by group & name to character inventory


    Parameters

    • C: Character

      The character that gets the new item added to her inventory

    • NewItemName: string

      The name of the new item to add

    • NewItemGroup: AssetGroupName

      The group name of the new item to add

    • optionalPush: boolean

      Set to TRUE to push to the server

    Returns void