Skip to main content

Journals

Journals represent notes that can be added to the player's journal. They are intended to be used for questlines, to guide the player and help them remember details, though the feature is not technically limited to that.

One journal asset represents an evolving narrative through multiple text entries. Only one text entry can be presented to the player at any one time: if you update the journal to a different entry, the old one disappears.

Properties

The following properties are available when editing Journal assets:

PropertyDescription
Quest SummaryTitle of the journal. Displayed above the active journal entry.
Asset GUIDUnique ID number of the asset. For advanced users.
Entries ListThe list of all entries that make up this journal. You can have any number of entries per journal, though only one is active at a time.
Entry IDA number that identifies this entry or 'stage'. When updating the journal, you use this ID to tell the game which entry to show.
Entry TextThe text contents of the selected entry, as it will be shown to the player.

Showing journals

Given a Journal asset named 'MyQuest', you would use it like so:

-- Add or update a journal to a specific stage (10)
Update Quest 'MyQuest' to Stage 10

-- Remove the journal from the Character Sheet
Remove Quest 'MyQuest'

When changing the current stage of a particular journal - whether or not it was already in the Character Sheet - only the last-set stage will take effect. So only one entry will be shown per journal asset.