void main()
{

string x = "name";
object oPc = GetFirstPC();

BeginConversation(x, oPc);
}