Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/zep_arm_on_death.nss
Normal file
9
nwn_dark_sun/zep_arm_on_death.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
// Keep merchants and other armor stands from going hostile
|
||||
object oPC = GetLastAttacker();
|
||||
SetStandardFactionReputation(STANDARD_FACTION_MERCHANT, 50, oPC);
|
||||
|
||||
// Don't fade
|
||||
SetIsDestroyable(FALSE,FALSE,TRUE);
|
||||
}
|
Reference in New Issue
Block a user