void main() { object oPlayer = GetItemActivator(); object oItem = GetItemActivated(); if(GetTag (oItem) == "emotewand") AssignCommand (oPlayer, ActionStartConversation (oPlayer, "mod_emote",FALSE,FALSE)); }