I want to copy a tag from one thing (thing1) to another (thing2).
Now I know I can do this by the following
hero.child[thing1].pulltags[tag template]
hero.child[thing2].pushtags[tag template]
I was wondering if there was a way to do this directly instead of having to pull tags to the hero and then pushing them.
Now I know I can do this by the following
hero.child[thing1].pulltags[tag template]
hero.child[thing2].pushtags[tag template]
I was wondering if there was a way to do this directly instead of having to pull tags to the hero and then pushing them.