IETS - v0.5.1
    Preparing search index...

    Function AddJournalEntry

    BG2 barrel re-exports.

    Generated by ts-update. Do not edit manually.

    Uses named re-exports (not export *) so esbuild can statically resolve each binding without falling back to runtime __reExport helpers for externalized .d.ts modules.

    • This action adds an entry into the journal. The entry parameter is the strref to add, and the JourType is the type of entry (i.e. the location within the journal to add the entry to) - values are from [jourtype.ids]({{ ids }}/jourtype.htm). The example script is from ar0511.bcs.

       IF
         Dead("JanGith1")
         Dead("JanGith2")
         Global("ThumbSeeker","GLOBAL",2)
         Global("HiddenJournal","AR0511",0)
       THEN
         RESPONSE #100
           SetGlobal("HiddenJournal","AR0511",1)
           AddJournalEntry(34726,QUEST)
       END
      

      Parameters

      Returns Action