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
(Created page with "{{script overview |name=WFRP4e |author={{user profile|143288|Seth W.}} |version=0.01 |dependencies= |lastmodified=2019-02-14}} {{stub}} The WFRP4e Tools speed combat by allow...")
 
(Syntax)
Line 11: Line 11:
 
== Syntax ==
 
== Syntax ==
 
{{syntaxbox top|Example|nocat=true}}
 
{{syntaxbox top|Example|nocat=true}}
{{API command|!help}}<br>
+
{{API command|help}}<br>
{{API command|!oops}}<br>
+
{{API command|oops}}<br>
{{API command|!oops x}}<br>
+
{{API command|oops x}}<br>
{{API command|!critloc}}<br>
+
{{API command|critloc}}<br>
{{API command|!critloc x}}<br>
+
{{API command|critloc x}}<br>
{{API command|!crithead}}<br>
+
{{API command|crithead}}<br>
{{API command|!crithead x}}<br>
+
{{API command|crithead x}}<br>
{{API command|!critbody}}<br>
+
{{API command|critbody}}<br>
{{API command|!critbody x}}<br>
+
{{API command|critbody x}}<br>
{{API command|!critarm}}<br>
+
{{API command|critarm}}<br>
{{API command|!critarm x}}<br>
+
{{API command|critarm x}}<br>
{{API command|!critleg}}<br>
+
{{API command|critleg}}<br>
{{API command|!critleg x}}<br>
+
{{API command|critleg x}}<br>
 
{{syntaxbox end}}
 
{{syntaxbox end}}
  

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

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.

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