-
Notifications
You must be signed in to change notification settings - Fork 0
SetLogbook.js
kyleady edited this page Jan 31, 2018
·
1 revision
Allows the GM to change where LogEvent.js will write Events. This allows you to keep separate histories for different planets, factions, or plots without having to cram them all into one document.
!log = <custom_title> (GM only)
Will set INQCalendar to write future events in "custom_title - Calendar" and past events in "custom_title - Logbook".
If the title is empty or is the word default, it will reset INQCalendar to write future events in "Calendar" and past events in "Logbook".
The Roll20 state is not used to keep track of your custom title. This is intentional so that your INQCalendar target will reset to the default each time you start a new session.