7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
void main()
|
|
{
|
|
object oPlayer = GetItemActivator();
|
|
|
|
AssignCommand (oPlayer, ActionStartConversation (oPlayer, "emotewand", TRUE));
|
|
}
|