Copying identical function to other actors without doing it manually.
I need to copy a rule containing functions to bunch of other actors. But since every actor has a unique id, I'm getting this error http://grab.by/ymw4
Perhaps there's another mode of copy or something so that I don't have to copy all of this manually?
Thanks
Comments
Are you copying actor from a same project or different? If it is in 1 project then there would be no problem. If 2 diff projects then you will need the merge project tool from Darren from deepblueapp.
Actor Level Attributes (Self Attributes) don't copy, you'll need to add them back in to each actor manually.
Thanks guys.