idk why its doing this
3 comments
-Verrix-[OP]
12.01.2023 16:54
LinkPlayAgain = True
def PlayAgainPrompt():
global PlayAgain
if input("What more? \n") != "Y":
PlayAgain = True
else:
print("\n")
while PlayAgain == True:
print("You wake up in a room alone. The room was practically shining, white walls, floors and ceiling. Nothing seemed to decorate it but a what seemed to be a reinforced door")
print("\n")
mainRoom = input("What do you do? : ")
if mainRoom == "Explore":
print("There is nothing around you but the door...wait...there is also a mirror behind you. You look into it...but you aren't there.")
elif mainRoom == "Door":
print("It was a large, heavy door. It almost looked like some sort of steel. What was this door keeping out? Or,,,keeping in? Nonetheless, there was a keyhole. But where would a key even be?")
elif mainRoom == "Wait":
print("You waited. Just..kinda stood there. The oddly silent room made your thoguhts feel oh so much louder. Nothing seemed to happen")
else:
print("Do you EXPLORE, go to the DOOR, or will you WAIT..?")
-Verrix-[OP]
12.01.2023 16:55
Linkfor some reason its just making it paste "You wake up in a room alone. The room was practically shining, white walls, floors and ceiling. Nothing seemed to decorate it but a what seemed to be a reinforced door" repetitively and it wasnt doing this yesterday so idk whats happening atm
also im teaching myself coding so I'm probably doing something stupid
-Verrix-[OP]
12.01.2023 16:58
Linki should have specified i needed coding help, my bad