Script:Fumbler
From Roll20 Wiki
Version: 0.1
Last Modified: 2017-07-01
Code: Fumbler
Dependencies: None
Conflicts: None
This script lets you quickly display a fumble result.
Contents |
Syntax
!fumble
!fumble <percent>
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.
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.
Planned Future Features
- Let users create and use their own fumble charts.
- Incorporate an actual die roll if the percent is not given.
Changelog
v0.1 (2017-01-05)
- Initial release