RATDOG/_module/nss/at_091.nss

20 lines
553 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_091
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/23/2005 6:38:13 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(200, GetPCSpeaker());
// Give the speaker the items
CreateItemOnObject("bloodydrowfinger", GetPCSpeaker(), 1);
CreateItemOnObject("grezneckteleport", GetPCSpeaker(), 1);
}