
Prototype: SetPurchasedAmount( Index, Amount )

Description: Sets the amount of purchased items of a type. If it was 0, then the item will be deselected from the purchase list. This function works only with an active store.

Parameters: Index  - the store item's index
            Amount - a numeric value not less than 0

Return value: None

See also: EnterStore, LeaveStore, SetPurchasedAmount

