IETS - v0.5.1
    Preparing search index...

    Function ChangeRace

    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 changes the race of the target creature to the specified value. Values are from [race.ids]({{ ids }}/race.htm).

       IF
         Global"KR_RACE_CHANGE","LOCALS",0)
       THEN
         RESPONSE #100
           SetGlobal"KR_RACE_CHANGE","LOCALS",1)
           ChangeRace(Myself,DRAGON)
       END
      

      Parameters

      Returns Action