Table of Contents

Method AddJournalQuestEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddJournalQuestEntry(string, int, bool)

Adds an entry to the journal of all players in the module.
See AddJournalQuestEntry(string, int, bool, bool) to add a journal entry to a specific player/party.

public void AddJournalQuestEntry(string categoryTag, int entryId, bool allowOverrideHigher = false)

Parameters

categoryTag string

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

entryId int

The ID of the Journal entry.

allowOverrideHigher bool

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