Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 466 Bytes

Token Locator (Foundry VTT Module)

Based on GM vision by dev7355608.

This module adds a toggleable mode for players that reveals non-hiding tokens.

Tokens that wouldn't be visible normally are highlighted by a hatched overlay.

The mode can be toggled by a keybinding (default: CTRL+G) or with a script macro.

game.settings.set("token-locator", "active", !game.settings.get("token-locator", "active"));