PWE_PRC8/_module/nss/emote_activate.nss

10 lines
247 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPlayer = GetItemActivator();
object oItem = GetItemActivated();
if(GetTag (oItem) == "EmoteWand")
AssignCommand (oPlayer, ActionStartConversation (oPlayer, "emotewand", TRUE));
}