Skip to content

Instantly share code, notes, and snippets.

View Heilemann's full-sized avatar
🥃
"You've always been the caretaker..."

Michael Heilemann Heilemann

🥃
"You've always been the caretaker..."
View GitHub Profile
@BaldarSilveraxe
BaldarSilveraxe / Process_Chronos_Main
Last active December 30, 2015 05:09
Roll20 Calendar and weather scpits
//API:Events:ChatMessage:processAPIswitch:Chronos:add**********************************************
roll20API.processAPIaddChronos = function() {
//Add Chronos sheet if needed
if(findObjs({ _type: "character", name: "GM_Chronos" }).length == 0){
createObj("character", {
name: "GM_Chronos",
bio: "Text Here"
});
GM_ChronosObject = findObjs({ _type: "character", name: "GM_Chronos" })
/*
* Customize Footnotify on your site by adding custom css.
*
* This file is NOT loaded by the script and must be
* implemented on the site in order to apply.
*
* More info: https://gist.github.com/1046538
*
*/