//::///////////////////////////////////////////////
//:: FileName farmer_give_item
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/8/2003 11:40:18 PM
//:://////////////////////////////////////////////
void main()
{
	// Give the speaker the items
	CreateItemOnObject("farmersbrooch", GetPCSpeaker(), 1);

}