When testing a tag expression for a bootstrap condition does that tag always need to be on the hero? Is there a way to force the context to look at the thing that is bootstrapping the 2nd thing?
For example, I have a thing (lets call it Thing1) that selects from a group of things with a tag group XXXX.? and pulls the appropriate XXXX.? tag from the selector to it. On Thing1 I am bootstrapping another thing (let's call it Thing2) with the bootstrap condition "XXXX.YYYY" at a timing after the XXXX.? tags are pulled onto Thing1.
However, the only way the bootstrap condition seems to work is if I then push the pulled XXXX tag onto the hero. Is there a way to force the bootstrap condition to look for the XXXX tag on Thing1 instead?
For example, I have a thing (lets call it Thing1) that selects from a group of things with a tag group XXXX.? and pulls the appropriate XXXX.? tag from the selector to it. On Thing1 I am bootstrapping another thing (let's call it Thing2) with the bootstrap condition "XXXX.YYYY" at a timing after the XXXX.? tags are pulled onto Thing1.
However, the only way the bootstrap condition seems to work is if I then push the pulled XXXX tag onto the hero. Is there a way to force the bootstrap condition to look for the XXXX tag on Thing1 instead?