IETS - v0.5.1
    Preparing search index...

    Function GivePartyGold

    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 specified amount of gold to the party. The active creature must have the gold in its "money variable".

       IF
         G("KRGIVEGOLD",0)
       THEN
         RESPONSE #100
           GivePartyGold(500)
           SG("KRGIVEGOLD",1)
       END
      

      Parameters

      • amount: number

      Returns Action