IETS - v0.5.1
    Preparing search index...

    Function SetGlobalTimer

    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 global timer. The timer is checked by the GlobalTimerExpired trigger or GlobalTimerNotExpired trigger.

       IF
         GlobalTimerExpired("Areana","GLOBAL")
         !Exists("TorLobo")
         !Dead("TorLobo")
       THEN
         RESPONSE #100
           ActionOverride("Areana",DestroySelf())
           CreateCreature("TORLOB",[349.474],0)
       END
      

      Parameters

      Returns Action