Battledale_PRC8/_module/nss/ew_activate.nss

9 lines
222 B
Plaintext
Raw Permalink Normal View History

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