void main() { object oPC = GetLastUsedBy(); if (!GetIsPC(oPC)) return; if (GetItemPossessedBy(oPC, "BlackDiamond")== OBJECT_INVALID) return; object oTarget; oTarget = GetObjectByTag("RallStatue_Plot"); AssignCommand(oTarget, ActionStartConversation(oPC, "")); }