IETS - v0.5.1
    Preparing search index...

    Function GiveGoldForce

    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 need not have the gold in its "money variable". A negative amount will remove gold from the active creature.

       IF
         NumTimesTalkedTo(30)
       THEN
         RESPONSE #100
           SetNumTimesTalkedTo(31)
           GiveGoldForce(300)
       END
      

      Parameters

      • amount: number

      Returns Action