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

Difference between revisions of "Script:Fumbler"

From Roll20 Wiki

Jump to: navigation, search
m (1223200 moved page Script: Fumbler to Script:Fumbler)
m
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__
This script lets you quickly display a fumble result.
+
 
+
 
== 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 />

Revision as of 15:19, 23 October 2021

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