Difference between revisions of "Script:Flight"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
|||
(11 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{script overview | {{script overview | ||
|name=Flight | |name=Flight | ||
− | |author={{user profile|235259|Brian}} | + | |author={{user profile|235259|Brian}}, [[The Aaron]] |
− | |version= | + | |version=3.4 |
− | |lastmodified= | + | |lastmodified=2016-08-15 |
+ | |dependencies={{api repository link|splitArgs}}}} | ||
− | + | '''Flight''' creates the API command <code>!fly</code>, which sets statusmarkers on the selected tokens to represent how high they are flying. | |
<br clear="all"> | <br clear="all"> | ||
=== Syntax === | === Syntax === | ||
− | {{syntaxbox top|formal=true}} | + | {{syntaxbox top|formal=true|Flight}} |
{{API command|fly}} {{API parameter|name=height|optional=true}} | {{API command|fly}} {{API parameter|name=height|optional=true}} | ||
{{Formal API command| | {{Formal API command| | ||
Line 26: | Line 27: | ||
[[File:Flight_Example.jpg]] | [[File:Flight_Example.jpg]] | ||
+ | |||
+ | === Changelog === | ||
+ | {{changelog version|3.4|2016-08-15|* Restructured code to make adding commands (for imported scripts) easier for a non-coder.}} | ||
+ | {{changelog version|3.3|2016-03-09|* Update for one-click install}} | ||
+ | {{changelog version|3.2|2015-01-24|* [bugfix] no-arg crash}} | ||
+ | {{changelog version|3.1|2015-01-22|* Fixed transcription error}} | ||
+ | {{changelog version|3.0|2015-01-08|* Release}} |
Latest revision as of 20:57, 20 September 2021
API ScriptAuthor: Brian, The Aaron
Version: 3.4
Last Modified: 2016-08-15
Code: Flight
Dependencies: splitArgs
Conflicts: None
Version: 3.4
Last Modified: 2016-08-15
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.
[edit] 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). |
[edit] 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.
[edit] Changelog
v3.4 (2016-08-15)
- Restructured code to make adding commands (for imported scripts) easier for a non-coder.
v3.3 (2016-03-09)
- Update for one-click install
v3.2 (2015-01-24)
- [bugfix] no-arg crash
v3.1 (2015-01-22)
- Fixed transcription error
v3.0 (2015-01-08)
- Release