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:MapChange"

From Roll20 Wiki

Jump to: navigation, search
Line 2: Line 2:
 
|name=MapChange
 
|name=MapChange
 
|author={{user profile|1043|TheWhiteWolves}}
 
|author={{user profile|1043|TheWhiteWolves}}
|version=1.0
+
|version=1.1
 
|dependencies={}
 
|dependencies={}
|lastmodified=31-05-2016}}
+
|lastmodified=02-06-2016}}
 
{{stub}}
 
{{stub}}
  
Line 11: Line 11:
  
 
=== Changelog ===
 
=== Changelog ===
 +
{{changelog version|1.1|02-06-2016|* Fix for when Array.prototype is extended causing invalid values in the key of a for in loop.}}
 
{{changelog version|1.0|31-05-2016|* Release}}
 
{{changelog version|1.0|31-05-2016|* Release}}
 
{{changelog version|0.5|24-05-2016|* Pre-Release}}
 
{{changelog version|0.5|24-05-2016|* Pre-Release}}
 
{{changelog version|0.1|09-03-2016|* Created}}
 
{{changelog version|0.1|09-03-2016|* Created}}

Revision as of 17:13, 2 June 2016

API ScriptAuthor: TheWhiteWolves
Version: 1.1
Last Modified: 02-06-2016
Code: MapChange
Dependencies: {}
Conflicts: None


Provides an easy and user friendly way to move players between maps.

Changelog

v1.1 (02-06-2016)

  • Fix for when Array.prototype is extended causing invalid values in the key of a for in loop.


v1.0 (31-05-2016)

  • Release


v0.5 (24-05-2016)

  • Pre-Release


v0.1 (09-03-2016)

  • Created