Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Still having issues with teleporter script

In one of the map, I had 1 teleport and they worked fine. In another map, I have 9 pairs, they are only going 1 direction only Link to a demo page showing the map <a href="https://app.roll20.net/join/3316828/UVm41Q" rel="nofollow">https://app.roll20.net/join/3316828/UVm41Q</a> they are named&nbsp;TeleportToken00A -&nbsp;TeleportToken09A AND&nbsp;TeleportToken00B -&nbsp;TeleportToken09B respectively. I don't know what to do.
1528245083
The Aaron
Pro
API Scripter
The number at the end tells it how many are on the chain.&nbsp; For door-like teleports that just go from one point to another and back, you will always have one ending in 2A and the other ending in 2B. I commonly have pairs like: TeleportRoom01_2A / TeleportRoom01_2B TeleportRoom02_2A / TeleportRoom02_2B TeleportRoom03_2A / TeleportRoom03_2B etc You might have an occasional set like: TeleportRoom04_3A / TeleportRoom04_3B / TeleportRoom04_3C for a teleport that cycles through 3 different points.