IETS - v0.5.1
    Preparing search index...

    Function RunAwayFrom

    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 causes the active creature to run away from the specified creature, for the specified time. The time parameter is measured in AI updates, which default to 15 updates per second. Occasionally, fleeing creatures stop to attack another creature.

       IF
         HPPercentLT(Myself,30)
       THEN
         RESPONSE #100
           RunAwayFrom(LastAttackerOf(Myself),180)
       END
      

      Parameters

      Returns Action