Difference between revisions of "DuplicateAllItems"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
(Found a rather nasty bug in this command)
imported>Geckbot
m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki))
Line 1: Line 1:
{{Incomplete}}
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/DuplicateAllItems DuplicateAllItems].
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/DuplicateAllItems DuplicateAllItems].



Revision as of 15:16, 2 April 2009

This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.

Link to TES4 Construction Set Wiki: DuplicateAllItems.

Notes

The Fallout 3 implementation of this command suffers from a bug. The game generates a new base object for each scripted item in the inventory to be copied. However, the new base objects are not saved in the savegame, so when the user reloads that game the duplicated items will have vanished from the inventory of the object on which this command was called. In other words, any scripted items copied using DuplicateAllItems will vanish on reload.