Hi Fallyrion, thanks again for taking the time to work on the calendar script, it's a much needed resource :) I had some time today to get it setup and tinker around with it a bit, but I do have a few questions when you have some time. Note: I have both the Advanced Calendar and ForgottenCalendar scripts enabled I used the Golarion calendar holiday code as a template for inputting a few of the Forgotten Realms holidays, but they aren't showing up when I call it using your command !cal see dd mm yyyy. The following is the holiday code in the ForgottenCalendar script in case I'm screwing something up. I'm also assuming that "1/1" = "dd/mm". holidays : {
"1/1" : [
{
name: "Seeing Justice",
area: "Tyr",
description: ""
},
{
name: "Thunder Blessing",
area: "Moradin",
description: ""
}
],
"10/1" : [
{
name: "Great Clang",
area: "Gaerdal",
description: ""
}
],
"1/2" : [
{
name: "Seeing Justice",
area: "Tyr",
description: ""
}
],
"1/3" : [
{
name: "Seeing Justice",
area: "Tyr",
description: ""
}
],
"1/4" : [
{
name: "Queen's Gambit",
area: "Red Knight",
description: ""
}
],
"1/5" : [
{
name: "Unwrapping",
area: "Geb",
description: ""
}
]
}
For daysOfTheWeek, I removed the numbers from the ForgottenCalendar script but it still shows up as "1", "2", "3", etc. Do I need to change something in the Advanced Calendar script as well? Is there a way to decrease the size of the season icon? If you need any further information please let me know, thanks!