Difference between revisions of "DuplicateAllItems"
Jump to navigation
Jump to search
imported>Khadir (Documenting actor functions ...) |
|||
Line 1: | Line 1: | ||
{{ActorFunction}} | |||
'''Syntax:''' | '''Syntax:''' | ||
DuplicateAllItems TargetContainerID | [''ActorID''|''ContainerID''.]DuplicateAllItems ''TargetContainerID'' | ||
'''Example:''' | '''Example:''' | ||
DuplicateAllItems BlackBrugoRef | DuplicateAllItems BlackBrugoRef | ||
Line 12: | Line 13: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Items]] | [[Category: Items]] |
Revision as of 04:13, 28 June 2006
Template:ActorFunction Syntax:
[ActorID|ContainerID.]DuplicateAllItems TargetContainerID
Example:
DuplicateAllItems BlackBrugoRef
Duplicates all items into the target container. Scripted items are duplicated as new, unscripted (but otherwise identical) versions of themselves.
Note that quest items are duplicated as well, so use with care. Many quests assume that a quest item is unique -- creating a second version of it can have undesirable results.