You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary issue is tags used in MATT's Run Macro command as arguments, which contain {#} (for use with Token Attacher prefabs), do not seem to be "checked" when an instance of the TA prefab is created.
Please feel free to reach out in Discord if you have any questions. Username: plasticmohawk
To Reproduce
Using MATT and Token Attacher, I have created a portal entrance and exit. You can see this in operation in the JB2A Discord (link).
The prefab of each side of the portal uses the following tags:
portal-enter-{#} portal-exit-{#}
The MATT actions of the "entrance" and "exit" prefabs are set up like this:
When I create an instance of these prefabs (by dragging the TA prefab from the right sidebar), the tags unfurl as expected, like this:
However, the Teleport actions of the instances now look like this:
Further, the arguments of the Run Macro don't seem to unfurl at all. See below:
"Entrance" side of the portal
"Exit" side of the portal
As a result, I need to manually edit my tag values to ensure my Rube Goldberg machine of a portal system works correctly.
Expected behavior
As a user, I...
expect any tags within MATT's Run Macro arguments to replace {#} with an actual number.
expect tags with {#} within MATT's Teleport command to refer back to the correct tag serialization (though logically speaking I'm not sure if there's an elegant way to handle this)
Screenshots
See above
Setup:
Foundry Version: 10.291
System Version: PF2E 4.12.9
Tagger Version: 1.4.5
Browser & version: Chrome 114.0.5735.134
Active modules:
Tagger
MATT
Sequencer
Token Attacher
Additional context
Below is the JS of the macro being referenced above.
Describe the bug
The primary issue is tags used in MATT's
Run Macro
command as arguments, which contain {#} (for use with Token Attacher prefabs), do not seem to be "checked" when an instance of the TA prefab is created.Please feel free to reach out in Discord if you have any questions. Username: plasticmohawk
To Reproduce
Using MATT and Token Attacher, I have created a portal entrance and exit. You can see this in operation in the JB2A Discord (link).
The prefab of each side of the portal uses the following tags:
portal-enter-{#}
portal-exit-{#}
The MATT actions of the "entrance" and "exit" prefabs are set up like this:
When I create an instance of these prefabs (by dragging the TA prefab from the right sidebar), the tags unfurl as expected, like this:
However, the
Teleport
actions of the instances now look like this:Further, the arguments of the
Run Macro
don't seem to unfurl at all. See below:"Entrance" side of the portal
"Exit" side of the portal
As a result, I need to manually edit my tag values to ensure my Rube Goldberg machine of a portal system works correctly.
Expected behavior
As a user, I...
Run Macro
arguments to replace {#} with an actual number.Teleport
command to refer back to the correct tag serialization (though logically speaking I'm not sure if there's an elegant way to handle this)Screenshots
See above
Setup:
Active modules:
Additional context
Below is the JS of the macro being referenced above.
The text was updated successfully, but these errors were encountered: