home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 478.BIGBARN.MAC < prev    next >
Text File  |  1992-05-26  |  2KB  |  134 lines

  1. 'Name:  BIGBARN.MAC
  2. 'Desc: A macro to build a big barn, suitable for flying through.
  3. '----------------------------------------------------------------------
  4. range, 8 fs
  5.  
  6. 'face 1
  7. color, 12, 5, 10
  8. erect
  9. hdg, 000
  10. lib, bigbarn1
  11. relative, 000, 1 ft
  12. color, 0, 0, 0
  13. erect
  14. hdg, 180
  15. lib, bigbarn1
  16.  
  17. 'doors 1
  18. relative, 180, 2 ft
  19. color, 10, 10, 0
  20. hdg, 000
  21. erect
  22. lib, bigbarn5
  23. 'relative, 000, 1 ft
  24.  
  25. 'face 2
  26. relative, 000, 121 ft
  27. color, 12, 5, 10
  28. hdg, 180
  29. erect
  30. lib, bigbarn1
  31. relative, 180, 1 ft
  32. color, 0, 0, 0
  33. hdg, 000
  34. erect
  35. lib, bigbarn1
  36.  
  37. 'doors 2 
  38. relative, 000, 2 ft
  39. color, 10, 10, 0
  40. hdg, 000
  41. erect
  42. lib, bigbarn5
  43. relative, 180, 1 ft
  44.  
  45. 'base
  46. relative, 180, 60 ft
  47. color, 8, 0, 0
  48. hdg, 270
  49. lib, bigbarn7
  50.  
  51. 'high roof 1
  52. color, 10, 10, 0
  53. hdg, 90
  54. pitch, 32
  55. z, 260
  56. lib, bigbarn2
  57.  
  58. 'high roof 2
  59. color, 10, 10, 0
  60. hdg, 270
  61. pitch, 32
  62. z, 260
  63. lib, bigbarn2
  64.  
  65.  
  66. 'high side 1
  67. relative, 270, 19.9 ft
  68. color, 0, 5, 10
  69. hdg, 270
  70. erect
  71. z, 132
  72. lib, bigbarn6
  73. relative, 270, .1 ft
  74. color, 12, 5, 10
  75. hdg, 90
  76. erect
  77. z, 132
  78. lib, bigbarn6
  79.  
  80. 'low roof 1
  81. color, 5, 10, 0
  82. hdg, 270
  83. pitch, 13
  84. z, 132
  85. lib, bigbarn3
  86.  
  87. 'side 1
  88. relative, 270, 29.9 ft
  89. color, 0, 10, 10
  90. erect
  91. hdg, 270
  92. lib, bigbarn4
  93. relative, 270, .1 ft
  94. color, 12, 10, 10
  95. erect
  96. hdg, 90
  97. lib, bigbarn4
  98.  
  99. 'high side 2
  100. relative, 90, 69.9 ft
  101. color, 0, 5, 10
  102. hdg, 90
  103. erect
  104. z, 132
  105. lib, bigbarn6
  106. relative, 90, .1 ft
  107. color, 12, 5, 10
  108. hdg, 270
  109. erect
  110. z, 132
  111. lib, bigbarn6
  112.  
  113. 'low roof 2
  114. color, 5, 10, 0
  115. hdg, 90
  116. pitch, 13
  117. z, 132
  118. lib, bigbarn3
  119.  
  120. 'side 2
  121. relative, 90, 29.9 ft
  122. color, 0, 10, 10
  123. erect
  124. hdg, 90
  125. lib, bigbarn4
  126. relative, 90, .1 ft
  127. color, 12, 10, 10
  128. erect
  129. hdg, 270
  130. lib, bigbarn4
  131.  
  132.  
  133.                    END
  134.