IETS - v0.5.1
    Preparing search index...

    Function SetGlobal

    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 sets a variable (specified by name) in the scope (specified by area) to the value (specified by value). See the variable type appendix for details on variables.

       IF
         Global("KRINAREA","AR0400",0)
       THEN
         RESPONSE #100
           CreateCreature("ORC01",[1738.543],0)
           SetGlobal("KRINAR EA","AR0400",1)
       END
      

      Parameters

      • name: string
      • scope: Scope
      • value: number

      Returns Action