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:Flip Tokens"

From Roll20 Wiki

Jump to: navigation, search
m
Line 2: Line 2:
 
|name=Flip Tokens
 
|name=Flip Tokens
 
|author={{user profile|235259|Brian}}
 
|author={{user profile|235259|Brian}}
|version=2.1
+
|version=2.2
 
|dependencies={{api repository link|splitArgs}}
 
|dependencies={{api repository link|splitArgs}}
 
|lastmodified=2015-01-08}}
 
|lastmodified=2015-01-08}}
Line 25: Line 25:
  
 
=== Changelog ===
 
=== Changelog ===
 +
{{changelog version|2.2|2015-01-24|* [bugfix] no-arg crash}}
 
{{changelog version|2.1|2015-01-22|* Fixed transcription error}}
 
{{changelog version|2.1|2015-01-22|* Fixed transcription error}}
 
{{changelog version|2.0|2015-01-08|* Release}}
 
{{changelog version|2.0|2015-01-08|* Release}}

Revision as of 05:51, 25 January 2015

API ScriptAuthor: Brian
Version: 2.2
Last Modified: 2015-01-08
Code: Flip Tokens
Dependencies: splitArgs
Conflicts: None

Flip Tokens creates the API command !flip, which flips the selected graphics horizontally or vertically (or both).

Syntax

!flip [direction]
Formally:

S

→ !flip directionList


directionList

→ ε

directionList

→ horizontal directionList


directionList

→ vertical directionList


Parameter Values
direction The flip direction can be either horizontal or vertical. You can use any number of directions, which will be executed in order.

Changelog

v2.2 (2015-01-24)

  • [bugfix] no-arg crash


v2.1 (2015-01-22)

  • Fixed transcription error


v2.0 (2015-01-08)

  • Release