
Prototype: GemRB.SetJournalEntry(strref[, section, chapter])

Description: Sets a journal journal entry w/ given chapter and section, if section was not given, then it will delete the entry. Chapter is optional, if it is omitted, then the current chapter will be used. If strref is -1, then it will delete the whole journal.

Parameters: strref - strref of the journal entry
            section - the section of the journal (only if the journal has sections)
            chapter - the chapter of the journal entry

Return value: NONE

See also: GetJournalEntry

