home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / data / levels / level9f.lua < prev    next >
Text File  |  2003-01-12  |  17KB  |  356 lines

  1. -- Siegfried Fennig 11.01.2003 Rev. 0
  2.  
  3. levelw = 58
  4. levelh = 37
  5.  
  6. create_world(levelw, levelh)
  7. fill_floor("fl-abyss", 0,0, levelw,levelh)
  8.  
  9. oxyd_default_flavor = "d"
  10.  
  11. oxyd ( 1,16)
  12. oxyd ( 1,20)
  13. oxyd ( 3,34)
  14. oxyd (36, 7)
  15. oxyd (40, 3)
  16. oxyd (56,16)
  17. oxyd (56,20)
  18. oxyd (55,34)
  19.  
  20. oxyd_shuffle()
  21.  
  22. draw_checkerboard_floor( "fl-abyss", "fl-rough", 2, 2,23,11)
  23. fill_floor("fl-rough",  2, 2,23, 1)
  24. fill_floor("fl-rough",  2, 4,23, 1)
  25. fill_floor("fl-rough",  2, 6,23, 1)
  26. fill_floor("fl-rough",  2, 8,23, 1)
  27. fill_floor("fl-rough",  2,10,23, 1)
  28. fill_floor("fl-rough",  2,12,23, 1)
  29.  
  30. draw_stones( "st-grate1", { 2, 2}, {2,0},12)
  31. draw_stones( "st-grate1", { 2, 4}, {2,0},12)
  32. draw_stones( "st-grate1", { 2, 6}, {2,0},12)
  33. draw_stones( "st-grate1", { 2, 8}, {2,0},12)
  34. draw_stones( "st-grate1", { 2,10}, {2,0},12)
  35. draw_stones( "st-grate1", { 2,12}, {2,0},12)
  36. draw_stones( "st-grate1", {23,28}, {0,1}, 6)
  37. draw_stones( "st-grate1", {35,35}, {1,0}, 6)
  38.  
  39. set_stone("st-oneway", 4, 3, {orientation=enigma.NORTH})
  40. set_stone("st-oneway",12, 3, {orientation=enigma.NORTH})
  41. set_stone("st-oneway",20, 3, {orientation=enigma.NORTH})
  42. set_stone("st-oneway",24, 3, {orientation=enigma.NORTH})
  43. set_stone("st-oneway", 4, 5, {orientation=enigma.NORTH})
  44. set_stone("st-oneway", 6, 5, {orientation=enigma.NORTH})
  45. set_stone("st-oneway",14, 5, {orientation=enigma.NORTH})
  46. set_stone("st-oneway",18, 5, {orientation=enigma.NORTH})
  47. set_stone("st-oneway",20, 5, {orientation=enigma.NORTH})
  48. set_stone("st-oneway",22, 5, {orientation=enigma.NORTH})
  49. set_stone("st-oneway", 4, 7, {orientation=enigma.NORTH})
  50. set_stone("st-oneway", 8, 7, {orientation=enigma.NORTH})
  51. set_stone("st-oneway",14, 7, {orientation=enigma.NORTH})
  52. set_stone("st-oneway",16, 7, {orientation=enigma.NORTH})
  53. set_stone("st-oneway",18, 7, {orientation=enigma.NORTH})
  54. set_stone("st-oneway",22, 7, {orientation=enigma.NORTH})
  55. set_stone("st-oneway",24, 7, {orientation=enigma.NORTH})
  56. set_stone("st-oneway", 4, 9, {orientation=enigma.NORTH})
  57. set_stone("st-oneway", 6, 9, {orientation=enigma.NORTH})
  58. set_stone("st-oneway",14, 9, {orientation=enigma.NORTH})
  59. set_stone("st-oneway",18, 9, {orientation=enigma.NORTH})
  60. set_stone("st-oneway",20, 9, {orientation=enigma.NORTH})
  61. set_stone("st-oneway",22, 9, {orientation=enigma.NORTH})
  62. set_stone("st-oneway", 4,11, {orientation=enigma.NORTH})
  63. set_stone("st-oneway", 8,11, {orientation=enigma.NORTH})
  64. set_stone("st-oneway",10,11, {orientation=enigma.NORTH})
  65. set_stone("st-oneway",12,11, {orientation=enigma.NORTH})
  66. set_stone("st-oneway",14,11, {orientation=enigma.NORTH})
  67. set_stone("st-oneway",20,11, {orientation=enigma.NORTH})
  68. set_stone("st-oneway",22,11, {orientation=enigma.NORTH})
  69. set_stone("st-oneway",24,11, {orientation=enigma.NORTH})
  70. set_stone("st-oneway",27,11, {orientation=enigma.NORTH})
  71. set_stone("st-oneway",30,11, {orientation=enigma.NORTH})
  72. set_stone("st-oneway", 2, 3, {orientation=enigma.SOUTH})
  73. set_stone("st-oneway", 6, 3, {orientation=enigma.SOUTH})
  74. set_stone("st-oneway", 8, 3, {orientation=enigma.SOUTH})
  75. set_stone("st-oneway",10, 3, {orientation=enigma.SOUTH})
  76. set_stone("st-oneway",14, 3, {orientation=enigma.SOUTH})
  77. set_stone("st-oneway",16, 3, {orientation=enigma.SOUTH})
  78. set_stone("st-oneway",18, 3, {orientation=enigma.SOUTH})
  79. set_stone("st-oneway",22, 3, {orientation=enigma.SOUTH})
  80. set_stone("st-oneway", 2, 5, {orientation=enigma.SOUTH})
  81. set_stone("st-oneway", 8, 5, {orientation=enigma.SOUTH})
  82. set_stone("st-oneway",10, 5, {orientation=enigma.SOUTH})
  83. set_stone("st-oneway",12, 5, {orientation=enigma.SOUTH})
  84. set_stone("st-oneway",16, 5, {orientation=enigma.SOUTH})
  85. set_stone("st-oneway",24, 5, {orientation=enigma.SOUTH})
  86. set_stone("st-oneway", 2, 7, {orientation=enigma.SOUTH})
  87. set_stone("st-oneway", 6, 7, {orientation=enigma.SOUTH})
  88. set_stone("st-oneway",10, 7, {orientation=enigma.SOUTH})
  89. set_stone("st-oneway",12, 7, {orientation=enigma.SOUTH})
  90. set_stone("st-oneway",20, 7, {orientation=enigma.SOUTH})
  91. set_stone("st-oneway", 2, 9, {orientation=enigma.SOUTH})
  92. set_stone("st-oneway", 8, 9, {orientation=enigma.SOUTH})
  93. set_stone("st-oneway",10, 9, {orientation=enigma.SOUTH})
  94. set_stone("st-oneway",12, 9, {orientation=enigma.SOUTH})
  95. set_stone("st-oneway",16, 9, {orientation=enigma.SOUTH})
  96. set_stone("st-oneway",24, 9, {orientation=enigma.SOUTH})
  97. set_stone("st-oneway", 2,11, {orientation=enigma.SOUTH})
  98. set_stone("st-oneway", 6,11, {orientation=enigma.SOUTH})
  99. set_stone("st-oneway",16,11, {orientation=enigma.SOUTH})
  100. set_stone("st-oneway",18,11, {orientation=enigma.SOUTH})
  101. set_stone("st-oneway",11, 2, {orientation=enigma.EAST})
  102. set_stone("st-oneway",13, 2, {orientation=enigma.EAST})
  103. set_stone("st-oneway",15, 2, {orientation=enigma.EAST})
  104. set_stone("st-oneway",19, 2, {orientation=enigma.EAST})
  105. set_stone("st-oneway",21, 2, {orientation=enigma.EAST})
  106. set_stone("st-oneway", 5, 4, {orientation=enigma.EAST})
  107. set_stone("st-oneway", 7, 4, {orientation=enigma.EAST})
  108. set_stone("st-oneway",15, 4, {orientation=enigma.EAST})
  109. set_stone("st-oneway",19, 4, {orientation=enigma.EAST})
  110. set_stone("st-oneway", 5, 6, {orientation=enigma.EAST})
  111. set_stone("st-oneway", 9, 6, {orientation=enigma.EAST})
  112. set_stone("st-oneway",11, 6, {orientation=enigma.EAST})
  113. set_stone("st-oneway",13, 6, {orientation=enigma.EAST})
  114. set_stone("st-oneway",17, 6, {orientation=enigma.EAST})
  115. set_stone("st-oneway",19, 6, {orientation=enigma.EAST})
  116. set_stone("st-oneway", 5, 8, {orientation=enigma.EAST})
  117. set_stone("st-oneway", 9, 8, {orientation=enigma.EAST})
  118. set_stone("st-oneway",11, 8, {orientation=enigma.EAST})
  119. set_stone("st-oneway",13, 8, {orientation=enigma.EAST})
  120. set_stone("st-oneway",19, 8, {orientation=enigma.EAST})
  121. set_stone("st-oneway",21, 8, {orientation=enigma.EAST})
  122. set_stone("st-oneway", 5,10, {orientation=enigma.EAST})
  123. set_stone("st-oneway", 9,10, {orientation=enigma.EAST})
  124. set_stone("st-oneway",11,10, {orientation=enigma.EAST})
  125. set_stone("st-oneway",13,10, {orientation=enigma.EAST})
  126. set_stone("st-oneway",17,10, {orientation=enigma.EAST})
  127. set_stone("st-oneway",19,10, {orientation=enigma.EAST})
  128. set_stone("st-oneway", 3,12, {orientation=enigma.EAST})
  129. set_stone("st-oneway", 5,12, {orientation=enigma.EAST})
  130. set_stone("st-oneway", 7,12, {orientation=enigma.EAST})
  131. set_stone("st-oneway",13,12, {orientation=enigma.EAST})
  132. set_stone("st-oneway",17,12, {orientation=enigma.EAST})
  133. set_stone("st-oneway",19,12, {orientation=enigma.EAST})
  134. set_stone("st-oneway",23,12, {orientation=enigma.EAST})
  135. set_stone("st-oneway", 3, 2, {orientation=enigma.WEST})
  136. set_stone("st-oneway", 5, 2, {orientation=enigma.WEST})
  137. set_stone("st-oneway", 7, 2, {orientation=enigma.WEST})
  138. set_stone("st-oneway", 9, 2, {orientation=enigma.WEST})
  139. set_stone("st-oneway",17, 2, {orientation=enigma.WEST})
  140. set_stone("st-oneway",23, 2, {orientation=enigma.WEST})
  141. set_stone("st-oneway", 3, 4, {orientation=enigma.WEST})
  142. set_stone("st-oneway", 9, 4, {orientation=enigma.WEST})
  143. set_stone("st-oneway",11, 4, {orientation=enigma.WEST})
  144. set_stone("st-oneway",13, 4, {orientation=enigma.WEST})
  145. set_stone("st-oneway",17, 4, {orientation=enigma.WEST})
  146. set_stone("st-oneway",21, 4, {orientation=enigma.WEST})
  147. set_stone("st-oneway",23, 4, {orientation=enigma.WEST})
  148. set_stone("st-oneway", 3, 6, {orientation=enigma.WEST})
  149. set_stone("st-oneway", 7, 6, {orientation=enigma.WEST})
  150. set_stone("st-oneway",15, 6, {orientation=enigma.WEST})
  151. set_stone("st-oneway",21, 6, {orientation=enigma.WEST})
  152. set_stone("st-oneway",23, 6, {orientation=enigma.WEST})
  153. set_stone("st-oneway", 3, 8, {orientation=enigma.WEST})
  154. set_stone("st-oneway", 7, 8, {orientation=enigma.WEST})
  155. set_stone("st-oneway",15, 8, {orientation=enigma.WEST})
  156. set_stone("st-oneway",17, 8, {orientation=enigma.WEST})
  157. set_stone("st-oneway",23, 8, {orientation=enigma.WEST})
  158. set_stone("st-oneway", 3,10, {orientation=enigma.WEST})
  159. set_stone("st-oneway", 7,10, {orientation=enigma.WEST})
  160. set_stone("st-oneway",15,10, {orientation=enigma.WEST})
  161. set_stone("st-oneway",21,10, {orientation=enigma.WEST})
  162. set_stone("st-oneway",23,10, {orientation=enigma.WEST})
  163. set_stone("st-oneway", 9,12, {orientation=enigma.WEST})
  164. set_stone("st-oneway",11,12, {orientation=enigma.WEST})
  165. set_stone("st-oneway",15,12, {orientation=enigma.WEST})
  166. set_stone("st-oneway",21,12, {orientation=enigma.WEST})
  167.  
  168. fill_floor("fl-normal", 27, 1, 4,35)
  169. fill_floor("fl-normal",  2,16,25, 1)
  170. fill_floor("fl-normal",  2,20,25, 1)
  171. fill_floor("fl-normal", 31,16,25, 1)
  172. fill_floor("fl-normal", 31,20,25, 1)
  173. fill_floor("fl-normal", 31,24, 8, 1)
  174. fill_floor("fl-normal", 38,25, 1, 8)
  175. fill_floor("fl-normal", 33,31, 6, 1)
  176. fill_floor("fl-normal", 33,32, 1, 3)
  177. fill_floor("fl-normal", 33,35,10, 1)
  178. fill_floor("fl-normal", 42,24, 1,11)
  179. fill_floor("fl-normal", 43,24, 6, 1)
  180. fill_floor("fl-normal", 49,24, 1, 8)
  181. fill_floor("fl-normal", 49,32, 4, 1)
  182. fill_floor("fl-normal", 53,32, 4, 4)
  183. fill_floor("fl-normal",  1,32, 4, 4)
  184. fill_floor("fl-normal",  1,24,14, 1)
  185. fill_floor("fl-normal",  1,25, 1, 7)
  186. fill_floor("fl-normal", 15,24, 1,11)
  187. fill_floor("fl-normal", 15,35, 5, 1)
  188. fill_floor("fl-normal", 19,26, 1, 9)
  189. fill_floor("fl-normal", 20,26, 3, 1)
  190. fill_floor("fl-normal", 23,26, 1,10)
  191. fill_floor("fl-normal", 24,35, 3, 1)
  192. fill_floor("fl-normal", 35, 5, 4, 4)
  193. fill_floor("fl-normal", 38, 2, 4, 3)
  194. fill_floor("fl-normal", 42, 4, 4, 4)
  195. fill_floor("fl-normal", 54, 1, 3, 5)
  196.  
  197. draw_floor("fl-gradient", {23,28}, {0,1}, 6, {type=22})
  198. draw_floor("fl-gradient", {35,35}, {1,0}, 6, {type=23})
  199. draw_floor("fl-gradient", {28,16}, {1,0}, 2, {type=1})
  200. draw_floor("fl-gradient", {27,17}, {0,1}, 3, {type=3})
  201. draw_floor("fl-gradient", {28,20}, {1,0}, 2, {type=2})
  202. draw_floor("fl-gradient", {30,17}, {0,1}, 3, {type=4})
  203. draw_floor("fl-gradient", {27,16}, {1,0}, 1, {type=5})
  204. draw_floor("fl-gradient", {30,16}, {1,0}, 1, {type=6})
  205. draw_floor("fl-gradient", {27,20}, {1,0}, 1, {type=7})
  206. draw_floor("fl-gradient", {30,20}, {1,0}, 1, {type=8})
  207. draw_floor("fl-gradient", {38, 2}, {1,0}, 3, {type=1})
  208. draw_floor("fl-gradient", {36, 5}, {1,0}, 1, {type=1})
  209. draw_floor("fl-gradient", {42, 4}, {1,0}, 3, {type=1})
  210. draw_floor("fl-gradient", {35, 6}, {0,1}, 2, {type=3})
  211. draw_floor("fl-gradient", {37, 3}, {0,1}, 2, {type=3})
  212. draw_floor("fl-gradient", {42, 6}, {0,1}, 2, {type=3})
  213. draw_floor("fl-gradient", {36, 8}, {1,0}, 2, {type=2})
  214. draw_floor("fl-gradient", {39, 5}, {1,0}, 3, {type=2})
  215. draw_floor("fl-gradient", {43, 7}, {1,0}, 2, {type=2})
  216. draw_floor("fl-gradient", {38, 6}, {0,1}, 2, {type=4})
  217. draw_floor("fl-gradient", {41, 3}, {0,1}, 1, {type=4})
  218. draw_floor("fl-gradient", {45, 5}, {0,1}, 2, {type=4})
  219. draw_floor("fl-gradient", {35, 5}, {1,0}, 1, {type=5})
  220. draw_floor("fl-gradient", {37, 2}, {1,0}, 1, {type=5})
  221. draw_floor("fl-gradient", {41, 2}, {1,0}, 1, {type=6})
  222. draw_floor("fl-gradient", {45, 4}, {1,0}, 1, {type=6})
  223. draw_floor("fl-gradient", {35, 8}, {1,0}, 1, {type=7})
  224. draw_floor("fl-gradient", {42, 7}, {1,0}, 1, {type=7})
  225. draw_floor("fl-gradient", {38, 8}, {1,0}, 1, {type=8})
  226. draw_floor("fl-gradient", {45, 7}, {1,0}, 1, {type=8})
  227. draw_floor("fl-gradient", {37, 5}, {1,0}, 1, {type=9})
  228. draw_floor("fl-gradient", {42, 5}, {1,0}, 1, {type=10})
  229. draw_floor("fl-gradient", {41, 4}, {1,0}, 1, {type=11})
  230. draw_floor("fl-gradient", {38, 5}, {1,0}, 1, {type=12})
  231. draw_floor("fl-gradient", { 2,32}, {1,0}, 2, {type=1})
  232. draw_floor("fl-gradient", { 1,33}, {0,1}, 2, {type=3})
  233. draw_floor("fl-gradient", { 2,35}, {1,0}, 2, {type=2})
  234. draw_floor("fl-gradient", { 4,33}, {0,1}, 2, {type=4})
  235. draw_floor("fl-gradient", { 1,32}, {1,0}, 1, {type=5})
  236. draw_floor("fl-gradient", { 4,32}, {1,0}, 1, {type=6})
  237. draw_floor("fl-gradient", { 1,35}, {1,0}, 1, {type=7})
  238. draw_floor("fl-gradient", { 4,35}, {1,0}, 1, {type=8})
  239. draw_floor("fl-gradient", {54,32}, {1,0}, 2, {type=1})
  240. draw_floor("fl-gradient", {53,33}, {0,1}, 2, {type=3})
  241. draw_floor("fl-gradient", {54,35}, {1,0}, 2, {type=2})
  242. draw_floor("fl-gradient", {56,33}, {0,1}, 2, {type=4})
  243. draw_floor("fl-gradient", {53,32}, {1,0}, 1, {type=5})
  244. draw_floor("fl-gradient", {56,32}, {1,0}, 1, {type=6})
  245. draw_floor("fl-gradient", {53,35}, {1,0}, 1, {type=7})
  246. draw_floor("fl-gradient", {56,35}, {1,0}, 1, {type=8})
  247.  
  248. draw_stones( "st-invisible", { 1, 0}, {1,0},25)
  249. draw_stones( "st-invisible", { 0, 0}, {0,1},15)
  250. draw_stones( "st-rock6", { 1,15}, {1,0},25)
  251. draw_stones( "st-rock6", { 1,17}, {1,0},25)
  252. draw_stones( "st-rock6", { 1,19}, {1,0},25)
  253. draw_stones( "st-rock6", { 1,21}, {1,0},26)
  254. draw_stones( "st-rock6", { 0,15}, {0,1}, 3)
  255. draw_stones( "st-rock6", { 0,19}, {0,1}, 3)
  256. draw_stones( "st-rock6", { 0,23}, {0,1},14)
  257. draw_stones( "st-rock6", { 1,23}, {1,0},15)
  258. draw_stones( "st-rock6", { 3,25}, {1,0},11)
  259. draw_stones( "st-rock6", { 0,23}, {0,1},10)
  260. draw_stones( "st-rock6", { 2,25}, {0,1}, 7)
  261. draw_stones( "st-rock6", { 1,36}, {1,0}, 4)
  262. draw_stones( "st-rock6", { 5,31}, {0,1}, 6)
  263. draw_stones( "st-rock6", { 3,31}, {1,0}, 2)
  264. draw_stones( "st-rock6", {14,25}, {0,1},11)
  265. draw_stones( "st-rock6", {14,36}, {1,0}, 7)
  266. draw_stones( "st-rock6", {16,23}, {0,1},11)
  267. draw_stones( "st-rock6", {16,34}, {1,0}, 3)
  268. draw_stones( "st-rock6", {18,25}, {0,1}, 9)
  269. draw_stones( "st-rock6", {19,25}, {1,0}, 5)
  270. draw_stones( "st-rock6", {20,27}, {1,0}, 3)
  271. draw_stones( "st-rock6", {20,28}, {0,1}, 8)
  272. draw_stones( "st-rock6", {22,28}, {0,1}, 8)
  273. draw_stones( "st-rock6", {24,25}, {0,1}, 9)
  274. draw_stones( "st-rock6", {24,34}, {1,0}, 4)
  275. draw_stones( "st-rock6", {22,36}, {1,0}, 9)
  276. draw_stones( "st-rock6", {27,21}, {0,1},13)
  277. draw_stones( "st-rock6", {26, 0}, {1,0}, 6)
  278. draw_stones( "st-rock6", {26, 1}, {0,1},15)
  279. draw_stones( "st-rock6", {31, 1}, {0,1},15)
  280. draw_stones( "st-rock6", {32,15}, {1,0},25)
  281. draw_stones( "st-rock6", {32,17}, {1,0},25)
  282. draw_stones( "st-rock6", {32,19}, {1,0},25)
  283. draw_stones( "st-rock6", {31,21}, {1,0},26)
  284. draw_stones( "st-rock6", {32,15}, {1,0},25)
  285. draw_stones( "st-rock6", {26,17}, {0,1}, 3)
  286. draw_stones( "st-rock6", {31,17}, {0,1}, 3)
  287. draw_stones( "st-rock6", {57,15}, {0,1}, 3)
  288. draw_stones( "st-rock6", {57,19}, {0,1}, 3)
  289. draw_stones( "st-rock6", {30,21}, {0,1}, 3)
  290. draw_stones( "st-rock6", {30,25}, {0,1},11)
  291. draw_stones( "st-rock6", {31,23}, {1,0}, 8)
  292. draw_stones( "st-rock6", {31,25}, {1,0}, 6)
  293. draw_stones( "st-rock6", {35,32}, {1,0}, 4)
  294. draw_stones( "st-rock6", {32,30}, {0,1}, 9)
  295. draw_stones( "st-rock6", {33,36}, {1,0},10)
  296. draw_stones( "st-rock6", {35,34}, {1,0}, 6)
  297. draw_stones( "st-rock6", {35,32}, {1,0}, 4)
  298. draw_stones( "st-rock6", {37,25}, {0,1}, 6)
  299. draw_stones( "st-rock6", {39,23}, {0,1},10)
  300. draw_stones( "st-rock6", {33,30}, {1,0}, 4)
  301. draw_stones( "st-rock6", {34,32}, {0,1}, 3)
  302. draw_stones( "st-rock6", {41,23}, {0,1},12)
  303. draw_stones( "st-rock6", {43,25}, {0,1},12)
  304. draw_stones( "st-rock6", {42,23}, {1,0}, 8)
  305. draw_stones( "st-rock6", {44,25}, {1,0}, 4)
  306. draw_stones( "st-rock6", {48,25}, {0,1}, 9)
  307. draw_stones( "st-rock6", {50,23}, {0,1}, 9)
  308. draw_stones( "st-rock6", {51,31}, {1,0}, 6)
  309. draw_stones( "st-rock6", {49,33}, {1,0}, 3)
  310. draw_stones( "st-rock6", {52,33}, {0,1}, 4)
  311. draw_stones( "st-rock6", {53,36}, {1,0}, 4)
  312. draw_stones( "st-rock6", {57,31}, {0,1}, 6)
  313. draw_stones( "st-rock6", {34, 5}, {0,1}, 5)
  314. draw_stones( "st-rock6", {34, 4}, {1,0}, 2)
  315. draw_stones( "st-rock6", {35, 9}, {1,0}, 4)
  316. draw_stones( "st-rock6", {36, 1}, {0,1}, 4)
  317. draw_stones( "st-rock6", {37, 1}, {1,0}, 5)
  318. draw_stones( "st-rock6", {42, 1}, {0,1}, 3)
  319. draw_stones( "st-rock6", {39, 7}, {0,1}, 3)
  320. draw_stones( "st-rock6", {39, 6}, {1,0}, 2)
  321. draw_stones( "st-rock6", {41, 6}, {0,1}, 3)
  322. draw_stones( "st-rock6", {42, 8}, {1,0}, 4)
  323. draw_stones( "st-rock6", {43, 3}, {1,0}, 3)
  324. draw_stones( "st-rock6", {46, 3}, {0,1}, 6)
  325. draw_stones( "st-rock6", {53, 0}, {1,0}, 5)
  326. draw_stones( "st-rock6", {53, 6}, {1,0}, 5)
  327. draw_stones( "st-rock6", {53, 1}, {0,1}, 5)
  328. draw_stones( "st-rock6", {57, 1}, {0,1}, 5)
  329. draw_stones( "st-rock6", {54, 4}, {1,0}, 1)
  330. draw_stones( "st-rock6", {56, 4}, {1,0}, 1)
  331. draw_stones( "st-rock6", {28, 2}, {0,1}, 14)
  332. draw_stones( "st-rock6", {29, 2}, {0,1}, 14)
  333.  
  334. SetDefaultAttribs("it-wormhole", {range=1.0, strength=10})
  335.  
  336. set_item("it-wormhole",28,17, {targetx="2.5",targety="2.5"})
  337. set_item("it-wormhole",29,19, {targetx="2.5",targety="2.5"})
  338. set_item("it-wormhole",22, 2, {targetx="56.5",targety="3.5"})
  339. set_item("it-wormhole",54, 5, {targetx="29",targety="18.5"})
  340. set_item("it-wormhole",56, 5, {targetx="44.5",targety="7.5"})
  341. set_item("it-wormhole",44, 5, {targetx="2.5",targety="2.5"})
  342. set_item("it-wormhole",27, 6, {targetx="2.5",targety="2.5"})
  343. set_item("it-wormhole", 6, 8, {targetx="2.5",targety="2.5"})
  344. set_item("it-wormhole", 6, 4, {targetx="29",targety="18.5"})
  345.  
  346. set_item("it-coin",27, 4,{value=1})
  347. set_stone("st-coinslot",56, 1, {action="open", target="door1"})
  348. set_stone("st-door",55, 4, {name="door1", type="h"})
  349.  
  350. set_item("it-key_a",10, 4)
  351. set_stone("st-key_a",29, 7, {action="openclose", target="door2"})
  352. set_stone("st-door",30, 6, {name="door2", type="h"})
  353.  
  354. display.SetFollowMode(display.FOLLOW_SCROLLING)
  355.  
  356. set_actor("ac-blackball",29,18.5,{player=0})