Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
16
nwn_dark_sun/at_give100xp.nss
Normal file
16
nwn_dark_sun/at_give100xp.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_give500xp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 10/17/2002 2:12:38 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
RewardPartyXP(100, oPC, TRUE);
|
||||
|
||||
}
|
Reference in New Issue
Block a user