12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastUsedBy();
|
||
|
|
||
|
if (GetIsObjectValid(oPC))
|
||
|
|
||
|
{
|
||
|
ActionStartConversation(oPC,"",TRUE,FALSE);
|
||
|
}
|
||
|
|
||
|
}
|