void main() { object oTarget; object oPC = GetClickingObject(); if (!GetIsPC(oPC)) return; oTarget = GetObjectByTag("tendtothouse"); AssignCommand(oTarget, ActionStartConversation(oPC, "tendtothouse")); }