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