BestDimka

Fortnite Story python project

Mar 15th, 2021 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 KB | None | 0 0
  1. medkit1 = None
  2. semifinal1 = None
  3. option1 = None
  4. action5 = None
  5. action2 = None
  6. item1 = None
  7. enemy1 = None
  8. secondaction1 = None
  9. medkit2 = None
  10. semifinal2 = None
  11. final2 = None
  12. option2 = None
  13. action3 = None
  14. action4 = None
  15. item2 = None
  16. enemy2 = None
  17. secondaction2 = None
  18. action1 = None
  19. action = None
  20. option = None
  21. final = None
  22. semifinal = None
  23. medkit = None
  24.  
  25. print ("""\
  26.  
  27.  
  28. FFFFFFFFFFFFFFFFFFFFFF tttt iiii tttt
  29. F::::::::::::::::::::F ttt:::t i::::i ttt:::t
  30. F::::::::::::::::::::F t:::::t iiii t:::::t
  31. FF::::::FFFFFFFFF::::F t:::::t t:::::t
  32. F:::::F FFFFFF ooooooooooo rrrrr rrrrrrrrr ttttttt:::::ttttttt nnnn nnnnnnnn iiiiiii ttttttt:::::ttttttt eeeeeeeeeeee
  33. F:::::F oo:::::::::::oo r::::rrr:::::::::r t:::::::::::::::::t n:::nn::::::::nn i:::::i t:::::::::::::::::t ee::::::::::::ee
  34. F::::::FFFFFFFFFF o:::::::::::::::or:::::::::::::::::r t:::::::::::::::::t n::::::::::::::nn i::::i t:::::::::::::::::t e::::::eeeee:::::ee
  35. F:::::::::::::::F o:::::ooooo:::::orr::::::rrrrr::::::rtttttt:::::::tttttt nn:::::::::::::::n i::::i tttttt:::::::tttttt e::::::e e:::::e
  36. F:::::::::::::::F o::::o o::::o r:::::r r:::::r t:::::t n:::::nnnn:::::n i::::i t:::::t e:::::::eeeee::::::e
  37. F::::::FFFFFFFFFF o::::o o::::o r:::::r rrrrrrr t:::::t n::::n n::::n i::::i t:::::t e:::::::::::::::::e
  38. F:::::F o::::o o::::o r:::::r t:::::t n::::n n::::n i::::i t:::::t e::::::eeeeeeeeeee
  39. F:::::F o::::o o::::o r:::::r t:::::t tttttt n::::n n::::n i::::i t:::::t tttttte:::::::e
  40. FF:::::::FF o:::::ooooo:::::o r:::::r t::::::tttt:::::t n::::n n::::ni::::::i t::::::tttt:::::te::::::::e
  41. F::::::::FF o:::::::::::::::o r:::::r tt::::::::::::::t n::::n n::::ni::::::i tt::::::::::::::t e::::::::eeeeeeee
  42. F::::::::FF oo:::::::::::oo r:::::r tt:::::::::::tt n::::n n::::ni::::::i tt:::::::::::tt ee:::::::::::::e
  43. FFFFFFFFFFF ooooooooooo rrrrrrr ttttttttttt nnnnnn nnnnnniiiiiiii ttttttttttt eeeeeeeeeeeeee
  44. """)
  45. print ('You have just jumped out of the battle bus! Where do you want to land?\n')
  46. print ('1- Tilted Towers')
  47. print ('2- Loot Lake')
  48. print ('3- Salty Springs')
  49. dropspot = (input())
  50. if dropspot == '1':
  51. print ('You have landed at Tilted Towers and spot an enemy. What do you do?\n')
  52. print ('1- Attempt to pickaxe the enemy.')
  53. print ('2- Run away from the enemy.')
  54. print ('3- Leave the match.')
  55. enemy = input()
  56. if enemy == '1':
  57. print ('You were killed by the one and only...NINJA!')
  58. if enemy == '3':
  59. print ('Ok loser')
  60. if enemy == '2':
  61. print ('You have successfully escaped from the enemy. You spot a chest! You open it and find some items, which item do you take?\n')
  62. print ('1- Blue pump shotgun')
  63. print ('2- Med kit')
  64. print ('3- Green assault rifle')
  65. item = input()
  66. if item == '1':
  67. print ('Great choice! This will deal some serious damage!')
  68. print ('You see an elite agent skin, whats your action?\n')
  69. print ('1- Go for the 200 damage headshot?')
  70. print ('2- Stay back because you know the enemy is good.')
  71. action1 = input()
  72. if action1 == '1':
  73. print ('You missed and he 200 pumped you...well that was unexpected.')
  74. if action1 == '2':
  75. print ('You try to stay back and hide in a small hut, but you dont notice the spike trap on the wall. Its too late and you have been eliminated. Unlucky')
  76. if item == '3':
  77. print ('Not as good as the legendary rarity, but will still do some damage!')
  78. print ('You see an enemy! What do you do?\n')
  79. print ('1- Shoot him!')
  80. print ('2- Build a fort.')
  81. action = input()
  82. if action == '1':
  83. print ('You are trying to shoot him, but soon realise that you have ran out of ammo. You were eliminated, better luck next time!')
  84. if action == '2':
  85. print ('You build a fort but suddenly hear enemies shooting at the bottom of it, this causes your fort to fall apart and you were eliminated due to fall damage. Unlucky.')
  86. if item == '2':
  87. print ('This would heal you and might just save your life! But sadly you still have no weapon. :(')
  88. print ('You see a Renegade Raider! Whats your next move?\n')
  89. print ('1- Rush with your pickaxe!')
  90. print ('2- Camp')
  91. print ('3- Try to find a weapon.')
  92. secondaction = input()
  93. if secondaction == '1':
  94. print ('You tried your best, but sadly did not win this fight. Better luck next time!')
  95. if secondaction == '3':
  96. print ('You were very busy finding a weapon, but as you enter a small building, an enemies trap activates and you are eliminated. GG')
  97. if secondaction == '2':
  98. print ('You are currently camping in a bush at the edge of the zone, what is your next move?\n')
  99. print ('1- Sprint to the safe zone!')
  100. print ('2- Open a chest that you see.')
  101. print ('3- Leave the match due to stress.')
  102. option = input()
  103. if option == '1':
  104. print ('You made it to the safe zone, but you are on 1 health. What do you do?\n')
  105. print ('1- Use your med kit.')
  106. print ('2- Save your med kit for later.')
  107. medkit = input()
  108. if medkit == '1':
  109. print ('You used your medkit, an enemy goes to rush you and now you are at low health. The storm catches up to you and finishes you off. GG\n')
  110. if medkit == '2':
  111. print ('You saved your medkit for later, Its a 1v1 and a john wick goes to rush you. What do you do?\n')
  112. print ('1- Pickaxe him?')
  113. print ('2- Box up')
  114. semifinal = input()
  115. if semifinal == '1':
  116. print ('You attempted to pickaxe a tryhard and you were eliminated. GG\n')
  117. if semifinal == '2':
  118. print ('You have boxed up and are somewhat safe from the enemy, but he approaches you and tries to shoot you, what is your final decision?\n')
  119. print ('1- Attack him with your pickaxe!')
  120. print ('2- Let him do his 90s to the sky and then knock him down.')
  121. final = input()
  122. if final == '1':
  123. print ('He simply double pumped you! GG i guess.')
  124. if final == '2':
  125. print ('YOU ARE THE LAST MAN STANDING!!!! GG')
  126. if option == '2':
  127. print ('You go to open the chest, but as your health is low you die to storm damage. Better luck next time!')
  128. if option == '3':
  129. print ('Some matches can be stressful, i know how you feel. Maybe you should try again!')
  130.  
  131.  
  132.  
  133.  
  134. if dropspot == '2':
  135. print ('You have landed at Loot Lake and spot an enemy. What do you do?\n')
  136. print ('1- Attempt to pickaxe the enemy.')
  137. print ('2- Run away from the enemy.')
  138. print ('3- Leave the match.')
  139. enemy1 = input()
  140. if enemy1 == '1':
  141. print ('You were killed by the one and only...NINJA!')
  142. if enemy1 == '3':
  143. print ('Ok loser')
  144. if enemy1 == '2':
  145. print ('You have successfully escaped from the enemy. You spot a chest! You open it and find some items, which item do you take?\n')
  146. print ('1- Blue pump shotgun')
  147. print ('2- Med kit')
  148. print ('3- Green assault rifle')
  149. item1 = input()
  150. if item1 == '1':
  151. print ('Great choice! This will deal some serious damage!')
  152. print ('You see an elite agent skin, whats your action?\n')
  153. print ('1- Go for the 200 damage headshot?')
  154. print ('2- Stay back because you know the enemy is good.')
  155. action2 = input()
  156. if action2 == '1':
  157. print ('You missed and he 200 pumped you...well that was unexpected.')
  158. if action2 == '2':
  159. print ('You try to stay back and hide in a small hut, but you dont notice the spike trap on the wall. Its too late and you have been eliminated. Unlucky')
  160. if item1 == '3':
  161. print ('Not as good as the legendary rarity, but will still do some damage!')
  162. print ('You see an enemy! What do you do?\n')
  163. print ('1- Shoot him!')
  164. print ('2- Build a fort.')
  165. action5 = input()
  166. if action5 == '1':
  167. print ('You are trying to shoot him, but soon realise that you have ran out of ammo. You were eliminated, better luck next time!')
  168. if action5 == '2':
  169. print ('You build a fort but suddenly hear enemies shooting at the bottom of it, this causes your fort to fall apart and you were eliminated due to fall damage. Unlucky.')
  170. if item1 == '2':
  171. print ('This would heal you and might just save your life! But sadly you still have no weapon. :(')
  172. print ('You see a Renegade Raider! Whats your next move?\n')
  173. print ('1- Rush with your pickaxe!')
  174. print ('2- Camp')
  175. print ('3- Try to find a weapon.')
  176. secondaction1 = input()
  177. if secondaction1 == '1':
  178. print ('You tried your best, but sadly did not win this fight. Better luck next time!')
  179. if secondaction1 == '3':
  180. print ('You were very busy finding a weapon, but as you enter a small building, an enemies trap activates and you are eliminated. GG')
  181. if secondaction1 == '2':
  182. print ('You are currently camping in a bush at the edge of the zone, what is your next move?\n')
  183. print ('1- Sprint to the safe zone!')
  184. print ('2- Open a chest that you see.')
  185. print ('3- Leave the match due to stress.')
  186. option1 = input()
  187. if option1 == '1':
  188. print ('You made it to the safe zone, but you are on 1 health. What do you do?\n')
  189. print ('1- Use your med kit.')
  190. print ('2- Save your med kit for later.')
  191. medkit1 = input()
  192. if medkit1 == '1':
  193. print ('You used your medkit, an enemy goes to rush you and now you are at low health. The storm catches up to you and finishes you off. GG\n')
  194. if medkit1 == '2':
  195. print ('You saved your medkit for later, Its a 1v1 and a john wick goes to rush you. What do you do?\n')
  196. print ('1- Pickaxe him?')
  197. print ('2- Box up')
  198. semifinal1 = input()
  199. if semifinal1 == '1':
  200. print ('You attempted to pickaxe a tryhard and you were eliminated. GG\n')
  201. if semifinal1 == '2':
  202. print ('You have boxed up and are somewhat safe from the enemy, but he approaches you and tries to shoot you, what is your final decision?\n')
  203. print ('1- Attack him with your pickaxe!')
  204. print ('2- Let him do his 90s to the sky and then knock him down.')
  205. final1 = input()
  206. if final1 == '1':
  207. print ('He simply double pumped you! GG i guess.')
  208. if final1 == '2':
  209. print ('YOU ARE THE LAST MAN STANDING!!!! GG')
  210. if option1 == '2':
  211. print ('You go to open the chest, but as your health is low you die to storm damage. Better luck next time!')
  212. if option1 == '3':
  213. print ('Some matches can be stressful, i know how you feel. Maybe you should try again!')
  214.  
  215.  
  216.  
  217.  
  218. if dropspot == '3':
  219. print ('You have landed at Salty Springs and spot an enemy. What do you do?\n')
  220. print ('1- Attempt to pickaxe the enemy.')
  221. print ('2- Run away from the enemy.')
  222. print ('3- Leave the match.')
  223. enemy2 = input()
  224. if enemy2 == '1':
  225. print ('You were killed by the one and only...NINJA!')
  226. if enemy2 == '3':
  227. print ('Ok loser')
  228. if enemy2 == '2':
  229. print ('You have successfully escaped from the enemy. You spot a chest! You open it and find some items, which item do you take?\n')
  230. print ('1- Blue pump shotgun')
  231. print ('2- Med kit')
  232. print ('3- Green assault rifle')
  233. item2 = input()
  234. if item2 == '1':
  235. print ('Great choice! This will deal some serious damage!')
  236. print ('You see an elite agent skin, whats your action?\n')
  237. print ('1- Go for the 200 damage headshot?')
  238. print ('2- Stay back because you know the enemy is good.')
  239. action4 = input()
  240. if action4 == '1':
  241. print ('You missed and he 200 pumped you...well that was unexpected.')
  242. if action4 == '2':
  243. print ('You try to stay back and hide in a small hut, but you dont notice the spike trap on the wall. Its too late and you have been eliminated. Unlucky')
  244. if item2 == '3':
  245. print ('Not as good as the legendary rarity, but will still do some damage!')
  246. print ('You see an enemy! What do you do?\n')
  247. print ('1- Shoot him!')
  248. print ('2- Build a fort.')
  249. action3 = input()
  250. if action3 == '1':
  251. print ('You are trying to shoot him, but soon realise that you have ran out of ammo. You were eliminated, better luck next time!')
  252. if action3 == '2':
  253. print ('You build a fort but suddenly hear enemies shooting at the bottom of it, this causes your fort to fall apart and you were eliminated due to fall damage. Unlucky.')
  254. if item2 == '2':
  255. print ('This would heal you and might just save your life! But sadly you still have no weapon. :(')
  256. print ('You see a Renegade Raider! Whats your next move?\n')
  257. print ('1- Rush with your pickaxe!')
  258. print ('2- Camp')
  259. print ('3- Try to find a weapon.')
  260. secondaction2 = input()
  261. if secondaction2 == '1':
  262. print ('You tried your best, but sadly did not win this fight. Better luck next time!')
  263. if secondaction2 == '3':
  264. print ('You were very busy finding a weapon, but as you enter a small building, an enemies trap activates and you are eliminated. GG')
  265. if secondaction2 == '2':
  266. print ('You are currently camping in a bush at the edge of the zone, what is your next move?\n')
  267. print ('1- Sprint to the safe zone!')
  268. print ('2- Open a chest that you see.')
  269. print ('3- Leave the match due to stress.')
  270. option2 = input()
  271. if option2 == '1':
  272. print ('You made it to the safe zone, but you are on 1 health. What do you do?\n')
  273. print ('1- Use your med kit.')
  274. print ('2- Save your med kit for later.')
  275. medkit2 = input()
  276. if medkit2 == '1':
  277. print ('You used your medkit, an enemy goes to rush you and now you are at low health. The storm catches up to you and finishes you off. GG\n')
  278. if medkit2 == '2':
  279. print ('You saved your medkit for later, Its a 1v1 and a john wick goes to rush you. What do you do?\n')
  280. print ('1- Pickaxe him?')
  281. print ('2- Box up')
  282. semifinal2 = input()
  283. if semifinal2 == '1':
  284. print ('You attempted to pickaxe a tryhard and you were eliminated. GG\n')
  285. if semifinal2 == '2':
  286. print ('You have boxed up and are somewhat safe from the enemy, but he approaches you and tries to shoot you, what is your final decision?\n')
  287. print ('1- Attack him with your pickaxe!')
  288. print ('2- Let him do his 90s to the sky and then knock him down.')
  289. final2 = input()
  290. if final2 == '1':
  291. print ('He simply double pumped you! GG i guess.')
  292. if final2 == '2':
  293. print ('YOU ARE THE LAST MAN STANDING!!!! GG')
  294. if option2 == '2':
  295. print ('You go to open the chest, but as your health is low you die to storm damage. Better luck next time!')
  296. if option2 == '3':
  297. print ('Some matches can be stressful, i know how you feel. Maybe you should try again!')
  298.  
  299.  
Add Comment
Please, Sign In to add comment