Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [0,0]
  2. description="This is the first room, you can only go north"
  3. north = true
  4. [0,1]
  5. description="This is the second room, you can go only east or west"
  6. east = true
  7. west = true
  8. [-1,1]
  9. description="You fall in a pit of barrels and can't escape"
  10. [1,1]
  11. description="You fall in a pit of pewdiepies, you can only go east !"
  12. east = true
  13.  
  14. [2,1]
  15. description="You're in a room with bros. You can go whever you want, but be careful!"
  16. north = true
  17. south = true
  18. east = true
  19. west = true
  20. northWest = true
  21. southWest = true
  22. northEast = true
  23. southEast = true
  24.  
  25. ;North:
  26. [2,2]
  27. description="you went north. you died"
  28.  
  29. ;South
  30. [2,0]
  31. description="you went south and got aids. You died"
  32.  
  33. ;East
  34. [3,1]
  35. description="you arrived in asia. You stay there"
  36.  
  37. ;West
  38. ;West brings you back to the pit you fell into the pewdiespies
  39.  
  40. ;southWest
  41. [1,0]
  42. description="too lazy to type all this crap, blah"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement