RemoveItem

From Dragon Age Toolset Wiki
Jump to: navigation, search

Removes item(s) from its container

void RemoveItem(
object oItem,
int nNumItems = -1
);
Parameters:
oItem
the item to remove
nNumItems
the number of items to be removed from the stack (if applicable). Use -1 to remove all items in stack.
Returns:

Nothing.

Source:

script.ldf

Description

Removes the given item(s) from its container/inventory.