Fishy Calendar System

Version 1.0.0

Table of Contents

This plugin allows you to quickly and easily add a calendar system to your game using the plugin parameters.

This plugin requires the following plugins:

Fishy Day Night Cycle

Features:

  • The ability to set up months with names
  • The ability to set how many days are in a month
  • Save the current time in variables, 1 for the current day of the month and 1 for the current month of the year, and 1 for the current year
  • If the option to use real-world time is enabled in the base plugin, this plugin will also follow real-world time

How to set up:

  1. Install the required plugins
  2. Set up the month names
  3. Set up the variables you want to save the day, month, and year to

Script Calls

Use these script calls for whatever you want.

Fishy.calendarSystem.getDay()
returns the current day of the month.
Fishy.calendarSystem.getMonth()
returns the current month of the year.
Fishy.calendarSystem.getMonthText()
returns the name of the current month of the year.
Fishy.calendarSystem.getYear()
returns the current year.

Download

Changelog

1.0.0

  • Initial release