Guest User

Untitled

a guest
Jul 11th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ; --- Cluster 1 ---
  2.  
  3. map map08 "The Crypt"
  4. next Map11
  5. allowjump
  6. sky1 sky2 0.0
  7. cluster 1
  8.  
  9. map map09 "Schloss Adler: The Castle of the Eagle"
  10. allowjump
  11. sky1 sky2 0.0
  12. cluster 1
  13.  
  14. map map10 "Daemon's Sanctuary"
  15. allowjump
  16. sky1 sky2 0.0
  17. cluster 1
  18.  
  19. clusterdef 1
  20. hub
  21.  
  22. ; --- Cluster 2 ---
  23.  
  24. map MAP11 "Return to The Forlorn Fortress"
  25. next Map12
  26. allowjump
  27. cluster 2
  28. music d_runni2
  29. sky1 SKY1 0.05
  30.  
  31. map MAP12 "House at Pooneil Corners"
  32. next Map13
  33. allowjump
  34. cluster 2
  35. music d_dead2
  36. sky1 SKY5 0.05
  37.  
  38. map MAP13 "2400 Fulton Street"
  39. next Map27
  40. nojump
  41. cluster 2
  42. music d_doom
  43. sky1 SKY4 0.1
  44.  
  45. map MAP27 "The Shrine"
  46. next EndGame1
  47. allowjump
  48. cluster 2
  49. music d_dead
  50. sky1 SKY1 0
  51. airsupply 20
  52. //vertwallshade 16
  53.  
  54. clusterdef 2
  55. flat 4BRFLR2B
  56. exittext "As you plunge through the Endless Dark
  57. you wonder what awaits you on the Other
  58. Side. What you experienced was just the
  59. beginning ..."
Add Comment
Please, Sign In to add comment