I was playing around with cloning tile actors(floors) to keep the list of actors shorter. Anyway I figured out that you can clone a tile actor then make changes to the clone without affecting the original.
Does this have any negative affects?
If not it is a great way to keep the actor list from becoming insanely long as more regions are added into a game file.