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