MATT Scrolling Text - ironmonk88/monks-module-wiki GitHub Wiki
Displays scrolling text above the selected entities.
This field is for the text that will be displayed.
This field accepts handlebar expressions, which can be used to customize the message based on existing data.
-
{{actor.name}}
Sends the name of the actor of the current token to the message. -
{{scene.name}}
Sends the name of the scene to the message. -
{{token.name}}
Sends the name of the current token to the message. -
{{user.name}}
Sends the name of the current user to the message. -
{{value.items.0.name}}
If used following an Add Item action, it will send the item name to the message.
Use this to directly target an entity; the following entity types are able to be targeted.
Use this to display scrolling text over the triggering token.
Use this to display scrolling text over all tokens within the triggering tile.
Use this to display scrolling text over all player tokens on the scene.
Use this to display scrolling text over the current token collection.
Use this to display scrolling text over all entities of a valid type with a Tag matching your Use Tagger settings.
- Drawings Tagger
- Lights Tagger
- Notes Tagger
- Sounds Tagger
- Templates Tagger
- Tiles Tagger
- Tokens Tagger
- Walls Tagger
Who will see the scrolling text.
- Everyone
- Players Only
- GM Only
- Triggering Player
- Triggering Token Owner
- Current Tokens Owner
- Current Users
Use this to directly target a user in the player list to have them see the scrolling text.
How long the text takes to move and fade out.
Starting point of the text.
Direction the text will scroll to.
- This action continues to store its text information when swapped into another action, even if that action does not contain a text field. It's recommended just deleting this action instead if you need to replace it with something else to help keep data sizes down.
- This action requires the core Foundry setting "Scrolling Status Text" to be enabled.
MATT 11.12