Description
Removes a CustomUserInventory row from the database that is persistent.
Syntax
CMS_RemoveCustomUserInventory(category, entry)
Parameters
category (String)
Category name
entry (String)
variable name
Example
VBScript
|
Removes a CustomUserInventory row from the database that is persistent.
CMS_RemoveCustomUserInventory(category, entry)
category (String)
Category name
entry (String)
variable name
VBScript
|