Skip to content

TimeDiff.js

kyleady edited this page Jan 31, 2018 · 1 revision

Purpose

The Warhammer 40k calendar system is not natural to most players. This API Command allows players to ask how much time between now and another date. The output will be in a much more understandable format of years, weeks, and days.

Usage

!time ? <target_date> (Players and GM)

If the date is in the future, it will whisper the number of years, weeks, and days until that date to the user.

If the date is in the past, it will whisper the number of years, weeks, and days since that date to the user.

If the date is the current date, it will whisper that no time has passed to the user.

For the format of dates, see INQCalendar.js.toObj.js.

Clone this wiki locally