-
Notifications
You must be signed in to change notification settings - Fork 0
LogEvent.js
kyleady edited this page Jan 31, 2018
·
2 revisions
Allows the GM to use the INQTime.js system to keep a record of events that have happened, that will happen, and that will repeatedly happen.
![gm] log <event_description> [@ <specific_date>] [+ added_time_period] [- subtracted_time_period] [% repeated_time_period] (GM only)
- gm - Indicates that the event should be logged in the GM Notes where players cannot see the event.
- event_description - This is the text that will be logged.
- specific_date - The date of the event. If no date is specified, it will use the current date.
- added_time_period - The amount of time after the date (specific_date or current_date).
- subtracted_time_period - The amount of time before the date (specific_date or current_date).
- repeated_time_period - The amount of time before this event happens again.
If the event took place in the past, it will be recorded in the Roll20 Handout named Logbook. If the event took place in the future, it will be recorded in the Roll20 Handout named Calendar.
For the format of dates and time periods, see INQCalendar.js.toObj.js.