IETS - v0.5.1
    Preparing search index...

    Function AddExperiencePartyGlobal

    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 experience to the party, with the amount corresponding to a global variable.

       IF
         Global("MyXP","GLOBAL",0)
       THEN
         RESPONSE #100
           SetGlobal("MyXP","GLOBAL",50)
           AddExperiencePartyGlobal("MyXP","GLOBAL")
       END
      

      Parameters

      Returns Action