So I tryed to make a simple text game.And I wanted to do Yes/No dialong I was trying to figure this out for 2 hours, but i didn't find any solution to my problem. I'm total beginner, so I don't know much about coding.
I was trying to achive it trough "bool" bot it wasnt the right option. Obviousli.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TEXTRPG
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Greetings, stranger.");
Console.ReadKey();
Console.WriteLine("I've came here to give you a quest.");
Console.ReadKey();
Console.WriteLine("Do you accept?");
//Yes/No
Console.ReadKey();