Method AddJournalQuestEntry
AddJournalQuestEntry(string, int, bool, bool)
Adds an entry to the player's journal.
public void AddJournalQuestEntry(string categoryTag, int entryId, bool allPartyMembers = true, bool allowOverrideHigher = false)
Parameters
categoryTagstringThe tag of the Journal category (case-sensitive).
entryIdintThe ID of the Journal entry.
allPartyMembersboolIf true, ControlledCreature entry is added to all players in the player's party.
allowOverrideHigherboolIf true, disables the default restriction that requires journal entry numbers to increase.