Register

Glyph: Active Region Triggers

An Add-on Module for Foundry Virtual Tabletop

Author: Tyler Project: Source Foundry Versions 14+ (Verified 14.367) Last Updated 23 hours, 20 minutes ago

Glyph: Active Region Triggers

The map does the work.

Glyph Banner


GitHub release GitHub Downloads Foundry Version Github License

Supporting The Module

Patreon ko-fi Discord


Triggers Without Macros

Attach a program to a Region and the scene runs it when a token steps through a doorway or a player clicks a lever. 


What You Get

Visual Program Editor

Trigger logic is a node tree: sequences, if/else branches, loops over tokens in the Region, calls to other triggers, and delays. Any field can read from the triggering event with {{path}}, like {{token.name}} in a chat message.

Visual Program Editor

Events Core Doesn't Fire

Core Regions fire on enter, exit, move, and turn start/end. Glyph adds hover, clicks, door state changes, world time changes, and darkness changes.

Event Picker

Actions for Tokens, Tiles, Audio, and Chat

Move, rotate, create, or teleport tokens and toggle their conditions. Swap tile images, play or stop sounds, post chat cards, and open dialogs, journals, or actor sheets. Per-behavior variables persist between runs; the Toggle Switch recipe uses one to remember whether its tile is visible.

Action Picker

System-Aware Actions

Hurt/Heal takes a dice formula and an optional damage type from the active system's list, and can post the roll as a damage card. Ability Test and Skill Test roll through the system's own pipeline. Enhanced support for D&D5e and PF2e.

Hurt/Heal Action

Import From Monk's Active Tile Triggers

Right-click a scene with Monk's Active Tile Triggers tiles and Glyph converts their actions into program trees. Anything it can't translate gets flagged for manual review.

MATT Import


Also Included


20+ Ready-to-Use Recipes

Teleporters, stairways, light switches, traps, ambushes, merchant stalls. Applying a recipe creates every Region behavior it needs in one click.

Recipe Picker


For the Tinkerers

The GLYPH global exposes the API for macros and other modules. GLYPH.registerAction() adds custom actions, and GLYPH.runTrigger() runs a trigger from a macro.


Requirements

Glyph requires 3DS:ATLAS, the shared settings and theming layer for 3 Death Saves modules. Glyph's UI uses the theme set there.


Installation

Install Glyph from Foundry's Module Manager or The Forge's Bazaar.

Manual Installation

  1. Open Foundry's Configuration and Setup screen
  2. Click Install Module in the Add-on Modules section
  3. Paste this URL in the Manifest URL field:
    https://github.com/Sayshal/glyph/releases/latest/download/module.json
  4. Click Install
  5. Enable Glyph in the Manage Modules section

Questions and ideas go to Discord. Guides are on the Wiki.

Categories

Available Versions

  1. Version 0.3.0

    23 hours, 20 minutes ago
    Foundry Version 14+ (Verified 14.367) Manifest URL Read Notes