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:Marching Order"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=MarchingOrder |author={{user profile|46544|Stephen Lindberg}} |version=2.0 |lastmodified=2015-03-15}} {{stub}} Makes tokens follow each other in some ...")
 
m
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{revdate}}
 +
{{main|API:Script Index}}
 
{{script overview
 
{{script overview
 
|name=MarchingOrder
 
|name=MarchingOrder
|author={{user profile|46544|Stephen Lindberg}}
+
|author=[[Ada Lindberg|Ada L.]]
 
|version=2.0
 
|version=2.0
|lastmodified=2015-03-15}}
+
|lastmodified=2020-04-03}}
 
{{stub}}
 
{{stub}}
  
Makes tokens follow each other in some specified order.
+
Makes [[tokens]] follow each other in some specified order. See {{repo|Roll20/roll20-api-scripts/tree/master/MarchingOrder#marching-order Readme}} for full details.
 +
 
 +
 
 +
* {{forum|permalink/8339585/ Marching tokens v.3.0}} - March 2020
 
<br clear="all">
 
<br clear="all">
  
 
=== Changelog ===
 
=== Changelog ===
 +
{{changelog version|3.1|2020-04-03|{{repo|Roll20/roll20-api-scripts/pull/924 PR}}
 +
* Added button for creating ad-hoc formations that aren't saved.
 +
* Added button for making one token follow another at some set distance as an ad-hoc formation.
 +
* Reorganized the menu a little bit.
 +
* Formations will only look for their tokens on the objects layer when they are applied.
 +
}}
 +
{{changelog version|3.0|2020-03-29|{{repo|Roll20/roll20-api-scripts/pull/920 PR}}
 +
* Changed the whole paradigm for the script.
 +
** The script has been reworked entirely. Marching orders now work based upon formations formed when you tell a group of tokens to follow a leader.
 +
** You can now save multiple formations and load them up to be used later.
 +
* This all results in much smoother movement for tokens following behind one another, and it also allows the tokens to be grouped in arbitrary rows behind the leader.
 +
}}
 +
{{changelog version|2.4|2019-12-01|{{repo|Roll20/roll20-api-scripts/pull/882 PR}}
 +
* Refactored script to have a modular source tree with Grunt build support.}}
 
{{changelog version|2.0|2015-03-15|* Release}}
 
{{changelog version|2.0|2015-03-15|* Release}}

Latest revision as of 09:22, 23 June 2022

Main Page: API:Script Index

API ScriptAuthor: Ada L.
Version: 2.0
Last Modified: 2020-04-03
Code: MarchingOrder
Dependencies: None
Conflicts: None


Makes tokens follow each other in some specified order. See Readme for full details.



[edit] Changelog

v3.1 (2020-04-03) PR

  • Added button for creating ad-hoc formations that aren't saved.
  • Added button for making one token follow another at some set distance as an ad-hoc formation.
  • Reorganized the menu a little bit.
  • Formations will only look for their tokens on the objects layer when they are applied.


v3.0 (2020-03-29) PR

  • Changed the whole paradigm for the script.
    • The script has been reworked entirely. Marching orders now work based upon formations formed when you tell a group of tokens to follow a leader.
    • You can now save multiple formations and load them up to be used later.
  • This all results in much smoother movement for tokens following behind one another, and it also allows the tokens to be grouped in arbitrary rows behind the leader.


v2.4 (2019-12-01) PR

  • Refactored script to have a modular source tree with Grunt build support.


v2.0 (2015-03-15)

  • Release