RATDOG/_module/nss/at_091.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

20 lines
553 B
Plaintext

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