UnequipItem

From Dragon Age Toolset Wiki
Jump to: navigation, search

Unequips an item from a creature

int UnequipItem(
object oObject,
object oItem
);
Parameters:
oObject
The creature to uneqiup the item from.
oItem
The item to unequip.
Returns:

Returns 0 upon any kind of error.

Source:

script.ldf

Description

Removes an item from the equip slots and puts it in the inventory. If there is any kind of error, this will return 0.