Skip to main content

Quest Journal

These functions can be used to manipulate the player's quest log or 'journal', shown on the character sheet.

Journal.Update
quest
stage
  • quest (string) - the asset name of the Journal to update
  • stage (number) - the stage number to set this Journal to
Sets the specified quest to the specified stage number (as preconfigured in the Journal asset), and updates the journal list. If the quest was not yet in the player's journal, it will be added.
Journal.Close
quest
  • quest (string) - the asset name of the Journal to remove
Removes a quest from the player's journal.