IETS - v0.5.1
    Preparing search index...

    Function VerbalConstant

    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 plays a sound linked to the object.

       IF
         Delay(2)
         HPPercentLT(Myself,35)
       THEN
         RESPONSE #95
           Shout(HURT)
           Continue()
         RESPONSE #5
           VerbalConstant(Myself,HURT)
           Shout(HURT)
           Continue()
       END
      

      Parameters

      Returns Action