IETS - v0.5.1
    Preparing search index...

    Function DropItem

    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 drop the specified item at the specified location (relative to the active creature). The active creature must have the item to be dropped. Note that a coordinate of [-1.-1] will drop the item next to the active creature.

       IF
         Clicked([ANYONE])
         Range(LastTrigger,12)
       THEN
         RESPONSE #100
           DropItem("SCRL1B",[345.1210])
       END
      

      Parameters

      Returns Action