Difference between revisions of "Talk:CreateFullActorCopy"
no edit summary
imported>ShadowDancer (oops, forgot to add last part) |
imported>JOG |
||
Line 29: | Line 29: | ||
End | End | ||
</pre> | </pre> | ||
:Design decision I suppose. When the copy has to be independent from the base (which is a very good thing) You either need a flag that determines whether to use the base or not and check for this flag in each command that modifies the base, or you simply create a copy that isn't linked to the base. [[GetIsID]] tests for the ID of the base-object and when the base object isn't the same, the dialogue won't apply.--[[User:JOG|JOG]] 12:40, 6 July 2006 (EDT) |