Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Skaeren on January 19, 2016, 02:53:34 AM

Title: Playmaker Calendar
Post by: Skaeren on January 19, 2016, 02:53:34 AM
I was wondering if anyone has made a playmaker Calendar? I am in need of one for an app I am making to use with Kingmaker, the kingdom management rules used in Pathfinder.
I have bought 2 of the 3 or 4 Calendar assets on the store, and while EasyCalendar can handle custom day names and month names, it does not store its data in a way that I can access through Playmaker, nor does it have a way to determine what the starting date is. It uses system time.
If anyone could help with this, it would be greatly appreciated!
Title: Re: Playmaker Calendar
Post by: Skaeren on January 21, 2016, 01:11:07 AM
anyone?
Title: Re: Playmaker Calendar
Post by: dudebxl on January 21, 2016, 07:54:09 AM
What might work is that you make the variables you need private -> public in the calendar script. I don't have this plugin but when i am working with scripts usually have to make the variables public to be able to access them.

Maybe this will help.