Advertisement
VermillionX

MAPINFO - Episode 1

Jan 25th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. //====================== MAPS ======================
  2.  
  3. //======== EPISODE 1 - THE ISLAND OF CURSES ========
  4.  
  5. clearepisodes
  6.  
  7. cluster 1
  8. {
  9. flat = "osanda01.png"
  10. music = "INTISLND"
  11. exittext =
  12. "Unknown Location, time is about 12:00 P.M",
  13. "You awake on a strange Island, your surroundings",
  14. "are full of the beauty born by Nature.",
  15. " ",
  16. "There is nothing but the noise of sea waves",
  17. "Birds singing afar on the skies, it is calm",
  18. "However, you wonder where you are right now.",
  19. " ",
  20. "Your mission can not be stopped right now",
  21. "As a soldier, you must push forward",
  22. "Horned dangers lurk on the depths of Nature",
  23. "And you must push forward to safety.",
  24. " ",
  25. "Work your way and discover the secrets",
  26. "of this Island, hidden behind beauty",
  27. "as something tells you, something is not right."
  28. }
  29.  
  30. episode E1S0
  31. {
  32. name = "The Island"
  33. key = "i"
  34. }
  35.  
  36. map E1S0 "INTRO"
  37. {
  38. cluster = 1
  39. nointermission
  40. next = E1S1
  41. }
  42.  
  43. map E1S1 "Shipwrecked"
  44. {
  45. LevelNum = 01
  46. next = E1S2
  47. sky1 = "GJ89nY", 0
  48. sky2 = "osky48", 0
  49. cluster = 1
  50. par = 30
  51. sucktime = 1
  52. music = "D_ISLND"
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement