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:Auto Teleporting and Chat Based Teleporting

From Roll20 Wiki

Revision as of 22:58, 30 December 2014 by Brian (Talk | contribs)

Jump to: navigation, search

84478

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. 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. 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