home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / EDITORS / ZIPPED / RMB-CD.ZIP / RMB_WADS / RMB2D2.REJ < prev    next >
Text File  |  1995-01-25  |  427b  |  15 lines

  1. blind 1 1
  2. inc 1 3
  3. # This makes the monsters in sector 1 blind to everything outside
  4. # their own sector except sector 3.
  5.  
  6. blind 1 (4 5 9 10)
  7. inc (4 5 9 10) (6) 
  8. # This makes the monsters in sectors 4, 5, 9 and 10 stand and wait 
  9. # until the player enters sector 6.
  10.  
  11. Left 5
  12. # There is a linedef with texture on only one side;
  13. # this makes the monsters treat it accordingly.
  14. # (They won't shoot through the texture)
  15.