Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. from time import sleep
  2. coolp=5
  3. print("hi come to the party bff")
  4. sleep(3.0)
  5. name=input("type a name for your party queen")
  6. print("hi iam emma welcome ",name,"to the party")
  7. sleep(3.0)
  8. print("suddenly it is three in the after noon and its time for the party but what do you whant to wear")
  9. sleep(3.0)
  10. event1=input("type a to wear your pink and blue cupcake dress or type e to wear your pink hollister top and black leggins")
  11. if event1=="a":
  12.     print("what mistake its a caual party not a dressy one so evreyone laugh at you because you look so silly")
  13.     coolp=coolp-1
  14.     print("you have",coolp,"coolp")
  15. else:
  16.     print("wow you look so pretty well done for remebering it was a caual party ")
  17.     sleep(3.0)
  18.     print("so harry styles comes up  to you at the party and says i love your outfit")
  19.     coolp=coolp+3
  20. print("you have",coolp,"coolp")
  21. sleep(3.0)
  22. event2=input("at the party you suddely spot a horrifieing spider scatering across the floor.what do you do?Type w to stamp on it or press x to scream ")
  23. if event2=="w":
  24.     sleep(3.0)
  25.     print("well done you are so so brave for stamping on the spider your a hero")
  26.     coolp=coolp+3
  27. else:
  28.     print("your such a idiot your acting like a babby that is not how you become cool!")
  29.     sleep(3.0)
  30.     coolp=coolp-2
  31. event3=input("harry styles comes up to you and acsidently spills his drink on you. press d to shout at him or press f say dont worry")
  32. if event3=="d":
  33.     sleep(3.0)
  34.     print("your so evil dont you love 1D!")
  35.     coolp=coolp-2
  36. else:
  37.     print("he says ill buy you a new outfit and gives you a big hug")
  38.     coolp=coolp+3
  39. event4=input("you accidently knock a candel onto the floor.all of a sudden your house gose on fier.what do you do?press a to put it out or b to call 999 ")
  40. if event4=="a":
  41.     sleep(3.0)
  42.     print("epic fail your hair is on fier so evreyone laugh at you and takes pictures of you and puts it on facebook and twitter lol")