IETS - v0.5.1
    Preparing search index...

    Function PickPockets

    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 instructs the active creature to attempt to pickpocket the target. This action can be used for any creature (not just thieves) though success in pick pocketing is dependent on points in the Pickpocket skill. Note that a failed pickpocket attempt is treated as an attack, hence the Attacked() trigger will return true if a pickpocket attempt is failed.

       IF
         See([ANYONE])
         OR(2)
         Class(Myself,THIEF_ALL)
         Class(Myself,BARD_ALL)
       THEN
         RESPONSE #100
           PickPockets([ANYONE])
       END
      

      Parameters

      Returns Action