Difference between revisions of "CreateFullActorCopy"
Jump to navigation
Jump to search
Added information on a bug with CreateFullActorCopy and leveled item lists. Added attack damage to the lists of values that CreateFullActorCopy may change.
imported>Relax and Play (Added some notes) |
imported>JGvardija (Added information on a bug with CreateFullActorCopy and leveled item lists. Added attack damage to the lists of values that CreateFullActorCopy may change.) |
||
Line 18: | Line 18: | ||
* Inventory items are duplicated in the same manner as [[DuplicateAllItems]], Such items are treated by the game in a way that is not dissimilar to [[PlaceAtMe]] items in that their Base Records cannot be destroyed. | * Inventory items are duplicated in the same manner as [[DuplicateAllItems]], Such items are treated by the game in a way that is not dissimilar to [[PlaceAtMe]] items in that their Base Records cannot be destroyed. | ||
** Like '''DuplicateAllItems''', any scripted item will be given a new FormID. See '''DuplicateAllItems''' for more details. | ** Like '''DuplicateAllItems''', any scripted item will be given a new FormID. See '''DuplicateAllItems''' for more details. | ||
* The copy will not have any AI packages, and there may discrepancies on the [[Aggression]], [[Confidence]], [[AI Button|Energy Level]] | * The copy will not have any AI packages, and there may discrepancies on the [[Aggression]], [[Confidence]], [[AI Button|Energy Level]], [[Responsibility]] and Attack Damage values between the Original and the Copy. | ||
* Factions will be duplicated but aren't persistent on the copy | * Factions will be duplicated but aren't persistent on the copy | ||
Line 25: | Line 25: | ||
* Using this command on the player will create an actor which can actually remove you from your guild if you choose to attack it. The reason being for this is that the copy of the player belongs to whatever guild the player is currently in. | * Using this command on the player will create an actor which can actually remove you from your guild if you choose to attack it. The reason being for this is that the copy of the player belongs to whatever guild the player is currently in. | ||
* Using this command on a creature will create a copy that rampages wildly, even if the original actor has an aggression value of 5 or less and/or is part of a faction that isn't considered evil. | * Using this command on a creature will create a copy that rampages wildly, even if the original actor has an aggression value of 5 or less and/or is part of a faction that isn't considered evil. | ||
* If used on an actor who has leveled item lists in his inventory, those lists will be copied to the new actor along with the other items. There they will display as <Missing Name> and as a missing mesh if you drop them on the ground. Note that clearing the actor's inventory before you use CreateFullActorCopy does not help, as you can not remove leveled item lists with RemoveAllItems or RemoveItem. | |||
==See Also== | ==See Also== |