Table of Contents

Method AddCustomJournalEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddCustomJournalEntry(JournalEntry, bool)

Adds/updates a journal entry.

public int AddCustomJournalEntry(JournalEntry entryData, bool silentUpdate = false)

Parameters

entryData JournalEntry

The new/updated journal entry.

silentUpdate bool

false = Notify player via sound effects and feedback message, true = Suppress sound effects and feedback message

Returns

int

A positive number to indicate the new amount of journal entries on the player, -1 on an error.