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

Difference between revisions of "Script:Auto Teleporting and Chat Based Teleporting"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "Author: Josh <br> The intention of this script is to allow the DM to teleport one or all characters to a location based on a token placed on the DM layer of the map. To activa...")
 
(API no longer available, redirect to Teleport(closes existing API))
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Author: Josh <br>
+
#redirect[[Script:Teleport]]
The intention of this script is to allow the DM to teleport one or all characters to a location based on a token placed on the DM layer of the map. To activate the script, type "!Teleport " and add the name of the teleport location (must not contrain spaces) and then the name of the party member to teleport there. They must be seperated by commas.
+
<!-- api discntinued, link to best replacement
If you want all to teleport, type all. ie. !Teleport teleport01, all - teleports all players to teleport01
+
  
AUTOTELEPORTING: This feature allows you to place a token on One square (for example stairs) and it will auto move a token to the linked location and back again should you choose. Linked locations need to be tokens placed on the GMLayer.
+
don't remove redirect, help center still links to this outdated page -->
Naming conventions:
+
* Two way doors: XXXXXXXX2A, XXXXXXXXX2B
+
* Three way dooes: XXXXXXXX3A, XXXXXXXXX3B, XXXXXXXXX3C
+
* (in the case of one way doors, dont create a 3C)
+
* This system can handle up to 9 way doors (9I max).
+
 
+
===Code===
+
https://gist.github.com/DarokinB/5750390
+

Latest revision as of 21:09, 20 September 2021

  1. redirectScript:Teleport