MATT Alter Tag - ironmonk88/monks-module-wiki GitHub Wiki
This actions adds, removes, or toggles a Tagger Tag on the selected entities.
Use this to directly alter a Tag on an entity; the following entity types are able to be targeted.
Use this to alter a Tag on the tile itself.
Use this to alter a Tag on the triggering token.
Use this to Tag all tokens within the triggering tile.
Use this to alter a Tag on all player tokens on the scene.
Use this to alter a Tag on the the current action collection
.
- Current Drawings Collection
- Current Lights Collection
- Current Notes Collection
- Current Sounds Collection
- Current Tiles Collection
- Current Tokens Collection
- Current Walls Collection
Use this to alter a Tag on all entities that have a Tag matching your Use Tagger settings.
- Drawings Tagger
- Lights Tagger
- Notes Tagger
- Sounds Tagger
- Templates Tagger
- Tiles Tagger
- Tokens Tagger
- Walls Tagger
The name of the Tag to be modified.
This field accepts handlebar expressions.
-
{{tile._id}}
Uses the ID of the triggered tile as the Tag.
-
Tag Name {#}
The{#}
gets gets replaced with a unique number, and the number depends on how many other objects in the scene also has that tag. Use this with prefabs to create actions that automatically increment when they are created on a scene using Token Attacher. See Baileywiki's video here. These also work on tile templates, though the functionality is limited there since the Tag isn't going to be created on any corresponding targets. -
{id}
The{id}
gets replaced with a unique ID.
- Add
- Remove
- Toggle
- Requires Tagger to be installed and active.
- This action was
Add Tag
prior to MATT 10.11.
MATT 11.24