if ask_question("You encounter a DANGEROUS SNAKE, having no choice but to battle. How will you fight? (Magic = 1, Brawl = 2)") _
if ask_question("Which spell will you use? (Amphibian Spell = 1, Element Spell = 2)") = "1" then
Console.WriteLine("You use the Amphibian Spell. You've turned yourself into a frog. You are unable to battle.")
Console.WriteLine("GAME OVER")
Console.WriteLine("You use the Element Spell. With a mixture of fire and earth, you are able to attack the DANGEROUS SNAKE.")
Console.WriteLine("The DANGEROUS SNAKE has been defeated.")
Console.WriteLine("YOU WIN!")
if How_to_brawl() = "1" then
Console.WriteLine("You fight with all your energy, however it is not enough to defeat the DANGEROUS SNAKE. You run out of energy.")
Console.WriteLine("GAME OVER")
Console.WriteLine("You fight in a smooth style. The DANGEROUS SNAKE has been distracted by your style, getting hit by your attacks.")
Console.WriteLine("The DANGEROUS SNAKE has been defeated.")
Console.WriteLine("YOU WIN!")
Function ask_question(question as String)
Console.WriteLine((question))
Console.WriteLine("You hold your fists up, ready to brawl it out. How will you fight? (With Style = 1, All Out = 2)")
return Console.ReadLine()
Console.WriteLine(" ,/ *")
Console.WriteLine(" _,'/_ |")
Console.WriteLine(" `('') ,'/ ")
Console.WriteLine(" _ _,-H-./ /")
Console.WriteLine(" \_\_\. /")
Console.WriteLine(" )' | (")
Console.WriteLine(" __/ H \__")
Console.WriteLine(" ,--.--._")
Console.WriteLine("-----/ _, \___)")
Console.WriteLine(" / _/____)")
Console.WriteLine(" \//(____)")
Console.WriteLine("------\ (__)")
Console.WriteLine(" `-----'")
Console.WriteLine(" __ ___.--'_`.")
Console.WriteLine(" ( _`.'. - 'o` )")
Console.WriteLine(" _\.'_' _.-' ")
Console.WriteLine("( \`. ) //\` ")
Console.WriteLine(" \_`-'`---'\\__, ")
Console.WriteLine(" {00}")
Console.WriteLine(" \__/")
Console.WriteLine(" /^/")
Console.WriteLine(" ( (")
Console.WriteLine(" \_\_____")
Console.WriteLine(" (_______)")
Console.WriteLine(" (_________()Oo")
Console.WriteLine(" {òó}")
Console.WriteLine(" \__/")
Console.WriteLine(" /^/")
Console.WriteLine(" ( (")
Console.WriteLine(" \_\_____")
Console.WriteLine(" (_______)")
Console.WriteLine(" (_________()Oo")
Console.WriteLine("\(•_•)")
Console.WriteLine(" ( (>")
Console.WriteLine(" / \")
Console.WriteLine(" ) \")
Console.WriteLine("/ ) (")
Console.WriteLine("\(_)/")