//::///////////////////////////////////////////////
//:: FileName aw_getwhorekey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/13/2003 12:52:07 AM
//:://////////////////////////////////////////////
void main()
{
	// Give the speaker the items
	CreateItemOnObject("awwhorekey", GetPCSpeaker(), 1);


	// Remove some gold from the player
	TakeGoldFromCreature(1000000, GetPCSpeaker(), TRUE);
}