AddItemOwnership

From GECK
Jump to: navigation, search


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