tutorial.ev 881 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # We start from limbo. Remember that every command in the batchfile
  2. # -must- be separated by at least one comment-line.
  3. @tel #2
  4. #
  5. zone/add tutorial_zone = 32
  6. #
  7. # ROOMS
  8. spawn/noloc start_00
  9. #
  10. spawn/noloc start_01
  11. #
  12. spawn/noloc start_02
  13. #
  14. spawn/noloc start_03
  15. #
  16. spawn/noloc start_04
  17. #
  18. # EXITS
  19. popen start_door_00 = start_00,start_01
  20. #
  21. popen start_door_01 = start_01,start_02
  22. #
  23. popen start_door_02 = start_01,start_03
  24. #
  25. popen start_door_03 = start_03,start_04
  26. #
  27. #add rooms to starting zone
  28. addtozone start_00 = tutorial_zone, 16, 30
  29. #
  30. addtozone start_01 = tutorial_zone, 16, 29
  31. #
  32. addtozone start_02 = tutorial_zone, 15, 29
  33. #
  34. addtozone start_03 = tutorial_zone, 17, 29
  35. #
  36. addtozone start_04 = tutorial_zone, 18, 29
  37. #
  38. # ROOM START_00
  39. tel start_00
  40. #
  41. spawn f_armored_skeleton
  42. #
  43. spawn wood_material
  44. #
  45. spawn cloth_material
  46. #
  47. # ROOM START_01
  48. tel start_01
  49. #
  50. spawn f_rubble_01
  51. #
  52. tel start_00
  53. #