IETS - v0.5.1
    Preparing search index...

    Function CloseDoor

    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 closes the specified door. The example script is from ar0300.bcs.

       IF
         OR(2)
         Global("LyrosJob","GLOBAL",3)
         Dead("lyros")
         Exists("Rylock")
         Global("RylockLeavesHarperDoor","AR0300",0)
       THEN
         RESPONSE #100
           SetGlobal("RylockLeavesHarperDoor","AR0300",1)
           CloseDoor("DOOR0308")
           Lock("DOOR0308")
           ActionOverride("Rylock",EscapeArea())
       END
      

      Parameters

      Returns Action