Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
11
nwn_dark_sun/enc_ds_start.nss
Normal file
11
nwn_dark_sun/enc_ds_start.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user