void main() { object oPlayer = GetItemActivator(); object oItem = GetItemActivated(); if(GetTag (oItem) == "EmoteWand") AssignCommand (oPlayer, ActionStartConversation (oPlayer, "emotewand", TRUE)); // object oPlayer = GetItemActivator(); // object oItem = GetItemActivated(); if(GetTag (oItem) == "leadercrystal") AssignCommand (oPlayer, ActionStartConversation (oPlayer, "leadercrystal", TRUE)); }