- create flipbook animations online!
Login
idk why its doing this
GIF
Report
12.01.2023
3 comments
12.01.2023 16:54
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
PlayAgain = 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..?")
12.01.2023 16:55
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
for 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
12.01.2023 16:58
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
i should have specified i needed coding help, my bad
Login or register to post new comments.