home *** CD-ROM | disk | FTP | other *** search
/ Doom Game Editor / DoomGameEditorTheu.bin / renegade / basic3.tut < prev    next >
Text File  |  1995-02-21  |  796b  |  21 lines

  1. Sector Drawing, Part 3
  2. SECTOR,-320, 192, 64,-192
  3. SECTOR, 64, 48, 384,-48
  4. ms, "Creative use of voids is very important.  A void will be placed inside this room, and a room inside that void."
  5. VOID,-256, 128, 0,-128
  6. ms, "The void is inserted"
  7. PICKPOINT,-176, 163, 11
  8. ms, "Now there is a donut shaped sector."
  9. PICKPOINT,-149,-121, 11
  10. PICKPOINT,-157,-194, 11
  11. SECTOR,-192, 64,-64,-64
  12. ms, "A sector is inserted inside the void.  The inner sector forms a room isolated from the surrounding level."
  13. DOOREW,-256,-32,-192, 32
  14. ms, "A door is inserted between the surrounding sector and the inner sector.  Now they are connected structures."
  15. PICKPOINT,-296,-2, 11
  16. PICKPOINT,-155, 7, 11
  17. ZOOMLEVEL, 100
  18. CENTER,-222, 1
  19. ms_end, "That's it.  Insert a player 1 and save this to look at it."
  20. END
  21.