Table of Contents

Method AddJournalQuestEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

categoryTag string

The tag of the Journal category (case-sensitive).

entryId int

The ID of the Journal entry.

allPartyMembers bool

If true, ControlledCreature entry is added to all players in the player's party.

allowOverrideHigher bool

If true, disables the default restriction that requires journal entry numbers to increase.