Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/at_poisonudath.nss
Normal file
9
nwn_dark_sun/at_poisonudath.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "nw_i0_generic"
|
||||
void main()
|
||||
{
|
||||
object oUdath = GetObjectByTag("cyclopsudath");
|
||||
// Set the faction to hate the player, then <span class="highlight">attack</span> the player
|
||||
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -100);
|
||||
DetermineCombatRound(GetPCSpeaker());
|
||||
DestroyObject(GetObjectByTag("cyclopsudath"), 1.0);
|
||||
}
|
Reference in New Issue
Block a user