AddItemOwnership

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Similar to AddItem, but allows ownership information to be specified.

Syntax

[help]
Actor/Container.AddItemOwnership Item:ObjectID Count:int Owner:NPC/Faction Rank:int

Example

SomeChest.AddItemOwnership WeapHuntingRifle, 1, BoomerFaction, 1

See Also