Scripts:WFRP4e
From Roll20 Wiki
Version: 0.01
Last Modified: 2019-02-14
Code: WFRP4e
Dependencies: None
Conflicts: None
This article is a stub. |
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