void main()
{


object oHeart;
oHeart = GetNearestObjectByTag("Smoke");
AssignCommand(oHeart,ActionSpeakString("Behold the fallen city of Clockshire.. what once as a brilliant city of Gnomes, now lies in ruins.. with no signs of life anywhere.", TALKVOLUME_TALK));

}