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

Script:Flip Tokens

From Roll20 Wiki

Revision as of 17:36, 22 January 2015 by Brian (Talk | contribs)

Jump to: navigation, search
API ScriptAuthor: Brian
Version: 2.1
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.1 (2015-01-22)

  • Fixed transcription error


v2.0 (2015-01-08)

  • Release