20 lines
553 B
Plaintext
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);
|
|
|
|
}
|