8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
|
|
//Start a private conversation with the PC..
|
|
ActionStartConversation(oPC, "",TRUE);
|
|
}
|