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