9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
void main()
|
|
{
|
|
object oPlayer = GetItemActivator();
|
|
object oItem = GetItemActivated();
|
|
|
|
if(GetTag (oItem) == "emotewand")
|
|
AssignCommand (oPlayer, ActionStartConversation (oPlayer, "mod_emote",FALSE,FALSE));
|
|
}
|