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