NWNDS/nwnds_module/enc_ds_start.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

12 lines
297 B
Plaintext

void main()
{
//added to enable defiling aura on NPC's
object oEntering = GetEnteringObject();
object oArea = GetArea(oEntering);
SetLocalInt(oArea, "X2_L_WILD_MAGIC", 1);
object oSpawner = GetObjectByTag("re_x1x2x3x5t0");
SetLocalInt(oSpawner, "re_bFirstRun", FALSE);
}