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:Fumbler

From Roll20 Wiki

(Redirected from Script: Fumbler)
Jump to: navigation, search

Main Page: API:Script Index

Fumbler is a script that lets you quickly display a fumble result.

API ScriptAuthor: RyanNerd
Version: 0.1
Last Modified: 2017-07-01
Code: Fumbler
Dependencies: None
Conflicts: None

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