Skip to content

Instantly share code, notes, and snippets.

var markdown = markdown || (() => {
const version = '1.0.9';
const lastUpdate = 1578236090;
const checkInstall = () => {
log('-=> markdown v'+version+' <=- ['+(new Date(lastUpdate*1000))+']');
};
@vicberg
vicberg / roll20-audio-master-2.0.js
Last active September 12, 2020 05:34
Roll20 Audio Master v.2.0
/*
Roll20AM script:
Author: Berg V.
Contact: https://app.roll20.net/users/3135709/victor b
Thanks to: The Aaron, Arcane Scriptomancer and Stephen S. for their help Alpha and Beta Testing this script. Recent modifications by Victor B.
*/
var Roll20AM = Roll20AM || (function() {
'use strict';