$begingroup$

from csinsc import *

label .begin

print("you're within the highest tower within the fort")

sleep(0.9)

print("you have to escape earlier than its too late")

sleep(1.0001)

print("the place would you wish to go")
print(" Choices are: 1, 2 and three. 1 is search the place, 2 is break down")
print("the door and three is soar out the window.")
selection = enter ("enter your selection: ")


if selection == "1":
      goto .closedcuboard
      clea

if selection == "2":
      goto .deadend

if selection = "3":
     goto .window

label .closedcuboard
print("_____________")
print("|     | |   |")
print("|     | |   |")
print("|     { }   |")
print("|     | |   |")
print("|     | |   |")
print("-------------")
selection  = enter("do you wish to open the cuboard")
if selection =="sure":
    goto .opencuboard
    
if selection== enter ="no":
    goto .begin
label .opencuboard
print("________________")
print("-     ----    -")
print("-     ----/    -")
print("-      ||      -")
print("-      ||      -")
print("-      ||      -")
print("-----------------")
sleep(0.4)
selection = enter("do you wish to accumulate the axe or not")
if selection== ("sure")
    goto .door
    
if selection== ("no")
    goto .begin
    
label .door
print("you go to the door")
print(" ____________________ ")
print("|        | |         |")
print("|        | |         |")
print("|        | |         |")
print("|        | |         |")
print("|        { }         |")
print("|        ( )         |")
print("|        { }         |")
print("|        | |         |")
print("|        | |         |")
print("|        | |         |")
print("|        | |         |")
print("|        | |         |")
print("|________| |_________|")

print("you break down the door")
goto .leveltwo

label .window
print("your too scared to even look out the window")

print("are you positive you wish to soar out?")
 
if selection == "sure":
     goto .theendbad

if selection == "no":
     goto .begin
label .deadend
print("you bang into the door to try to break it, ")

print("however guards come out and throw you out the window")
goto .theendbad

label .theendbad
print("you died making an attempt to avoid wasting your self however failed")
clear()
print("would you like starclan to provide you one other atempt?")

if selection == "sure":
     goto .begin

if selection == "no":
     goto .lifeless
clear()
label .starttwo
print("starclan revives you and offers you new life")
clear()
goto .begin

label .lifeless
print("you refused their provide they usually despatched you to the darkish forest")

clear()
goto .finish
    
label .leveltwo

print("       🇺🇸 ")
print("       |     ")
print("       |     ")
print(" ______⊥______")
print("/------------- ")
print("|-|-|-|-|-|-| |")
print("|-|-|-|-|-|-|-|_______________|")
print("|-|-|-|-|-|-|-|               |")            
print("|-|-|-|-|-|-|-|               |")
print("|-|-|-|-|-|-|-|               |")
print("|-|-|-|-|-|-|-|               |")
print("|-|-|-|-|-|-|-|_______________|")
print("-----~-~-~-----")
print("you attain the fort court docket yard unhurt however there are guards,")

print("on the portaculiss do you wish to use yuor axe to kill them,") 

print("or search the place for wepon")

if selection =="search":
     goto .sword
    
if selection =="assault":
     goto .theendbad
    
label .sword
print("you discovered a sword")
print("y to select it up")
print("n to go away it")
if selection =="y":
     print(" you've got a sword")
     print("      ^            ")
     print("     /            ")
     print("    /              ")
     print("   |      |         ")
     print("   |      |         ")
     print("   |      |         ")
     print("   |      |         ")
     print("   |      |         ")
     print("   |      |         ")
     print("   |      |         ")
     print("   |      |         ")
     print(" -------------      ")
     print(" -------------      ")
     print("     ----           ")
     print("     ----           ")
     print("     ----           ")
clear()
sleep(1.2)

print("the evil smily face a ppears you haven't any selection however struggle")
smiley_health = 10
print(" ███████           ███████")
print("█████████         █████████")
print(" ███████           ███████")
print("                             ")
print("     ██              ██      ")
print("     ██              ██      ")
print("       ██          ██.       ") 
print("         ██████████          ")
sleep(1.5)
if selection == "1":
     print("screaaaaaam!!!!")
print("you assault the smiley with an enormous slash")
sleep(1)
print("smiley well being 5")
sleep(1.0)
if selection == "2":
     print("put that smile the other way up")
print("smily well being 0 you win")
sleep(1.3)
print("*pant* *pant*")
sleep(1.2)
print("  ██████         ███████")
print(" ████████      ██████████")
print("  █████          ███████")
print("                         ")
print("       ███████████       ")
print("     █             █    ")
print("    █               █   ")
print("    █               █")
print(" smiley defeated victory royel")
print("       🇺🇸 ")
print("       |     ")
print("       |     ")
print(" ______⊥______")
print("/------------- ")
print("|∇ ∇ ∇ ∇ ∇ ∇ ∇||_|_|_|_|_|_|_|_|")
print("|        ~~~~~|_______________|")
print("|     ~~~~~~~~|               |")            
print("|    ~~~~~~~~~|               |")
print("|   ~~~~~~~~~~|               |")
print("|~~~~~~~~~~~~~|               |")
print("|~~~~~~~~~~~~~|_______________|")
print("-----~-~-~-----")
clear()
print(color.blue+"the tip")
sleep(2.4)
label .finish
print("i hope you loved") 
print("if you wish to resart press enter if not go away now")
enter ="[enter]"

link3 is a brand new contributor to this web site. Take care in asking for clarification, commenting, and answering.
Try our Code of Conduct.

$endgroup$