Console.WriteLine("You encounter Froggit")
Console.WriteLine("Fight Act Item Mercy")
action = Console.Readline()
loop until action = "fight" or action = "mercy" or action = "act" or action = "item"
Console.WriteLine("Froggit died and faded into dust")
Console.WriteLine("You won")
Console.WriteLine("You earned 1 EXP and 5 gold")
Console.WriteLine("You monster")
Console.WriteLine("*Spare")
Console.WriteLine("*Flee")
mercy_act = Console.ReadLine()
Console.WriteLine("You won")
Console.WriteLine("You earned 0 EXP and 0 gold")
else if mercy_act = "flee"
Console.WriteLine("Escaped")
Console.writeLine("UNDER PROGRESS, SORRY FOR THE INCONVENIENCE")