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 "Useful Macros"

From Roll20 Wiki

Jump to: navigation, search
(D20 Based Systems)
(added Shadowrun macro)
Line 50: Line 50:
 
-by Phnord Prephect--[[User:186177|186177]] ([[User talk:186177|talk]]) 19:15, 18 December 2013 (EST)
 
-by Phnord Prephect--[[User:186177|186177]] ([[User talk:186177|talk]]) 19:15, 18 December 2013 (EST)
  
 
+
=== Shadowrun v4/v5 (D6 based) ===
 
+
<br />
 
+
Generic roll that asks player / gm how many dice to throw to determine hits:
 +
<br /><br />
 +
/r ?{Modifier|0}d6>5
 +
<br /><br />
 +
Add as a macro and enable "in bar" so that the shortcut shows up below the player profiles.
 +
<br /><br />
 +
--[[User:110534|110534]] ([[User talk:110534|talk]]) 06:27, 7 February 2014 (EST)
  
  

Revision as of 11:27, 7 February 2014

Contents

Useful Macros for Players

Work in progress (use for general systems only, if system specific add to that page!)

D20 Based Systems

Generic Roller:

"20": /me rolls a [[1d20+?{modifier|0}]] for ?{reason|no reason}.

When clicked, this macro will prompt the user to enter a number, which represents the skill modifier to be added to a d20 roll.
Then it will ask the user to explain why this die was rolled.

For example, if the player is making a SWIM check with a swimming skill of 4, they'd type 4, enter, swimming, enter.
The results will look something like:

Phnord rolls a 17 for swimming!

If the user enters nothing for both prompts, the results will look something like:

Phnord rolls a 13 for no reason!

-Phnord Prephect--Phnord P. (talk) 21:01, 18 December 2013 (EST)

Useful Macros for GMs

Work in progress (use for general systems only, if system specific add to that page!)

Initiative roller for d20 systems:

For GM-Controlled Tokens:
"GM INIT": /emas @{selected|token_name} rolls a [[1d20+?{modifier|0}&{tracker}]] for initiative!

Make sure to select "Token Action" before saving!

For GM use only; see below for players.
To use, select the token. Hit the button (GM INIT). When prompted, enter the total initiative modifier for the token. Token will automatically be added to turn order.


For Player-Controlled Tokens:
"Initiative": @{selected|token_name} rolls a [[1d20+@{selected|initiative}&{tracker}]] for initiative!

Make sure to select "Token Action" before saving!
Make sure to select "Visible to Players: All Players" before saving!

For Player Use:
To use, have an Attribute in Journal Entry linked to that token called 'initiative', which represents that characters total initiative modifier. Select token, hit the button "Initiative". Token will automatically be added to turn order.

-by Phnord Prephect--Phnord P. (talk) 19:15, 18 December 2013 (EST)

Shadowrun v4/v5 (D6 based)


Generic roll that asks player / gm how many dice to throw to determine hits:

/r ?{Modifier|0}d6>5

Add as a macro and enable "in bar" so that the shortcut shows up below the player profiles.

--Moritz J. (talk) 06:27, 7 February 2014 (EST)