void main()
{
object oPC=GetLastUsedBy();

if (GetIsObjectValid(oPC))

 {
  ActionStartConversation(oPC,"");
 }

}