Skip to content

Instantly share code, notes, and snippets.

View Villadelfia's full-sized avatar
🏳️‍🌈

Pandora Nova Villadelfia

🏳️‍🌈
View GitHub Profile
@Villadelfia
Villadelfia / pandora.lsl
Created September 6, 2023 21:02
Pandora's Renamer
#define REDIRECT_CHANNEL 1346195572
string name = "Pandora";
list filter = [
4, "shitting me", "kidding this one", "kidding Pandora",
4, "am I", "is this one", "is Pandora",
4, "I haven't", "this one hasn't", "Pandora hasn't",
4, "I have", "this one has", "Pandora has",
4, "I don't", "this one doesn't", "Pandora doesn't",
4, "I do", "this one does", "Pandora does",
@Villadelfia
Villadelfia / xe.js
Last active October 9, 2022 08:19
Currency Exchange
// Globals, utility functions. {{{
var titleStyleR = "font-family: Georgia; font-size: large; font-weight: normal"+
"; text-align: center; vertical-align: middle; padding: 5px 0px; margin-to"+
"p: 0.2em; border: 1px solid #000; border-radius: 10px 10px 0px 0px; color"+
": #FFF; background-color: #400;";
var titleStyleG = "font-family: Georgia; font-size: large; font-weight: normal"+
"; text-align: center; vertical-align: middle; padding: 5px 0px; margin-to"+
"p: 0.2em; border: 1px solid #000; border-radius: 10px 10px 0px 0px; color"+
": #FFF; background-color: #040;";
var titleStyleB = "font-family: Georgia; font-size: large; font-weight: normal"+
@Villadelfia
Villadelfia / lootpile.js
Last active May 10, 2018 13:11
Roll20 loot pile script w/ IsGM
// Globals, utility functions. {{{
var titleStyleR = "font-family: Georgia; font-size: large; font-weight: normal"+
"; text-align: center; vertical-align: middle; padding: 5px 0px; margin-to"+
"p: 0.2em; border: 1px solid #000; border-radius: 10px 10px 0px 0px; color"+
": #FFF; background-color: #400;";
var titleStyleG = "font-family: Georgia; font-size: large; font-weight: normal"+
"; text-align: center; vertical-align: middle; padding: 5px 0px; margin-to"+
"p: 0.2em; border: 1px solid #000; border-radius: 10px 10px 0px 0px; color"+
": #FFF; background-color: #040;";
var titleStyleB = "font-family: Georgia; font-size: large; font-weight: normal"+
@Villadelfia
Villadelfia / Auto_Combat.js
Last active August 29, 2015 14:04
roll20 combat tracker
/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
* Version 2, December 2004
*
* Copyright (C) 2014 Randy Thiemann <uselinuxnow@gmail.com>
*
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
* as the name is changed.
*
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE