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