Tes3Mod:Journal

The UESPWiki – Your source for The Elder Scrolls since 1995

Jump to: navigation, search

Journal

                Journal, ID, Index

       Where:   ID      = Journal ID to add.
                Index   = Value of the journal entry to add.  Can be a literal value or also a
                          local or global short variable.

        Type:   Dialogue

     Returns:   none

     Example:   Journal, "A2_4_MiloGone", 10
                Journal, C3_DestroyDagoth, 50
                Journal, C3_DestroyDagoth, sSumValue            (use a variable value)

     Scripts:   amayaJournal
                AzuraEnd

Adds a journal entry to the player's journal using the given value to determine which entry to add. Generally the a single ID will refer to a single quest, with multiple index values to indicate various parts of the quest. The index starts low and ends high. For instance, 10 for the starting journal entry, 20 and 30 for two middle quest journal entries, and 50 for the last, end of quest, journal entry.

This is one of the few functions that can accept a variable for the index parametrr.

Sponsored Links
Personal tools