7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
ActionStartConversation(oPC);
|
|
}
|
|
|