home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / data / levels / martin66.lua < prev    next >
Text File  |  2003-01-05  |  901b  |  39 lines

  1. -- created by Martin Hawlisch
  2.  
  3. create_world( 39, 13)
  4. oxyd_default_flavor = "c"
  5.  
  6. fill_floor( "fl-abyss")
  7.  
  8. fill_floor( "fl-samba", 3, 3, 16, 1)
  9. fill_floor( "fl-samba", 18, 4, 1, 8)
  10. fill_floor( "fl-samba", 13, 11, 5, 1)
  11. fill_floor( "fl-samba", 13, 6, 1, 5)
  12. fill_floor( "fl-samba", 6, 6, 7, 1)
  13. fill_floor( "fl-samba", 6, 7, 1, 4)
  14. fill_floor( "fl-samba", 1, 11, 10, 1)
  15. fill_floor( "fl-samba", 1, 1, 1, 10)
  16. fill_floor( "fl-samba", 2, 1, 8, 1)
  17. set_floor( "fl-samba", 4, 2)
  18.  
  19. draw_items( "it-tinyhill", {5,3}, {2,0}, 7)
  20. draw_items( "it-hollow", {1, 1}, {0,1}, 10)
  21. draw_items( "it-hollow", {18, 3}, {0,1},9)
  22. draw_items( "it-tinyhollow", {4, 1}, {0,1},3)
  23. set_item( "it-hill", 7, 1)
  24. set_item( "it-hill", 6, 7)
  25. set_item( "it-tinyhollow", 5, 11)
  26. set_item( "it-hollow", 13, 6)
  27.  
  28. oxyd(10, 1)
  29. oxyd( 3, 4)
  30. oxyd(11,11)
  31. oxyd(10, 5)
  32. oxyd(17, 4)
  33. oxyd(17, 8)
  34.  
  35. oxyd_shuffle()
  36.  
  37. set_actor("ac-blackball", 6.5, 3.5, {player=0})
  38.  
  39.