-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Mount Action and Tagger {#} #834
Comments
@fedeicodip You should log with Rideable; its the one adding all the code for those actions. |
|
Thank you, let me know if I can help |
I have found another core MATT field that behaves the same way, the "token" field of the "Reset Tile trigger history" action will also not update the {#} correctly when placed. From what i can tell, MATT will only apply the "{#}" counter to data fields that are named one of these: "entity", "location", "position". |
No problem; thanks for looking Saibot. Will have to just wait & see Ironmonk says I guess. |
So, i had another look and figured out why i couldn't find the part of the code that takes care of the |
I have created a PR for Tagger that should solve the issue |
Using the mount trigger action (with rideable), the {#} wildcard code (used by tagger to generate an unique variable identifier) isn't parsed and translated to a single number when a tile is placed on the scene. The mount action code remains pointing to a xxxyyyzzz-{#} tag that isn't pointing to anywhere (while the tile tag is translated as expected).
Side note: Rideable is configured to use tiles as rideable entities
The text was updated successfully, but these errors were encountered: