
[ad_1]
from csinsc import *
label .begin
print(“you might be within the highest tower within the fort”)
sleep(0.9)
print(“it’s worthwhile to escape earlier than its too late”)
sleep(1.0001)
print(“the place would you wish to go”)
print(” Options are: 1, 2 and three. 1 is search the place, 2 is break down”)
print(“the door and three is soar out the window.”)
alternative = enter (“enter your alternative: “)
if alternative == “1”:
goto .closedcuboard
clea
if alternative == “2”:
goto .deadend
if alternative = “3”:
goto .window
label .closedcuboard
print(“_____________”)
print(“| | | |”)
print(“| | | |”)
print(“| { } |”)
print(“| | | |”)
print(“| | | |”)
print(“————-“)
alternative = enter(“do you need to open the cuboard”)
if alternative ==”sure”:
goto .opencuboard
if alternative== enter =”no”:
goto .begin
label .opencuboard
print(“________________”)
print(“- —- -“)
print(“- —-/ -“)
print(“- || -“)
print(“- || -“)
print(“- || -“)
print(“—————–“)
sleep(0.4)
alternative = enter(“do you need to accumulate the axe or not”)
if alternative== (“sure”)
goto .door
if alternative== (“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 need to soar out?”)
if alternative == “sure”:
goto .theendbad
if alternative == “no”:
goto .begin
label .deadend
print(“you bang into the door to attempt 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 alternative == “sure”:
goto .begin
if alternative == “no”:
goto .lifeless
clear()
label .starttwo
print(“starclan revives you and provides 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 courtroom yard unhurt however there are guards,”)
print(“on the portaculiss do you need to use yuor axe to kill them,”)
print(“or search the place for wepon”)
if alternative ==”search”:
goto .sword
if alternative ==”assault”:
goto .theendbad
label .sword
print(“you discovered a sword”)
print(“y to choose it up”)
print(“n to depart it”)
if alternative ==”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 alternative however struggle”)
smiley_health = 10
print(” βββββββ βββββββ”)
print(“βββββββββ βββββββββ”)
print(” βββββββ βββββββ”)
print(” “)
print(” ββ ββ “)
print(” ββ ββ “)
print(” ββ ββ. “)
print(” ββββββββββ “)
sleep(1.5)
if alternative == “1”:
print(“screaaaaaam!!!!”)
print(“you assault the smiley with an enormous slash”)
sleep(1)
print(“smiley well being 5”)
sleep(1.0)
if alternative == “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 top”)
sleep(2.4)
label .finish
print(“i hope you loved”)
print(“if you wish to resart press enter if not depart now”)
enter =”[enter]”
[ad_2]