IETS - v0.5.1
    Preparing search index...

    Function Hide

    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 Hide in Shadows. This action can be used for any creature (not just thieves) though success in hiding is dependent on points in the Stealth skill. A hidden creature is treated as STATE_INVISIBLE.

       IF
         !See([EVILCUTOFF])
         OR(2)
         !StateCheck(Myself,STATE_INVISIBLE)
         !StateCheck(Myself,STATE_IMPROVEDINVISIBLITY)
       THEN
         RESPONSE #100
           Hide()
       END
      

      Returns Action