Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. backpack=["apple" , "shoe that's smells really weird" , "A katana which is awesome but is plastic:("]
  2. Print ("welcome to Pokemon")
  3. Print ("we have one mission for u good luck")
  4. Print ("we will give u a few items to start u on your journey")
  5. Print (" U are walking down the road on your own and suddenly a wild marsh mellow appears!")
  6. Print ("alright your first fight I'll show u how to do everything")
  7. Print ("so to check your backpack u will do this backpack = ["apple" , "shoe that's smells really weird" , "A katana which is awesome but is plastic:("]")
  8. Print ("to use a weapon just type in whatu want to use like the shoe or the apple")
  9. Print ("alright your on your own good luck!")
  10. if choice == ("apple"):
  11. print ("u realise that the apple will not do anything against the marsh mellow so you question if your really ready for this journey")
  12.  
  13. elif choice == ("shoe"):
  14. print ("u realise that the shoe smells bad and u sniff it annnnnnnnnnnnnnnnnnd your dead")
  15.  
  16. elif choice == ("katana"):
  17. print ("u slice that marshmellow in to pieces and thought u were like James Bond")
  18.  
  19. else choice:
  20. print ("u don't have that item it's like it won't fall out of the sky omgggggggggg behind you annnnnnnnnnnnnnnnnnnnnnnd your dead")
  21.  
  22. print ("u killed him well done your journeys over go home")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement