Difference between revisions of "Script:MapChange"
From Roll20 Wiki
Jonathan S. (Talk | contribs) |
Jonathan S. (Talk | contribs) |
||
Line 2: | Line 2: | ||
|name=MapChange | |name=MapChange | ||
|author={{user profile|1043|TheWhiteWolves}} | |author={{user profile|1043|TheWhiteWolves}} | ||
− | |version=1. | + | |version=1.1 |
|dependencies={} | |dependencies={} | ||
− | |lastmodified= | + | |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
Version: 1.1
Last Modified: 02-06-2016
Code: MapChange
Dependencies: {}
Conflicts: None
This article is a stub. |
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