IETS - v0.5.1
    Preparing search index...

    Function ReputationInc

    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 alters the reputation by the specified value (which can be either negative or positive). The example script is from baldur.bcs.

       IF
         InParty("Viconia")
         Global("ViconiaJoinedParty","GLOBAL",0)
       THEN
         RESPONSE #100
           ReputationInc(-2)
           SetGlobal("ViconiaJoinedParty","GLOBAL",1)
       END
      

      Parameters

      • reputation: number

      Returns Action