NWNDS/nwn_dark_sun/at_findbscroll.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

21 lines
558 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}
}