Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
20
nwn_dark_sun/at_findbscroll.nss
Normal file
20
nwn_dark_sun/at_findbscroll.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_findbscroll
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/21/2002 12:27:06 AM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(50, GetPCSpeaker());
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("scrollofbinding", GetPCSpeaker(), 1);
|
||||
{
|
||||
SetLocalInt(GetPCSpeaker(), "Hendel", 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user