10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
|
|
void main()
|
|
{
|
|
object oItem = GetItemActivated();
|
|
object oPC = GetItemActivator();
|
|
|
|
AssignCommand( oPC, ActionStartConversation( oPC, "mod_emote", TRUE, FALSE));
|
|
|
|
}
|