function talk() : integer;

begin

  showmessage('삶이 무료하구나~~~, 게임좀 추천해봐~');

  result := 0;

end;