IETS - v0.5.1
    Preparing search index...

    Function GivePartyGoldGlobal

    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 gives the party a sum of gold corresponding to the given global variable. The gold amount is deducted from the active creature. The example script will give the party 50gp.

       IF
         Global("Cash","GLOBAL",50)
       THEN
         RESPONSE #100
           GivePartyGoldGlobal("Cash","GLOBAL")
       END
      

      Parameters

      Returns Action