Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Script:Door Knocker

From Roll20 Wiki

Revision as of 13:59, 23 April 2022 by Andreas J. (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Opening & Closing Doors via the DoorKnocker (Nov 5, 2021) (Nick O.)

Main Page: API:Script Index


Door Knocker helps quickly open and close doors by controlling the dynamic lighting lines. It can also produce windows, to block movement without blocking sight. Created by Scott C.

Using Door Knocker

The script will move Dynamic Lighting lines used as doors to the map layer and make them transparent, opening the door. It determines what is a door and a wall based on the stroke color of the polygon and will only open doors within 1 square (default 70px) of the door knocker token.

A In-game handout contains full instructions.

Basic Command Syntax

The script uses a standardized API command syntax. All Door Knocker commands will begin with !knock. This will then be followed by a space a double dash preceding a keyword and options group. This looks like this:

!knock --keyWord|option1|option2|...
Door Knocker Tutorial (Nov 8, 2020)


Example:

open/closes all doors withing range:

!knock --push|toggle|range


All Commands: See in-game handout, or Door Knocker v1.211 - Windows(Forum)

Related Pages