Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
13
nwn_dark_sun/ar_i0_startport.nss
Normal file
13
nwn_dark_sun/ar_i0_startport.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oUser = GetLastUsedBy();
|
||||
if (GetHitDice(oUser) <= 2)
|
||||
{
|
||||
RewardPartyXP(3000, oUser, FALSE);
|
||||
}
|
||||
|
||||
else if (GetHitDice(oUser) >= 3)
|
||||
AssignCommand(OBJECT_SELF, ActionStartConversation(oUser));
|
||||
}
|
Reference in New Issue
Block a user