IETS - v0.5.1
    Preparing search index...

    Function FindTraps

    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 enter Detect Traps modal state. This action can be used for any creature (not just thieves) though success in detecting traps is dependent on points in the Find Traps skill.

       IF
         ActionListEmpty()
         !Exists([EVILCUTOFF])
         !ModalState( Myself,DETECTTRAPS)
         OR(2)
         !StateCheck(Myself,STATE_INVISIBLE)
         !StateChe ck(Myself,STATE_IMPROVEDINVISIBILITY)
       THEN
         RESPONSE #100
           FindTraps()
       END
      

      Returns Action