void main() { object oPC = GetItemActivator(); object oTarget = GetItemActivatedTarget(); object oItem = GetItemActivated(); location Llocation = GetLocation(oPC); string sTag = GetTag(oItem); AssignCommand(oPC, ActionStartConversation(oPC, sTag, TRUE,FALSE)); }