CreateFullActorCopy
Revision as of 16:06, 14 October 2007 by imported>Scanner (notes about the copy base and factions get copied)
Syntax:
[ActorID.]CreateFullActorCopy
Example:
player.CreateFullActorCopy
Creates a copy of the specified actor and its base. The copy will have its own base.
Example:
set newRef to player.CreateFullActorCopy
Creates a copy of the actor and returns the ID of the new copy, so it can be used to set a reference variable.
In both cases the copy will be an exact duplicate of the original actor, including inventory, with the following exceptions:
- Inventory items are duplicated in the same manner as DuplicateAllItems
- The copy will not have any AI packages
- Factions will be duplicated but aren't persistent on the copy