IETS - v0.5.1
    Preparing search index...

    Function JoinParty

    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 the active creature to the party. If the party is currently full the 'select party members' dialog is shown. JoinParty clears the ActionQueue of the active creature.

       IF
         See([PC])
         Global("KRJOINPARTY","GLOBAL",0)
       THEN
         RESPONSE #100
           JoinParty()
       END
      

      Returns Action