IETS - v0.5.1
    Preparing search index...

    Function ProtectObject

    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 protect the specified creature (i.e. attack any enemies of the creature), while staying within the specified range. The example script is from IWD, 4003bsg.bcs and controls the zombies guarding Presio.(4003BSG.bcs).

       IF
         True()
       THEN
         RESPONSE #100
           ProtectObject("Presio",100)
       END
      

      Parameters

      Returns Action