Difference between revisions of "CloneForm"
m
Just a spacing change
imported>Behippo (Remove Reference Functions Category) |
imported>BiteHandNIN m (Just a spacing change) |
||
Line 11: | Line 11: | ||
set originalObject to myReference.GetBaseObject | set originalObject to myReference.GetBaseObject | ||
set clone to CloneForm | set clone to CloneForm originalObject; clone the base object of myReference | ||
player.placeAtMe clone 1 0 0 ; place a reference to the clone at the player's location | player.placeAtMe clone 1 0 0 ; place a reference to the clone at the player's location | ||
</pre> | </pre> |