Difference between revisions of "AddItem - ObjectReference"
Jump to navigation
Jump to search
Edited language of note.
imported>Tek ml7 (→Notes) |
imported>Chesko (Edited language of note.) |
||
Line 36: | Line 36: | ||
* Don't call this function immediately when a game is started/loaded as it does not seem to work. You can have the game [[Wait_-_Utility|Wait]] a second before doing it which should correct this problem. | * Don't call this function immediately when a game is started/loaded as it does not seem to work. You can have the game [[Wait_-_Utility|Wait]] a second before doing it which should correct this problem. | ||
* akItemToAdd can be a LeveledItem. Removal of a LeveledItem, however won't work with [[RemoveItem - ObjectReference]] and the members of the LeveledItem must be passed individually as akItemToRemove. | * akItemToAdd can be a LeveledItem. Removal of a LeveledItem, however won't work with [[RemoveItem - ObjectReference]] and the members of the LeveledItem must be passed individually as akItemToRemove. | ||
* As of 6 | * As of Skyrim version 1.6, it is no longer possible to use AddItem to add an Object or ObjectReference of type Container to the player's inventory. | ||
== See Also == | == See Also == |