10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
void main()
|
|
{
|
|
object oPlayer = GetItemActivator();
|
|
object oItem = GetItemActivated();
|
|
|
|
if(GetTag (oItem) == "EmoteWand")
|
|
AssignCommand (oPlayer, ActionStartConversation (oPlayer, "emotewand", TRUE));
|
|
}
|
|
|