Test_Code("town or forest")
Test_Code("ask or plaza")
Function Test_Code(testing as string)
console.writeline(testing)
return console.readline()
console.writeline("You wake up groaning softly, looking around you spot a forest behind you. In the faint distance you spot a small town in walking distance.")
Console.WriteLine("Do you want to head towards the town or the forest? (town/forest)")
return Console.ReadLine()
Console.WriteLine("As you arrive towards the town you can see how lively it is. Many people are walking around the market places, others are enjoying the music and day down in the plaza as children run around with each other.")
Console.writeline("Sadly, you could not par take in these events. You need to figure out what happened, but how should you start?")
Console.WriteLine("Do you want to ask someone nearby or go towards the plaza? (ask/plaza)")
return Console.ReadLine()
Console.WriteLine("After standing still for a bit considering you options you decide it's better to ask someone nearby. No need to waste time walking down to the town square and bother someone enjoying their day.")
Console.Writeline("While looking around for someone who didn't look too busy you end up stumbling into someone. You both apologize and start up a small conversation.")
Console.Writeline("He asks if you're new in town and invites you to join him at the tavern")
Console.writeline("Should you go with him? (yes/no)")
return Console.ReadLine()
Console.writeline("sddshfghagsfsgdfgsdhgfksgdhgfhskghfgshgahg")