home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 95 / XENIATGM95.iso / Gunlok / data1.cab / Program_Executable_Files / scripts / mplay_carpark.gls < prev    next >
Text File  |  2000-08-22  |  14KB  |  789 lines

  1. /************/
  2. /* INCLUDES */
  3. /************/
  4.  
  5. // n.b. when multiple inclusion is prevented some of these will be automatically included by others as required
  6.  
  7. // default things to inherit our objects from
  8.  
  9. #include "defaults.gsh"
  10.  
  11. // good guys
  12.  
  13. #include "frend.gsh"
  14. #include "hark.gsh"
  15. #include "gunlok.gsh"
  16. #include "elint.gsh"
  17.  
  18. // bad guys
  19.  
  20.  
  21. // neutral things
  22.  
  23.  
  24. // fires
  25.  
  26. #include "carfire.gsh"
  27. #include "oilfire.gsh"
  28.  
  29. /*********/
  30. /* NOTES */
  31. /*********/
  32.  
  33. /**********/
  34. /* SHAPES */
  35. /**********/
  36. // world objects
  37.  
  38. shape Shp_SUPPORT_A
  39. {
  40.     file "levels\mplay_carpark.rif"
  41.     name "SUPPORT A"
  42. }
  43. shape Shp_SUPPORT_B
  44. {
  45.     file "levels\mplay_carpark.rif"
  46.     name "SUPPORT B"
  47. }
  48. shape Shp_SUPPORT_C
  49. {
  50.     file "levels\mplay_carpark.rif"
  51.     name "SUPPORT C"
  52. }
  53. shape Shp_SUPPORT_D
  54. {
  55.     file "levels\mplay_carpark.rif"
  56.     name "SUPPORT D"
  57. }
  58. shape Shp_SUPPORT_E
  59. {
  60.     file "levels\mplay_carpark.rif"
  61.     name "SUPPORT E"
  62. }
  63. shape Shp_SUPPORT_F
  64. {
  65.     file "levels\mplay_carpark.rif"
  66.     name "SUPPORT F"
  67. }
  68. shape Shp_SUPPORT_G
  69. {
  70.     file "levels\mplay_carpark.rif"
  71.     name "SUPPORT G"
  72. }
  73. shape Shp_SUPPORT_H
  74. {
  75.     file "levels\mplay_carpark.rif"
  76.     name "SUPPORT H"
  77. }
  78. shape Shp_SUPPORT_I
  79. {
  80.     file "levels\mplay_carpark.rif"
  81.     name "SUPPORT I"
  82. }
  83. shape Shp_SUPPORT_J
  84. {
  85.     file "levels\mplay_carpark.rif"
  86.     name "SUPPORT J"
  87. }
  88. shape Shp_SUPPORT_K
  89. {
  90.     file "levels\mplay_carpark.rif"
  91.     name "SUPPORT K"
  92. }
  93. shape Shp_SUPPORT_L
  94. {
  95.     file "levels\mplay_carpark.rif"
  96.     name "SUPPORT L"
  97. }
  98. shape Shp_SUPPORT_M
  99. {
  100.     file "levels\mplay_carpark.rif"
  101.     name "SUPPORT M"
  102. }
  103. shape Shp_SUPPORT_N
  104. {
  105.     file "levels\mplay_carpark.rif"
  106.     name "SUPPORT N"
  107. }
  108. shape Shp_LEVEL
  109. {
  110.     file "levels\mplay_carpark.rif"
  111.     name "LEVEL"
  112. }
  113. shape Shp_TRUCK_A
  114. {
  115.     file "OBJECTS\ARMYTRUCK.rif"
  116.     name "ARMYTRUCK"
  117. }
  118.  
  119. shape Shp_TRUCK_C
  120. {
  121.     file "OBJECTS\CAB_1.rif"
  122.     name "TRUCKA"
  123. }
  124.  
  125. shape Shp_TRUCK_E
  126. {
  127.     file "OBJECTS\CAB_3.rif"
  128.     name "TRUCKC"
  129. }
  130.  
  131. shape Shp_VAN_A
  132. {
  133.     file "OBJECTS\VAN.rif"
  134.     name "VAN"
  135. }
  136.  
  137. shape Shp_2CAR_A
  138. {
  139.     file "objects\estate car.rif"
  140.     name "estate car"
  141. }
  142.  
  143. shape Shp_CAR_A
  144. {
  145.     file "OBJECTS\CAR.rif"
  146.     name "CAR"
  147. }
  148.  
  149. shape Shp_JEEP_A
  150. {
  151.     file "OBJECTS\JEEP.rif"
  152.     name "JEEP"
  153. }
  154.  
  155. shape Shp_cara
  156. {
  157.     file "objects\car b.rif"
  158.     name "car b"
  159. }
  160.  
  161. shape Shp_JUNKPILE_J
  162. {
  163.     file "objects\JUNKPILE J.rif"
  164.     name "JUNKPILE J"
  165. }
  166.  
  167. shape Shp_JUNKPILE_K
  168. {
  169.     file "objects\JUNKPILE K.rif"
  170.     name "JUNKPILE K"
  171. }
  172.  
  173. shape Shp_JUNKPILE_L
  174. {
  175.     file "objects\JUNKPILE L.rif"
  176.     name "JUNKPILE L"
  177. }
  178.  
  179. shape Shp_JUNKPILE_E
  180. {
  181.     file "objects\JUNKPILE E.rif"
  182.     name "JUNKPILE E"
  183. }
  184. shape Shp_JUNKPILE_F
  185. {
  186.     file "objects\JUNKPILE F.rif"
  187.     name "JUNKPILE F"
  188. }
  189. shape Shp_GARBAGE_E
  190. {
  191.     file "objects\GARBAGE E.rif"
  192.     name "GARBAGE E"
  193. }
  194. shape Shp_GARBAGE_F
  195. {
  196.     file "objects\GARBAGE F.rif"
  197.     name "GARBAGE F"
  198. }
  199.  
  200. shape Shp_GARBAGE_A
  201. {
  202.     file "objects\GARBAGE A.rif"
  203.     name "GARBAGE A"
  204. }
  205.  
  206. shape Shp_GARBAGE_G
  207. {
  208.     file "objects\GARBAGE G.rif"
  209.     name "GARBAGE G"
  210. }
  211.  
  212. shape Shp_GARBAGE_I
  213. {
  214.     file "objects\GARBAGE I.rif"
  215.     name "GARBAGE I"
  216. }
  217.  
  218. shape Shp_GARBAGE_H
  219. {
  220.     file "objects\GARBAGE H.rif"
  221.     name "GARBAGE H"
  222. }
  223.  
  224. /**********/
  225. /* ROLES  */
  226. /**********/
  227.  
  228. // world objects
  229.  
  230. role Rol_SUPPORT_A : Rol_PlacedObject
  231. {
  232.     shape Shp_SUPPORT_A
  233. }
  234. role Rol_SUPPORT_B : Rol_PlacedObject
  235. {
  236.     shape Shp_SUPPORT_B
  237. }
  238. role Rol_SUPPORT_C : Rol_PlacedObject
  239. {
  240.     shape Shp_SUPPORT_C
  241. }
  242. role Rol_SUPPORT_D : Rol_PlacedObject
  243. {
  244.     shape Shp_SUPPORT_D
  245. }
  246. role Rol_SUPPORT_E : Rol_PlacedObject
  247. {
  248.     shape Shp_SUPPORT_E
  249. }
  250. role Rol_SUPPORT_F : Rol_PlacedObject
  251. {
  252.     shape Shp_SUPPORT_F
  253. }
  254. role Rol_SUPPORT_G : Rol_PlacedObject
  255. {
  256.     shape Shp_SUPPORT_G
  257. }
  258. role Rol_SUPPORT_H : Rol_PlacedObject
  259. {
  260.     shape Shp_SUPPORT_H
  261. }
  262. role Rol_SUPPORT_I : Rol_PlacedObject
  263. {
  264.     shape Shp_SUPPORT_I
  265. }
  266. role Rol_SUPPORT_J : Rol_PlacedObject
  267. {
  268.     shape Shp_SUPPORT_J
  269. }
  270. role Rol_SUPPORT_K : Rol_PlacedObject
  271. {
  272.     shape Shp_SUPPORT_K
  273. }
  274. role Rol_SUPPORT_L : Rol_PlacedObject
  275. {
  276.     shape Shp_SUPPORT_L
  277. }
  278. role Rol_SUPPORT_M : Rol_PlacedObject
  279. {
  280.     shape Shp_SUPPORT_M
  281. }
  282. role Rol_SUPPORT_N : Rol_PlacedObject
  283. {
  284.     shape Shp_SUPPORT_N
  285. }
  286. role Rol_LEVEL : Rol_PlacedObject
  287. {
  288.     shape Shp_LEVEL
  289. }
  290.  
  291. role Rol_TRUCK_A : Rol_PlacedObject
  292. {
  293.     shape Shp_TRUCK_A
  294. }
  295.  
  296. role Rol_TRUCK_C : Rol_PlacedObject
  297. {
  298.     shape Shp_TRUCK_C
  299. }
  300.  
  301. role Rol_TRUCK_E : Rol_PlacedObject
  302. {
  303.     shape Shp_TRUCK_E
  304. }
  305.  
  306. role Rol_VAN_A : Rol_PlacedObject
  307. {
  308.     shape Shp_VAN_A
  309. }
  310.  
  311. role Rol_2CAR_A : Rol_PlacedObject
  312. {
  313.     shape Shp_2CAR_A
  314. }
  315.  
  316.  
  317. role Rol_CAR_A : Rol_PlacedObject
  318. {
  319.     shape Shp_CAR_A
  320. }
  321.  
  322. role Rol_JEEP_A : Rol_PlacedObject
  323. {
  324.     shape Shp_JEEP_A
  325. }
  326.  
  327.  
  328. role Rol_cara : Rol_PlacedObject
  329. {
  330.     shape Shp_cara
  331. }
  332.  
  333. role Rol_Junkpile_J : Rol_DefaultGarbage
  334. {
  335.     shape Shp_JUNKPILE_J
  336. }
  337.  
  338. role Rol_Junkpile_K : Rol_DefaultGarbage
  339. {
  340.     shape Shp_JUNKPILE_K
  341. }
  342.  
  343. role Rol_Junkpile_L : Rol_DefaultGarbage
  344. {
  345.     shape Shp_JUNKPILE_L
  346. }
  347.  
  348. role Rol_Junkpile_E : Rol_DefaultGarbage
  349. {
  350.     shape Shp_JUNKPILE_E
  351. }
  352. role Rol_Junkpile_F : Rol_DefaultGarbage
  353. {
  354.     shape Shp_JUNKPILE_F
  355. }
  356. role Rol_Garbage_A : Rol_DefaultGarbage
  357. {
  358.     shape Shp_GARBAGE_A
  359. }
  360. role Rol_Garbage_G : Rol_DefaultGarbage
  361. {
  362.     shape Shp_GARBAGE_G
  363. }
  364. role Rol_Garbage_I : Rol_DefaultGarbage
  365. {
  366.     shape Shp_GARBAGE_I
  367. }
  368. role Rol_Garbage_H : Rol_DefaultGarbage
  369. {
  370.     shape Shp_GARBAGE_H
  371. }
  372. role Rol_Garbage_E : Rol_DefaultGarbage
  373. {
  374.     shape Shp_GARBAGE_E
  375. }
  376. role Rol_Garbage_F : Rol_DefaultGarbage
  377. {
  378.     shape Shp_GARBAGE_F
  379. }
  380.  
  381.  
  382. /***********/
  383. /* THE MAP */
  384. /***********/
  385.  
  386. map /* _THE_ map - doesnt need a label */
  387. {
  388.     file "levels\mplay_carpark.rif"
  389.     name "Land"
  390.     bitmap "bitmaps\\mplay_carpark.rim"
  391.     camera plane none
  392.     max camera distance 100 // TBD exactly
  393.     shadow object rif "levels\mplay_carpark_shadow.rif"
  394.     shadow object name "Land"
  395.  
  396.     // PLAYERS TROOPS
  397.  
  398.     use Rol_GunLok in team 1 for
  399.         "Goodie AA"
  400.  
  401.     use Rol_Hark in team 1 for
  402.         "Goodie AB"
  403.  
  404.     use Rol_Frend in team 1 for
  405.         "Goodie AC"
  406.  
  407.     use Rol_Elint in team 1 for
  408.         "Goodie AD"
  409.  
  410.     use Rol_GunLok in team 3 for
  411.         "Goodie CA"
  412.  
  413.     use Rol_Hark in team 3 for
  414.         "Goodie CB"
  415.  
  416.     use Rol_Frend in team 3 for
  417.         "Goodie CC"
  418.  
  419.     use Rol_Elint in team 3 for
  420.         "Goodie CD"
  421.  
  422.     use Rol_GunLok in team 4 for
  423.         "Goodie BA"
  424.  
  425.     use Rol_Hark in team 4 for
  426.         "Goodie BB"
  427.  
  428.     use Rol_Frend in team 4 for
  429.         "Goodie BC"
  430.  
  431.     use Rol_Elint in team 4 for
  432.         "Goodie BD"
  433.  
  434.     use Rol_GunLok in team 5 for
  435.         "Goodie DA"
  436.  
  437.     use Rol_Hark in team 5 for
  438.         "Goodie DB"
  439.  
  440.     use Rol_Frend in team 5 for
  441.         "Goodie DC"
  442.  
  443.     use Rol_Elint in team 5 for
  444.         "Goodie DD"
  445.  
  446.  
  447.  
  448.     // AI'S TROOPS
  449.  
  450.     // NEUTRAL OBJECTS
  451.  
  452.     use Rol_SUPPORT_A in team 0 for
  453.         "SUPPORT A" 
  454.  
  455.     use Rol_SUPPORT_B in team 0 for
  456.         "SUPPORT B" 
  457.  
  458.     use Rol_SUPPORT_C in team 0 for
  459.         "SUPPORT C" 
  460.  
  461.     use Rol_SUPPORT_D in team 0 for
  462.         "SUPPORT D" 
  463.  
  464.     use Rol_SUPPORT_E in team 0 for
  465.         "SUPPORT E" 
  466.  
  467.     use Rol_SUPPORT_F in team 0 for
  468.         "SUPPORT F" 
  469.  
  470.     use Rol_SUPPORT_G in team 0 for
  471.         "SUPPORT G" 
  472.  
  473.     use Rol_SUPPORT_H in team 0 for
  474.         "SUPPORT H" 
  475.  
  476.     use Rol_SUPPORT_I in team 0 for
  477.         "SUPPORT I" 
  478.  
  479.     use Rol_SUPPORT_J in team 0 for
  480.         "SUPPORT J" 
  481.  
  482.     use Rol_SUPPORT_K in team 0 for
  483.         "SUPPORT K" 
  484.  
  485.     use Rol_SUPPORT_L in team 0 for
  486.         "SUPPORT L" 
  487.  
  488.     use Rol_SUPPORT_M in team 0 for
  489.         "SUPPORT M" 
  490.  
  491.     use Rol_SUPPORT_N in team 0 for
  492.         "SUPPORT N" 
  493.  
  494.     use Rol_LEVEL in team 0 for
  495.         "LEVEL" 
  496.  
  497.     use Rol_TRUCK_A in team 0 for
  498.         "TRUCK A" and
  499.         "TRUCK B" 
  500.  
  501.     use Rol_TRUCK_C in team 0 for
  502.         "TRUCK C" and
  503.         "TRUCK D" 
  504.  
  505.     use Rol_TRUCK_E in team 0 for
  506.         "TRUCK E" and
  507.         "TRUCK F"
  508.  
  509.     use Rol_VAN_A in team 0 for
  510.         "VAN A" and
  511.         "VAN B" and
  512.         "VAN C" and
  513.         "VAN D" and
  514.         "VAN E" and
  515.         "VAN F" and
  516.         "VAN G" and
  517.         "VAN H"
  518.  
  519. use Rol_2CAR_A in team 0 for
  520.     "2CAR A" and
  521.     "2CAR B" and
  522.     "2CAR C" and
  523.     "2CAR D" and
  524.     "2CAR E" and
  525.     "2CAR F" and
  526.     "2CAR G" and
  527.     "2CAR H" and
  528.     "2CAR I" and
  529.     "2CAR J" and
  530.     "2CAR K" and
  531.     "2CAR L" and
  532.     "2CAR M" and
  533.     "2CAR N"
  534.  
  535.     use Rol_CAR_A in team 0 for
  536.         "CAR A" and
  537.         "CAR B" and
  538.         "CAR C" and
  539.         "CAR D" and
  540.         "CAR E" and
  541.         "CAR F" and
  542.         "CAR G" and
  543.         "CAR H" and
  544.         "CAR I" and
  545.         "CAR J" and
  546.         "CAR K" and
  547.         "CAR L" and
  548.         "CAR M" and
  549.         "CAR N" and
  550.         "CAR O" and
  551.         "CAR P" and
  552.         "CAR Q" and
  553.         "CAR R"
  554.  
  555.     use Rol_JEEP_A in team 0 for
  556.         "JEEP A" and
  557.         "JEEP B" and
  558.         "JEEP C" and
  559.         "JEEP D" and
  560.         "JEEP E"
  561.  
  562.  
  563.     use Rol_cara in team 0 for
  564.         "3cara" and
  565.         "3carb"
  566.  
  567.  
  568.     use Rol_Junkpile_J in team 0 for
  569.         "JUNKPILE JA" as "JUNKPILE_JA"
  570.     use Rol_Junkpile_J in team 0 for
  571.         "JUNKPILE JB" as "JUNKPILE_JB"
  572.     use Rol_Junkpile_J in team 0 for
  573.         "JUNKPILE JC" as "JUNKPILE_JC"
  574.     use Rol_Junkpile_J in team 0 for
  575.         "JUNKPILE JD" as "JUNKPILE_JD"
  576.  
  577.     use Rol_Junkpile_K in team 0 for
  578.         "JUNKPILE KA" as "JUNKPILE_KA"
  579.     use Rol_Junkpile_K in team 0 for
  580.         "JUNKPILE KB" as "JUNKPILE_KB"
  581.     use Rol_Junkpile_K in team 0 for
  582.         "JUNKPILE KC" as "JUNKPILE_KC"
  583.     use Rol_Junkpile_K in team 0 for
  584.         "JUNKPILE KD" as "JUNKPILE_KD"
  585.  
  586.     use Rol_Junkpile_L in team 0 for
  587.         "JUNKPILE LA" as "JUNKPILE_LA"
  588.     use Rol_Junkpile_L in team 0 for
  589.         "JUNKPILE LB" as "JUNKPILE_LB"
  590.     use Rol_Junkpile_L in team 0 for
  591.         "JUNKPILE LC" as "JUNKPILE_LC"
  592.     use Rol_Junkpile_L in team 0 for
  593.         "JUNKPILE LD" as "JUNKPILE_LD"
  594.  
  595.  
  596.     use Rol_Junkpile_E in team 0 for
  597.         "JUNKPILE E" as "JUNKPILE_E"
  598.  
  599.     use Rol_Junkpile_E in team 0 for
  600.         "JUNKPILE EB" as "JUNKPILE_EB"
  601.  
  602.     use Rol_Junkpile_E in team 0 for
  603.         "JUNKPILE EC" as "JUNKPILE_EC"
  604.  
  605.     use Rol_Junkpile_E in team 0 for
  606.         "JUNKPILE ED" as "JUNKPILE_ED"
  607.  
  608.     use Rol_Junkpile_E in team 0 for
  609.         "JUNKPILE EF" as "JUNKPILE_EF"
  610.  
  611.     use Rol_Junkpile_E in team 0 for
  612.         "JUNKPILE EG" as "JUNKPILE_EG"
  613.  
  614.     use Rol_Junkpile_E in team 0 for
  615.         "JUNKPILE EH" as "JUNKPILE_EH"
  616.  
  617.     use Rol_Junkpile_E in team 0 for
  618.         "JUNKPILE EI" as "JUNKPILE_EI"
  619.  
  620.     use Rol_Junkpile_E in team 0 for
  621.         "JUNKPILE EJ" as "JUNKPILE_EJ"
  622.  
  623.     use Rol_Junkpile_E in team 0 for
  624.         "JUNKPILE EK" as "JUNKPILE_EK"
  625.  
  626.     use Rol_Junkpile_E in team 0 for
  627.         "JUNKPILE EL" as "JUNKPILE_EL"
  628.  
  629.     use Rol_Junkpile_E in team 0 for
  630.         "JUNKPILE EM" as "JUNKPILE_EM"
  631.  
  632.  
  633.  
  634.  
  635.     use Rol_Junkpile_F in team 0 for
  636.         "JUNKPILE F" as "JUNKPILE_F"
  637.  
  638.     use Rol_Junkpile_F in team 0 for
  639.         "JUNKPILE FB" as "JUNKPILE_FB"
  640.  
  641.     use Rol_Junkpile_F in team 0 for
  642.         "JUNKPILE FC" as "JUNKPILE_FC"
  643.  
  644.     use Rol_Junkpile_F in team 0 for
  645.         "JUNKPILE FD" as "JUNKPILE_FD"
  646.  
  647.     use Rol_Junkpile_F in team 0 for
  648.         "JUNKPILE FE" as "JUNKPILE_FE"
  649.  
  650.     use Rol_Junkpile_F in team 0 for
  651.         "JUNKPILE FF" as "JUNKPILE_FF"
  652.  
  653.     use Rol_Junkpile_F in team 0 for
  654.         "JUNKPILE FG" as "JUNKPILE_FG"
  655.  
  656.     use Rol_Junkpile_F in team 0 for
  657.         "JUNKPILE FH" as "JUNKPILE_FH"
  658.  
  659.     use Rol_Junkpile_F in team 0 for
  660.         "JUNKPILE FI" as "JUNKPILE_FI"
  661.  
  662.     use Rol_Junkpile_F in team 0 for
  663.         "JUNKPILE FJ" as "JUNKPILE_FJ"
  664.  
  665.     use Rol_Junkpile_F in team 0 for
  666.         "JUNKPILE FK" as "JUNKPILE_FK"
  667.  
  668.     use Rol_Junkpile_F in team 0 for
  669.         "JUNKPILE FL" as "JUNKPILE_FL"
  670.  
  671.     use Rol_Junkpile_F in team 0 for
  672.         "JUNKPILE FM" as "JUNKPILE_FM"
  673.  
  674.  
  675.  
  676.  
  677.  
  678.     use Rol_Garbage_E in team 0 for
  679.         "GARBAGE E" as "GARBAGE_E"
  680.     
  681.     use Rol_Garbage_E in team 0 for
  682.         "GARBAGE EB" as "GARBAGE_EB"
  683.     
  684.     use Rol_Garbage_E in team 0 for
  685.         "GARBAGE EC" as "GARBAGE_EC"
  686.     
  687.     use Rol_Garbage_E in team 0 for
  688.         "GARBAGE ED" as "GARBAGE_ED"
  689.     
  690.     use Rol_Garbage_E in team 0 for
  691.         "GARBAGE EE" as "GARBAGE_EE"
  692.     
  693.     use Rol_Garbage_E in team 0 for
  694.         "GARBAGE EF" as "GARBAGE_EF"
  695.     
  696.     use Rol_Garbage_E in team 0 for
  697.         "GARBAGE EG" as "GARBAGE_EG"
  698.     
  699.     use Rol_Garbage_E in team 0 for
  700.         "GARBAGE EH" as "GARBAGE_EH"
  701.     
  702.     use Rol_Garbage_E in team 0 for
  703.         "GARBAGE EI" as "GARBAGE_EI"
  704.     
  705.     use Rol_Garbage_E in team 0 for
  706.         "GARBAGE EJ" as "GARBAGE_EJ"
  707.     
  708.     use Rol_Garbage_E in team 0 for
  709.         "GARBAGE EK" as "GARBAGE_EK"
  710.     
  711.     use Rol_Garbage_E in team 0 for
  712.         "GARBAGE EL" as "GARBAGE_EL"
  713.  
  714.  
  715.  
  716.  
  717.  
  718.     use Rol_Garbage_F in team 0 for
  719.         "GARBAGE F" as "GARBAGE_F"
  720.     
  721.     use Rol_Garbage_F in team 0 for
  722.         "GARBAGE FB" as "GARBAGE_FB"
  723.     
  724.     use Rol_Garbage_F in team 0 for
  725.         "GARBAGE FC" as "GARBAGE_FC"
  726.  
  727.     use Rol_Garbage_F in team 0 for
  728.         "GARBAGE FD" as "GARBAGE_FD"
  729.  
  730.     use Rol_Garbage_F in team 0 for
  731.         "GARBAGE FE" as "GARBAGE_FE"
  732.  
  733.     use Rol_Garbage_F in team 0 for
  734.         "GARBAGE FF" as "GARBAGE_FF"
  735.     
  736.     use Rol_Garbage_F in team 0 for
  737.         "GARBAGE FG" as "GARBAGE_FG"
  738.  
  739.     use Rol_Garbage_F in team 0 for
  740.         "GARBAGE FH" as "GARBAGE_FH"
  741.     
  742.     use Rol_Garbage_F in team 0 for
  743.         "GARBAGE FI" as "GARBAGE_FI"
  744.     
  745.     use Rol_Garbage_F in team 0 for
  746.         "GARBAGE FJ" as "GARBAGE_FJ"
  747.     
  748.     use Rol_Garbage_F in team 0 for
  749.         "GARBAGE FK" as "GARBAGE_FK"
  750.     
  751.     use Rol_Garbage_F in team 0 for
  752.         "GARBAGE FL" as "GARBAGE_FL"
  753.  
  754.         use Rol_Garbage_A in team 0 for
  755.         "GARBAGE AA" as "GARBAGE_AA"
  756.         use Rol_Garbage_A in team 0 for
  757.         "GARBAGE AB" as "GARBAGE_AB"
  758.         use Rol_Garbage_A in team 0 for
  759.         "GARBAGE AC" as "GARBAGE_AC"
  760.         use Rol_Garbage_A in team 0 for
  761.         "GARBAGE AD" as "GARBAGE_AD"
  762.  
  763.         use Rol_Garbage_G in team 0 for
  764.         "GARBAGE GA" as "GARBAGE_GA"
  765.         use Rol_Garbage_G in team 0 for
  766.         "GARBAGE GB" as "GARBAGE_GB"
  767.         use Rol_Garbage_G in team 0 for
  768.         "GARBAGE GC" as "GARBAGE_GC"
  769.         use Rol_Garbage_G in team 0 for
  770.         "GARBAGE GD" as "GARBAGE_GD"
  771.  
  772.         use Rol_Garbage_I in team 0 for
  773.         "GARBAGE IA" as "GARBAGE_IA"
  774.         use Rol_Garbage_I in team 0 for
  775.         "GARBAGE IB" as "GARBAGE_IB"
  776.         use Rol_Garbage_I in team 0 for
  777.         "GARBAGE IC" as "GARBAGE_IC"
  778.         use Rol_Garbage_I in team 0 for
  779.         "GARBAGE ID" as "GARBAGE_ID"
  780.  
  781.         use Rol_Garbage_H in team 0 for
  782.         "GARBAGE HA" as "GARBAGE_HA"
  783.         use Rol_Garbage_H in team 0 for
  784.         "GARBAGE HB" as "GARBAGE_HB"
  785.         use Rol_Garbage_H in team 0 for
  786.         "GARBAGE HC" as "GARBAGE_HC"
  787.         use Rol_Garbage_H in team 0 for
  788.         "GARBAGE HD" as "GARBAGE_HD"
  789. }