6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
void main()
|
|
{
|
|
object oUser = GetLastUsedBy();
|
|
AssignCommand(OBJECT_SELF, ActionStartConversation(oUser));
|
|
}
|