Difference between revisions of "Script:Fumbler"
From Roll20 Wiki
(Add wiki entry for Fumbler API script) |
Andreas J. (Talk | contribs) m |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{revdate}} | ||
+ | {{main|API:Script Index}} | ||
+ | |||
+ | '''Fumbler''' is a script that lets you quickly display a fumble result. | ||
{{script overview | {{script overview | ||
|name=Fumbler | |name=Fumbler | ||
Line 5: | Line 9: | ||
|lastmodified=2017-07-01 | |lastmodified=2017-07-01 | ||
|code=Fumbler}} | |code=Fumbler}} | ||
− | + | __TOC__ | |
− | + | ||
− | + | ||
== Syntax == | == Syntax == | ||
{{syntaxbox top|Example|nocat=true}} | {{syntaxbox top|Example|nocat=true}} | ||
Line 20: | Line 22: | ||
== Script Use == | == Script Use == | ||
− | To use simply type !fumble into the chat. A random percentage will be calculated and a result displayed. | + | To use simply type <code>!fumble</code> into the chat. A random percentage will be calculated and a result displayed. |
Example output:<br /> | Example output:<br /> | ||
Line 38: | Line 40: | ||
== Changelog == | == Changelog == | ||
{{changelog version|0.1|2017-01-05|* Initial release}} | {{changelog version|0.1|2017-01-05|* Initial release}} | ||
+ | |||
+ | [[Category:Combat/Initiative]] |
Latest revision as of 15:39, 11 January 2022
Page Updated: 2022-01-11 |
Main Page: API:Script Index
Fumbler is a script that lets you quickly display a fumble result.
Version: 0.1
Last Modified: 2017-07-01
Code: Fumbler
Dependencies: None
Conflicts: None
Contents |
[edit] Syntax
!fumble
!fumble <percent>
[edit] Installation and Configuration
Fumbler is now available as a one click install option under the Character section of Roll20's script drop down.
You can still copy the script's code, available from the menu on the right and stored at Roll20's API GitHub Repository. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.
[edit] Script Use
To use simply type !fumble
into the chat. A random percentage will be calculated and a result displayed.
Example output:
Fumbler: 6% Distracted
Roll DEX or fall down.
If you include a percentage amount after the !fumble command then that percentage will be used.
Example output for !fumble 90
Fumbler: 90% Complete Moron
Hit self. Critical hit.
[edit] Planned Future Features
- Let users create and use their own fumble charts.
- Incorporate an actual die roll if the percent is not given.
[edit] Changelog
v0.1 (2017-01-05)
- Initial release