void main()
{


object oHeart;
oHeart = GetNearestObjectByTag("StenchofDeath");
AssignCommand(oHeart,ActionSpeakString("The stench of death is nearly unbearable", TALKVOLUME_TALK));

}