Console.WriteLine("I am lonleyBot")
Console.WriteLine("You can chat to me if your bored!")
Console.WriteLine("What's your name?")
answer = Console.ReadLine()
Console.WriteLine("Hi " & answer &"")
Console.WriteLine("Are you lonely?")
answer = Console.ReadLine()
Console.WriteLine("Well, you can talk to me!")
Console.WriteLine("i dont know why your here then...")
Console.WriteLine("Do you like to play games?")
answer = Console.ReadLine()
Console.WriteLine("cool")
Console.WriteLine("well... you might not enjoy this :(")
Console.WriteLine("Let's play a game then!")
Console.WriteLine("You are walking down a crumbling stone path in the middle of a forest")
Console.WriteLine("You come to a turning")
Console.WriteLine("Do you turn Left or right?")
answer = Console.ReadLine()
Console.WriteLine("You narrowly avoided a hungry pack of wolves...")
Console.WriteLine("You ran into a hungry pack of wolves, you sustained heavy damage and later died...")