RATDOG/_module/nss/at_115.nss

23 lines
637 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_115
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/24/2005 9:08:28 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
GiveGoldToCreature(GetPCSpeaker(), 10000);
// Give the speaker some XP
RewardPartyXP(1000, GetPCSpeaker());
// Give the speaker the items
CreateItemOnObject("item049", GetPCSpeaker(), 1);
CreateItemOnObject("staffoffire", GetPCSpeaker(), 1);
}