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 "Scripts:WFRP4e"

From Roll20 Wiki

Jump to: navigation, search
(Syntax)
(Script Use)
Line 30: Line 30:
  
 
== Script Use ==
 
== Script Use ==
Use the !oops command to roll a result from the Oops! table, or the !oops 73 command to look up the result of a 73 on the Oops! table.  !critloc provides similar results for Critical Location, as do !crithead, !critbody, !critarm, and !critleg.
+
Type the !oops command into the chat to roll a result from the Oops! table, or the !oops 73 command to look up the result of a 73 on the Oops! table.  !critloc provides similar results for Critical Location, as do !crithead, !critbody, !critarm, and !critleg.
  
 
You may use the !help command is available in-game to provide this information to players to speed their use.
 
You may use the !help command is available in-game to provide this information to players to speed their use.

Revision as of 18:41, 19 February 2019

API ScriptAuthor: Seth W.
Version: 0.01
Last Modified: 2019-02-14
Code: WFRP4e
Dependencies: None
Conflicts: None


The WFRP4e Tools speed combat by allowing for quick computation and referencing results from Oops! events, as well as Critical Location and Result events.

Contents

Syntax

!help
!oops
!oops x
!critloc
!critloc x
!crithead
!crithead x
!critbody
!critbody x
!critarm
!critarm x
!critleg
!critleg x

Installation and Configuration

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

Type the !oops command into the chat to roll a result from the Oops! table, or the !oops 73 command to look up the result of a 73 on the Oops! table.  !critloc provides similar results for Critical Location, as do !crithead, !critbody, !critarm, and !critleg.

You may use the !help command is available in-game to provide this information to players to speed their use.

Changelog

v1.0 (2019-02-19)

  • Release