Skip to content

Instantly share code, notes, and snippets.

View LewisMcMahon's full-sized avatar

Lewis McMahon LewisMcMahon

View GitHub Profile
@LewisMcMahon
LewisMcMahon / gist:54c942095791635488ff
Last active August 29, 2015 14:06 — forked from DarokinB/gist:5826648
Roll20 Auto Initiative for Shadowrun E4
var Combat_Begins = Combat_Begins || {};
Combat_Begins.statName = new Array ("Dex"); //Stats to be added to roll, commas between values
Combat_Begins.rollValue = 20; //rolling 1d20, change if you roll 1dXX
Combat_Begins.sendChat = true; //True if you want the chat log to show their results
Combat_Begins.includeChars = true; //set false if you want to roll for players
//If you want players to roll, make this a global macro (add other stats as needed):
// @{selected|token_name} rolls a [[ 1d20 + @{selected|Dex} &{tracker} ]] for initiative!