Difference between revisions of "Script:Flight"
From Roll20 Wiki
(→Changelog) |
m |
||
Line 2: | Line 2: | ||
|name=Flight | |name=Flight | ||
|author={{user profile|235259|Brian}} | |author={{user profile|235259|Brian}} | ||
− | |version=3. | + | |version=3.1 |
|lastmodified=2015-01-08 | |lastmodified=2015-01-08 | ||
|dependencies={{api repository link|splitArgs}}}} | |dependencies={{api repository link|splitArgs}}}} |
Revision as of 17:36, 22 January 2015
API ScriptAuthor: Brian
Version: 3.1
Last Modified: 2015-01-08
Code: Flight
Dependencies: splitArgs
Conflicts: None
Version: 3.1
Last Modified: 2015-01-08
Code: Flight
Dependencies: splitArgs
Conflicts: None
Flight creates the API command !fly
, which sets statusmarkers on the selected tokens to represent how high they are flying.
Syntax
!fly [height]Formally:
S
→ !flyheight
height
→ ε
height
→ integer
Parameter | Values |
---|---|
height | Optional. Set the height of the selected token(s). If this parameter is 0, negative, or omitted, the flight value will be removed from the token(s). |
Notes
Numbers with multiple digits will create multiple wing statusmarkers, one for each digit. Zero digits (for example, the tens digit of "205") will show up as a wing statusmarker with no number.
Changelog
v3.1 (2015-01-22)
- Fixed transcription error
v3.0 (2015-01-08)
- Release