GetItemPossessedBy(object, string)

Get an item with a specific tag in a given creature or placeable's inventory.

object GetItemPossessedBy(
    object oCreature,
    string sItemTag
);

Parameters

oCreature

Target creature or placeable.

sItemTag

Tag of item to be retrieved.


Description

Returns the item possessed by oCreature with the tag sItemTag.
Returns OBJECT_INVALID if oCreature is invalid or does not possess the specified item.



Known Bugs

Tested in version 1.61, this function returned OBJECT_INVALID when used with stores, even if the store had an item with the provided tag.


Version

1.61

See Also

functions: GetHas2Q4PlotItem | GetIsItemPossessedByParty | GetItemPossessedByParty | HasItem
categories: Inventory Functions


 author: Jason Harris, editor: Lilac Soul, additional contributor(s): Blackrazor, Lilac Soul