IETS - v0.5.1
    Preparing search index...

    Function IncrementChapter

    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 is used to increment the chapter, and display a text screen (specified by the resref parameter - a 2DA file). The example script is from ar1803.bcs.

       IF
         Dead("Davaeorn")
         Global("Chapter","GLOBAL",4)
       THEN
         RESPONSE #100
           RevealAreaOnMap("AR0900")
           IncrementChapter("Chptxt5")
           AddJournalEntry(15839,USER)
       END
      

      Parameters

      • resref: string

      Returns Action